mirror of
https://github.com/OpenMathLib/OpenBLAS
synced 2026-06-05 00:17:12 +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=64 CC=gcc FC=gfortran
|