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 380e3c3 commit 8fa61bcCopy full SHA for 8fa61bc
tools/build_openblas.sh
@@ -106,9 +106,8 @@ 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
-ls -l .
110
-cp -f "*.dll.a" "$openblas_root/$build_bits/lib/"
111
DLL_BASENAME=libscipy_openblas${SYMBOLSUFFIX}${LIBNAMESUFFIX}
+cp -f "${DLL_BASENAME}.dll.a" "$openblas_root/$build_bits/lib/"
112
113
# OpenBLAS does not build a symbol-suffixed static library on Windows:
114
# do it ourselves. On 32-bit builds, the objcopy.def names need a '_' prefix
0 commit comments