aboutsummaryrefslogtreecommitdiff
path: root/configure.sh
diff options
context:
space:
mode:
authoreschnett <eschnett@c7ba4c71-c2f2-49b2-85d5-cb7b5f04bdfb>2012-06-12 20:37:20 +0000
committereschnett <eschnett@c7ba4c71-c2f2-49b2-85d5-cb7b5f04bdfb>2012-06-12 20:37:20 +0000
commit1d74020c92af51d3ec530daa374ac6355743ddc3 (patch)
tree8f665535ae293133c9742b7eb4074c8331b3e049 /configure.sh
parent905d3f6d3a604a93f9478170dffc4efa8121e0f0 (diff)
Update LAPACK version
git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/LAPACK/trunk@29 c7ba4c71-c2f2-49b2-85d5-cb7b5f04bdfb
Diffstat (limited to 'configure.sh')
-rw-r--r--configure.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.sh b/configure.sh
index 50ae090..3629d4f 100644
--- a/configure.sh
+++ b/configure.sh
@@ -58,7 +58,7 @@ then
# Set locations
THORN=LAPACK
- NAME=lapack-3.4.0
+ NAME=lapack-3.4.1
SRCDIR=$(dirname $0)
BUILD_DIR=${SCRATCH_BUILD}/build/${THORN}
if [ -z "${LAPACK_INSTALL_DIR}" ]; then