[Lunar-commits] <moonbase-other> atlas: Version bump to 3.10.0. Yes I know what that optional_depends looks like
Dennis Veatch
stumbles at lunar-linux.org
Thu Jul 19 02:14:17 CEST 2012
commit 0323211bf09ee7c71e9e58d20dc702956e540809
Author: Dennis Veatch <stumbles at lunar-linux.org>
Date: Wed, 18 Jul 2012 17:14:17 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/0323211bf09ee7c71e9e58d20dc702956e540809
atlas: Version bump to 3.10.0. Yes I know what that optional_depends looks like
but that is what the switch wants.
---
science/atlas/BUILD +1/-1
science/atlas/DEPENDS +1/-1
science/atlas/DETAILS +3/-3
3 files changed, 5 insertions (+), 5 deletions (-)
--- a/science/atlas/BUILD
+++ b/science/atlas/BUILD
@@ -3,7 +3,7 @@
mkdir $MODULE-build &&
cd $MODULE-build &&
- ../configure -Fa alg -fPIC --prefix=/usr $OPTS &&
+ ../configure -Fa alg -fPIC --shared --prefix=/usr --incdir=/usr/include $OPTS &&
default_make
--- a/science/atlas/DEPENDS
+++ b/science/atlas/DEPENDS
@@ -1 +1 @@
-optional_depends "lapack" "--with-netlib-lapack=/usr/lib/liblapack.so" "" "for additional lapack routines support"
+optional_depends "lapack" "--with-netlib-lapack-tarfile=/var/spool/lunar/" "" "for additional lapack routines support"
--- a/science/atlas/DETAILS
+++ b/science/atlas/DETAILS
@@ -1,12 +1,12 @@
MODULE=atlas
- VERSION=3.8.4
+ VERSION=3.10.0
SOURCE=$MODULE$VERSION.tar.bz2
SOURCE_URL=$SFORGE_URL/math-atlas/Stable/$VERSION/
SOURCE_DIRECTORY=$BUILD_DIRECTORY/ATLAS
- SOURCE_VFY=sha1:ef92bcbc4bec096b34ed7a0d29119d84c973df0c
+ SOURCE_VFY=sha1:085e8219d01626485079b785309d4d6502ab1ac0
WEB_SITE=http://math-atlas.sourceforge.net/
ENTERED=20110920
- UPDATED=20110920
+ UPDATED=20120718
SHORT="Automatically Tuned Linear Algebra Software"
PSAFE=no
cat << EOF
More information about the Lunar-commits
mailing list