Skip to content

Commit bfe6ff6

Browse files
committed
search for the dll too
1 parent ab0cbc1 commit bfe6ff6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/build_gfortran.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ OBP=$(cygpath $OPENBLAS_ROOT\\$BUILD_BITS)
1111

1212
static_libname=$(find $OBP/lib -maxdepth 1 -type f -name '*.a' \! -name '*.dll.a' | tail -1)
1313
dynamic_libname=$(find $OBP/lib -maxdepth 1 -type f -name '*.dll.a' | tail -1)
14-
dll_name=$OBP/bin/libscipy_openblas.dll
14+
dll_name=$(find $OBP/bin -maxdepth 1 -type f -name '*.dll' | tail -1)
1515

1616
grep dpotrf $OBP/include/*
1717
nm $static_libname | grep dpotrf

0 commit comments

Comments
 (0)