From c9a5912720b4529f9f919cb940a60bf9e386c3d5 Mon Sep 17 00:00:00 2001 From: eschnett Date: Fri, 27 May 2011 23:33:11 +0000 Subject: Update to LAPACK 3.3.1 git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/BLAS/trunk@16 53307013-940b-43fa-b11d-2c2b05dfe90d --- BLAS.sh | 9 ++------- dist/lapack-3.3.0.tgz | Bin 6064824 -> 0 bytes dist/lapack-3.3.1.tgz | Bin 0 -> 4945204 bytes 3 files changed, 2 insertions(+), 7 deletions(-) delete mode 100644 dist/lapack-3.3.0.tgz create mode 100644 dist/lapack-3.3.1.tgz 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 Binary files a/dist/lapack-3.3.0.tgz and /dev/null differ diff --git a/dist/lapack-3.3.1.tgz b/dist/lapack-3.3.1.tgz new file mode 100644 index 0000000..9d599d6 Binary files /dev/null and b/dist/lapack-3.3.1.tgz differ -- cgit v1.2.3