remove outdated building example scripts

This commit is contained in:
Andrew 2019-02-27 22:16:27 +02:00
parent ba89f3ee9c
commit ee7a0c27d4
4 changed files with 0 additions and 14 deletions

View File

@ -1,3 +0,0 @@
#!/bin/bash
make -j 2 BINARY=32

View File

@ -1,3 +0,0 @@
#!/bin/bash
make BINARY=64

View File

@ -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

View File

@ -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