Blame view
build.sh
189 Bytes
691a3490f Initial commit fo... |
1 2 3 4 5 6 |
#!/bin/bash tar xzf OpenBLAS-0.2.14.tar.gz cd OpenBLAS-0.2.14 make DYNAMIC_ARCH=1 USE_THREAD=1 USE_OPENMP=1 LIBNAMESUFFIX=lxsd NUM_THREADS=64 make PREFIX=$BTREE LIBNAMESUFFIX=lxsd install |