From 3b4de3302b5caa45b3e3ffe85d61a0fd036a5d34 Mon Sep 17 00:00:00 2001 From: eschnett Date: Wed, 26 Jan 2011 14:14:02 +0000 Subject: Update to LAPACK 3.3.0 git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/BLAS/trunk@13 53307013-940b-43fa-b11d-2c2b05dfe90d --- BLAS.sh | 4 ++-- dist/lapack-3.2.2.tgz | Bin 4819849 -> 0 bytes dist/lapack-3.3.0.tgz | Bin 0 -> 6064824 bytes 3 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 dist/lapack-3.2.2.tgz create mode 100644 dist/lapack-3.3.0.tgz diff --git a/BLAS.sh b/BLAS.sh index de25a1f..5f7c507 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.2.2 - TARNAME=lapack-3.2.2 + NAME=blas-3.3.0 + TARNAME=lapack-3.3.0 SRCDIR=$(dirname $0) BUILD_DIR=${SCRATCH_BUILD}/build/${THORN} INSTALL_DIR=${SCRATCH_BUILD}/external/${THORN} diff --git a/dist/lapack-3.2.2.tgz b/dist/lapack-3.2.2.tgz deleted file mode 100644 index 0423128..0000000 Binary files a/dist/lapack-3.2.2.tgz and /dev/null differ diff --git a/dist/lapack-3.3.0.tgz b/dist/lapack-3.3.0.tgz new file mode 100644 index 0000000..f56eee1 Binary files /dev/null and b/dist/lapack-3.3.0.tgz differ -- cgit v1.2.3