aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreschnett <eschnett@53307013-940b-43fa-b11d-2c2b05dfe90d>2012-10-10 17:18:08 +0000
committereschnett <eschnett@53307013-940b-43fa-b11d-2c2b05dfe90d>2012-10-10 17:18:08 +0000
commitd388dc599640880f7c6d4640cd872d149ac68605 (patch)
treef334b466ced66c37e8f8ae3522046c7d3df05a8c
parenta6006319dd3c502b63bfad48ad86d3adf87b721f (diff)
Update to Lapack 3.4.2
git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/BLAS/trunk@29 53307013-940b-43fa-b11d-2c2b05dfe90d
-rw-r--r--configure.sh6
-rw-r--r--dist/lapack-3.4.1.tgzbin6147915 -> 0 bytes
-rw-r--r--dist/lapack-3.4.2.tgzbin0 -> 6168281 bytes
3 files changed, 4 insertions, 2 deletions
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
--- a/dist/lapack-3.4.1.tgz
+++ /dev/null
Binary files differ
diff --git a/dist/lapack-3.4.2.tgz b/dist/lapack-3.4.2.tgz
new file mode 100644
index 0000000..779d4e9
--- /dev/null
+++ b/dist/lapack-3.4.2.tgz
Binary files differ