From 38a3b31d55bde47fa3238a829d3c25bca4c1384e Mon Sep 17 00:00:00 2001 From: Matti Picus Date: Sun, 4 Aug 2024 09:20:35 +0300 Subject: [PATCH] copy mingw import lib to OPENBLAS_ROOT for dynamic gfortran test --- tools/build_openblas.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/build_openblas.sh b/tools/build_openblas.sh index e10d543..b6a6df5 100644 --- a/tools/build_openblas.sh +++ b/tools/build_openblas.sh @@ -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: