aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--BLAS.sh9
-rw-r--r--dist/lapack-3.3.0.tgzbin6064824 -> 0 bytes
-rw-r--r--dist/lapack-3.3.1.tgzbin0 -> 4945204 bytes
3 files changed, 2 insertions, 7 deletions
diff --git a/BLAS.sh b/BLAS.sh
index 331fd64..b65e66c 100644
--- a/BLAS.sh
+++ b/BLAS.sh
@@ -54,8 +54,8 @@ if [ -z "${BLAS_DIR}" -o "${BLAS_DIR}" = 'BUILD' ]; then
# Set locations
THORN=BLAS
- NAME=blas-3.3.0
- TARNAME=lapack-3.3.0
+ NAME=blas-3.3.1
+ TARNAME=lapack-3.3.1
SRCDIR=$(dirname $0)
BUILD_DIR=${SCRATCH_BUILD}/build/${THORN}
INSTALL_DIR=${SCRATCH_BUILD}/external/${THORN}
@@ -74,11 +74,6 @@ if [ -z "${BLAS_DIR}" -o "${BLAS_DIR}" = 'BUILD' ]; then
else
echo "BLAS: Building enclosed BLAS library"
- # Should we use gmake or make?
- MAKE=$(gmake --help > /dev/null 2>&1 && echo gmake || echo make)
- # Should we use gtar or tar?
- TAR=$(gtar --help > /dev/null 2> /dev/null && echo gtar || echo tar)
-
# Set up environment
unset LIBS
if [ ${USE_RANLIB} != 'yes' ]; then
diff --git a/dist/lapack-3.3.0.tgz b/dist/lapack-3.3.0.tgz
deleted file mode 100644
index f56eee1..0000000
--- a/dist/lapack-3.3.0.tgz
+++ /dev/null
Binary files differ
diff --git a/dist/lapack-3.3.1.tgz b/dist/lapack-3.3.1.tgz
new file mode 100644
index 0000000..9d599d6
--- /dev/null
+++ b/dist/lapack-3.3.1.tgz
Binary files differ