aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreschnett <eschnett@c7ba4c71-c2f2-49b2-85d5-cb7b5f04bdfb>2011-05-27 23:32:53 +0000
committereschnett <eschnett@c7ba4c71-c2f2-49b2-85d5-cb7b5f04bdfb>2011-05-27 23:32:53 +0000
commit0ec0c4b7d493ac90e0882ab2274a047c15831a1d (patch)
tree14c5fbfb999da031e9c3c7b02fcab49938157387
parent8e2a31c5de669ecb43d9d88f8f9221974b5ab306 (diff)
Update to LAPACK 3.3.1
git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/LAPACK/trunk@17 c7ba4c71-c2f2-49b2-85d5-cb7b5f04bdfb
-rw-r--r--LAPACK.sh7
-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, 1 insertions, 6 deletions
diff --git a/LAPACK.sh b/LAPACK.sh
index a877d1d..6598090 100644
--- a/LAPACK.sh
+++ b/LAPACK.sh
@@ -54,7 +54,7 @@ if [ -z "${LAPACK_DIR}" -o "${LAPACK_DIR}" = 'BUILD' ]; then
# Set locations
THORN=LAPACK
- NAME=lapack-3.3.0
+ NAME=lapack-3.3.1
SRCDIR=$(dirname $0)
BUILD_DIR=${SCRATCH_BUILD}/build/${THORN}
INSTALL_DIR=${SCRATCH_BUILD}/external/${THORN}
@@ -73,11 +73,6 @@ if [ -z "${LAPACK_DIR}" -o "${LAPACK_DIR}" = 'BUILD' ]; then
else
echo "LAPACK: Building enclosed LAPACK 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