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 c3d8406 commit 5c98be1Copy full SHA for 5c98be1
tools/windows_build.bat
@@ -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
13
+rem %BASH_PATH% -lc tools/build_openblas.sh
0 commit comments