[Lunar-commits] <moonbase> atlas: Adding to moonbase.

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Tue Sep 20 12:08:40 CEST 2011


commit f9a4187d58dfa7bfaae5ae5c581cfdf2936e93c6
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Tue Sep 20 06:08:40 2011 -0400

    atlas: Adding to moonbase.
---
 science/atlas/BUILD   |   10 ++++++++++
 science/atlas/DEPENDS |    1 +
 science/atlas/DETAILS |   17 +++++++++++++++++
 3 files changed, 28 insertions(+), 0 deletions(-)

diff --git a/science/atlas/BUILD b/science/atlas/BUILD
new file mode 100644
index 0000000..58d64ab
--- /dev/null
+++ b/science/atlas/BUILD
@@ -0,0 +1,10 @@
+(
+
+  mkdir $MODULE-build &&
+  cd $MODULE-build &&
+
+  ../configure -Fa alg -fPIC --prefix=/usr $OPTS &&
+
+  default_make 
+
+) > $C_FIFO 2>&1
diff --git a/science/atlas/DEPENDS b/science/atlas/DEPENDS
new file mode 100644
index 0000000..80279aa
--- /dev/null
+++ b/science/atlas/DEPENDS
@@ -0,0 +1 @@
+optional_depends "lapack" "--with-netlib-lapack=/usr/lib/liblapack.so" "" "for additional lapack routines support"
diff --git a/science/atlas/DETAILS b/science/atlas/DETAILS
new file mode 100644
index 0000000..5c8759e
--- /dev/null
+++ b/science/atlas/DETAILS
@@ -0,0 +1,17 @@
+          MODULE=atlas
+         VERSION=3.8.4
+          SOURCE=$MODULE$VERSION.tar.bz2
+      SOURCE_URL=$SFORGE_URL/math-atlas/Stable/$VERSION/
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/ATLAS
+      SOURCE_VFY=sha1:ef92bcbc4bec096b34ed7a0d29119d84c973df0c
+        WEB_SITE=http://math-atlas.sourceforge.net/
+         ENTERED=20110920
+         UPDATED=20110920
+           SHORT="Automatically Tuned Linear Algebra Software"
+PSAFE=no
+cat << EOF
+The ATLAS (Automatically Tuned Linear Algebra Software) project is an ongoing 
+research effort focusing on applying empirical techniques in order to provide 
+portable performance. At present, it provides C and Fortran77 interfaces to a 
+portably efficient BLAS implementation, as well as a few routines from LAPACK.
+EOF


More information about the Lunar-commits mailing list