mirror of
https://github.com/OpenMathLib/OpenBLAS
synced 2026-05-31 00:45:48 +08:00
5 lines
155 B
Bash
5 lines
155 B
Bash
#!/bin/bash
|
|
|
|
echo " Please read https://github.com/xianyi/OpenBLAS/wiki/How-to-use-OpenBLAS-in-Microsoft-Visual-Studio "
|
|
make BINARY=32 CC=gcc FC=gfortran
|