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
|