remove outdated building example scripts
This commit is contained in:
parent
ba89f3ee9c
commit
ee7a0c27d4
|
@ -1,3 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
make -j 2 BINARY=32
|
|
@ -1,3 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
make BINARY=64
|
|
@ -1,4 +0,0 @@
|
|||
#!/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
|
|
@ -1,4 +0,0 @@
|
|||
#!/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
|
Loading…
Reference in New Issue