aboutsummaryrefslogtreecommitdiff
path: root/configure.sh
diff options
context:
space:
mode:
Diffstat (limited to 'configure.sh')
-rw-r--r--configure.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.sh b/configure.sh
index 507cc92..d9c5e6c 100644
--- a/configure.sh
+++ b/configure.sh
@@ -58,8 +58,8 @@ then
# Set locations
THORN=BLAS
- NAME=blas-3.4.0
- TARNAME=lapack-3.4.0
+ NAME=blas-3.4.1
+ TARNAME=lapack-3.4.1
SRCDIR=$(dirname $0)
BUILD_DIR=${SCRATCH_BUILD}/build/${THORN}
if [ -z "${BLAS_INSTALL_DIR}" ]; then