Skip to content

Commit ab0cbc1

Browse files
committed
use fixed name for dll in test
1 parent 7f36652 commit ab0cbc1

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=$(echo $dynamic_libname | sed 's#/lib/#/bin/#' | sed 's/.a$//')
14+
dll_name=$OBP/bin/libscipy_openblas.dll
1515

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

0 commit comments

Comments
 (0)