Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 38a3b31

Browse files
committed
copy mingw import lib to OPENBLAS_ROOT for dynamic gfortran test
1 parent e7d27fb commit 38a3b31

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/build_openblas.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ make BINARY=$build_bits DYNAMIC_ARCH=1 USE_THREAD=1 USE_OPENMP=0 \
106106
MAX_STACK_ALLOC=2048 \
107107
$interface_flags
108108
make PREFIX=$openblas_root/$build_bits $interface_flags install
109+
cp -f "*.dll.a" "$openblas_root/$build_bits/lib/
109110
DLL_BASENAME=libscipy_openblas${SYMBOLSUFFIX}${LIBNAMESUFFIX}
110111
111112
# OpenBLAS does not build a symbol-suffixed static library on Windows:

0 commit comments

Comments
 (0)