aboutsummaryrefslogtreecommitdiff
path: root/LAPACK.sh
diff options
context:
space:
mode:
Diffstat (limited to 'LAPACK.sh')
-rw-r--r--LAPACK.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/LAPACK.sh b/LAPACK.sh
index 72a9c8b..aedf931 100644
--- a/LAPACK.sh
+++ b/LAPACK.sh
@@ -54,7 +54,7 @@ if [ -z "${LAPACK_DIR}" -o "${LAPACK_DIR}" = 'BUILD' ]; then
# Set locations
THORN=LAPACK
- NAME=lapack-3.2.2
+ NAME=lapack-3.3.0
SRCDIR=$(dirname $0)
BUILD_DIR=${SCRATCH_BUILD}/build/${THORN}
INSTALL_DIR=${SCRATCH_BUILD}/external/${THORN}