Skip to content

Commit

Permalink
copy mingw import lib to OPENBLAS_ROOT for dynamic gfortran test
Browse files Browse the repository at this point in the history
  • Loading branch information
mattip committed Aug 4, 2024
1 parent e7d27fb commit 38a3b31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/build_openblas.sh
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ make BINARY=$build_bits DYNAMIC_ARCH=1 USE_THREAD=1 USE_OPENMP=0 \
MAX_STACK_ALLOC=2048 \
$interface_flags
make PREFIX=$openblas_root/$build_bits $interface_flags install
cp -f "*.dll.a" "$openblas_root/$build_bits/lib/
DLL_BASENAME=libscipy_openblas${SYMBOLSUFFIX}${LIBNAMESUFFIX}
# OpenBLAS does not build a symbol-suffixed static library on Windows:
Expand Down

0 comments on commit 38a3b31

Please sign in to comment.