-
Notifications
You must be signed in to change notification settings - Fork 0
erencerman/Install-OpenBlas-in-Windows-10
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
####To install OpenBLAS in Windows 10 Use linux subsystem for windows ( install it as in: https://github.com/erencerman/LinuxTerminal-on-Windows-10) In linux terminal in windows: sudo apt-get update sudo apt-get install -y build-essential gcc-mingw-w64-x86-64 gfortran-mingw-w64-x86-64 git clone https://github.com/xianyi/OpenBLAS.git cd OpenBLAS make BINARY=64 HOSTCC=gcc CC=x86_64-w64-mingw32-gcc FC=x86_64-w64-mingw32-gfortran CFLAGS='-static-libgcc -static-libstdc++ -static -ggdb' FFLAGS='-static' && mv -f libopenblas.dll.a libopenblas.lib make clean && make DEBUG=1 BINARY=64 HOSTCC=gcc CC=x86_64-w64-mingw32-gcc FC=x86_64-w64-mingw32-gfortran CFLAGS='-static-libgcc -static-libstdc++ -static -ggdb' FFLAGS='-static' && mv -f libopenblas.dll.a libopenblas.lib
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published