aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreschnett <eschnett@53307013-940b-43fa-b11d-2c2b05dfe90d>2011-05-27 23:33:11 +0000
committereschnett <eschnett@53307013-940b-43fa-b11d-2c2b05dfe90d>2011-05-27 23:33:11 +0000
commitc9a5912720b4529f9f919cb940a60bf9e386c3d5 (patch)
tree139aefa849f16033e9ce0a5ea8b87918a967d5b5
parenta8355c704817bd40128e30e67f2989b41367c437 (diff)
Update to LAPACK 3.3.1
git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/BLAS/trunk@16 53307013-940b-43fa-b11d-2c2b05dfe90d
-rw-r--r--BLAS.sh9
-rw-r--r--dist/lapack-3.3.0.tgzbin6064824 -> 0 bytes
-rw-r--r--dist/lapack-3.3.1.tgzbin0 -> 4945204 bytes
3 files changed, 2 insertions, 7 deletions
diff --git a/BLAS.sh b/BLAS.sh
index 331fd64..b65e66c 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.3.0
- TARNAME=lapack-3.3.0
+ NAME=blas-3.3.1
+ TARNAME=lapack-3.3.1
SRCDIR=$(dirname $0)
BUILD_DIR=${SCRATCH_BUILD}/build/${THORN}
INSTALL_DIR=${SCRATCH_BUILD}/external/${THORN}
@@ -74,11 +74,6 @@ if [ -z "${BLAS_DIR}" -o "${BLAS_DIR}" = 'BUILD' ]; then
else
echo "BLAS: Building enclosed BLAS library"
- # Should we use gmake or make?
- MAKE=$(gmake --help > /dev/null 2>&1 && echo gmake || echo make)
- # Should we use gtar or tar?
- TAR=$(gtar --help > /dev/null 2> /dev/null && echo gtar || echo tar)
-
# Set up environment
unset LIBS
if [ ${USE_RANLIB} != 'yes' ]; then
diff --git a/dist/lapack-3.3.0.tgz b/dist/lapack-3.3.0.tgz
deleted file mode 100644
index f56eee1..0000000
--- a/dist/lapack-3.3.0.tgz
+++ /dev/null
Binary files differ
diff --git a/dist/lapack-3.3.1.tgz b/dist/lapack-3.3.1.tgz
new file mode 100644
index 0000000..9d599d6
--- /dev/null
+++ b/dist/lapack-3.3.1.tgz
Binary files differ