From d388dc599640880f7c6d4640cd872d149ac68605 Mon Sep 17 00:00:00 2001 From: eschnett Date: Wed, 10 Oct 2012 17:18:08 +0000 Subject: Update to Lapack 3.4.2 git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/BLAS/trunk@29 53307013-940b-43fa-b11d-2c2b05dfe90d --- configure.sh | 6 ++++-- dist/lapack-3.4.1.tgz | Bin 6147915 -> 0 bytes dist/lapack-3.4.2.tgz | Bin 0 -> 6168281 bytes 3 files changed, 4 insertions(+), 2 deletions(-) delete mode 100644 dist/lapack-3.4.1.tgz create mode 100644 dist/lapack-3.4.2.tgz diff --git a/configure.sh b/configure.sh index 9f00dbd..d5e99e3 100644 --- a/configure.sh +++ b/configure.sh @@ -58,8 +58,10 @@ then # Set locations THORN=BLAS - NAME=blas-3.4.1 - TARNAME=lapack-3.4.1 + #NAME=blas-3.4.1 + #TARNAME=lapack-3.4.1 + NAME=blas-3.4.2 + TARNAME=lapack-3.4.2 SRCDIR=$(dirname $0) BUILD_DIR=${SCRATCH_BUILD}/build/${THORN} if [ -z "${BLAS_INSTALL_DIR}" ]; then diff --git a/dist/lapack-3.4.1.tgz b/dist/lapack-3.4.1.tgz deleted file mode 100644 index fe26467..0000000 Binary files a/dist/lapack-3.4.1.tgz and /dev/null differ diff --git a/dist/lapack-3.4.2.tgz b/dist/lapack-3.4.2.tgz new file mode 100644 index 0000000..779d4e9 Binary files /dev/null and b/dist/lapack-3.4.2.tgz differ -- cgit v1.2.3