aboutsummaryrefslogtreecommitdiff
path: root/configure.sh
diff options
context:
space:
mode:
authoreschnett <eschnett@9e23cc15-e5c8-4d65-9080-beda90ea645b>2013-07-25 22:46:24 +0000
committereschnett <eschnett@9e23cc15-e5c8-4d65-9080-beda90ea645b>2013-07-25 22:46:24 +0000
commitdf1d14e1bbb17c38dd133e2ec79e75e8a3441c2d (patch)
treeb95294e37760870d7bf082d404b245a156b129e8 /configure.sh
parent4c83e3df6d79cc802619b675699b49906ae184ca (diff)
Update GSL to 1.16HEADmaster
git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/GSL/trunk@41 9e23cc15-e5c8-4d65-9080-beda90ea645b
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 4263526..150dbe8 100644
--- a/configure.sh
+++ b/configure.sh
@@ -62,7 +62,7 @@ then
# Set locations
THORN=GSL
- NAME=gsl-1.15
+ NAME=gsl-1.16
SRCDIR=$(dirname $0)
BUILD_DIR=${SCRATCH_BUILD}/build/${THORN}
if [ -z "${GSL_INSTALL_DIR}" ]; then