Skip to content

Commit 8fa61bc

Browse files
committed
fix up copy
1 parent 380e3c3 commit 8fa61bc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tools/build_openblas.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,8 @@ 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-
ls -l .
110-
cp -f "*.dll.a" "$openblas_root/$build_bits/lib/"
111109
DLL_BASENAME=libscipy_openblas${SYMBOLSUFFIX}${LIBNAMESUFFIX}
110+
cp -f "${DLL_BASENAME}.dll.a" "$openblas_root/$build_bits/lib/"
112111

113112
# OpenBLAS does not build a symbol-suffixed static library on Windows:
114113
# do it ourselves. On 32-bit builds, the objcopy.def names need a '_' prefix

0 commit comments

Comments
 (0)