Browse Source

remove outdated building example scripts

pull/2032/head
Andrew 7 years ago
parent
commit
ee7a0c27d4
4 changed files with 0 additions and 14 deletions
  1. +0
    -3
      quickbuild.32bit
  2. +0
    -3
      quickbuild.64bit
  3. +0
    -4
      quickbuild.win32
  4. +0
    -4
      quickbuild.win64

+ 0
- 3
quickbuild.32bit View File

@@ -1,3 +0,0 @@
#!/bin/bash

make -j 2 BINARY=32

+ 0
- 3
quickbuild.64bit View File

@@ -1,3 +0,0 @@
#!/bin/bash

make BINARY=64

+ 0
- 4
quickbuild.win32 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

+ 0
- 4
quickbuild.win64 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

Loading…
Cancel
Save