Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7d27fb commit 38a3b31Copy full SHA for 38a3b31
tools/build_openblas.sh
@@ -106,6 +106,7 @@ make BINARY=$build_bits DYNAMIC_ARCH=1 USE_THREAD=1 USE_OPENMP=0 \
106
MAX_STACK_ALLOC=2048 \
107
$interface_flags
108
make PREFIX=$openblas_root/$build_bits $interface_flags install
109
+cp -f "*.dll.a" "$openblas_root/$build_bits/lib/
110
DLL_BASENAME=libscipy_openblas${SYMBOLSUFFIX}${LIBNAMESUFFIX}
111
112
# OpenBLAS does not build a symbol-suffixed static library on Windows:
0 commit comments