Skip to content

Commit e534184

Browse files
committed
Remove 'libopenblas.so.0' from dependency list
1 parent 0e02a96 commit e534184

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,6 @@ endif() # TRITON_PYTORCH_ENABLE_TORCHTRT
179179
if (CMAKE_HOST_SYSTEM_PROCESSOR MATCHES "aarch64")
180180
set(LIBS_ARCH "aarch64")
181181
set(LIBTORCH_LIBS
182-
"libopenblas.so.0"
183182
"libnvpl_blas_core.so.0"
184183
"libnvpl_blas_ilp64_gomp.so.0"
185184
"libnvpl_blas_ilp64_seq.so.0"

0 commit comments

Comments
 (0)