Skip to content

Commit 5c98be1

Browse files
committed
add windows_build.bat to build locally
1 parent c3d8406 commit 5c98be1

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

tools/windows_build.bat

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
rem Build x86_64 OpenBLAS locally with 64-bit interfaces
2+
rem Requires c:\rtools40
3+
set BASH_PATH=c:\rtools40\usr\bin\bash.exe
4+
set BUILD_BITS=64
5+
set CHERE_INVOKING=yes
6+
set INTERFACE64=1
7+
set LDFLAGS=-lucrt -static -static-libgcc -Wl,--defsym,quadmath_snprintf=snprintf
8+
set MSYSTEM=UCRT64
9+
set PLAT=x86_64
10+
set START_DIR=d:\pypy_stuff\openblas-libs
11+
rmdir /q /s c:\opt\64
12+
rmdir /q /s c:\opt\64
13+
rem %BASH_PATH% -lc tools/build_openblas.sh

0 commit comments

Comments
 (0)