aboutsummaryrefslogtreecommitdiff
path: root/BLAS.sh
diff options
context:
space:
mode:
Diffstat (limited to 'BLAS.sh')
-rw-r--r--BLAS.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/BLAS.sh b/BLAS.sh
index de25a1f..5f7c507 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.2.2
- TARNAME=lapack-3.2.2
+ NAME=blas-3.3.0
+ TARNAME=lapack-3.3.0
SRCDIR=$(dirname $0)
BUILD_DIR=${SCRATCH_BUILD}/build/${THORN}
INSTALL_DIR=${SCRATCH_BUILD}/external/${THORN}