[Lunar-commits] <moonbase> lapack: adding to moonbase.

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Sat Jan 2 20:15:36 CET 2010


commit 5ef5e40a1359e182faf2cd5d48db2e690d86286b
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Sat Jan 2 14:15:36 2010 -0500

    lapack: adding to moonbase.
---
 science/lapack/BUILD   |   12 ++++++++++++
 science/lapack/DETAILS |   13 +++++++++++++
 2 files changed, 25 insertions(+), 0 deletions(-)

diff --git a/science/lapack/BUILD b/science/lapack/BUILD
new file mode 100644
index 0000000..8e63cc5
--- /dev/null
+++ b/science/lapack/BUILD
@@ -0,0 +1,12 @@
+(
+  
+  cp INSTALL/make.inc.gfortran make.inc &&
+  sedit "s:O2:O2 -fPIC:" make.inc &&
+  sedit "s:O0:O0 -fPIC:" make.inc &&
+  make blaslib &&
+  make all     &&
+
+  prepare_install &&
+  install *.a /usr/lib
+
+) > $C_FIFO 2>&1
diff --git a/science/lapack/DETAILS b/science/lapack/DETAILS
new file mode 100644
index 0000000..8454022
--- /dev/null
+++ b/science/lapack/DETAILS
@@ -0,0 +1,13 @@
+       MODULE=lapack
+      VERSION=3.2.1
+       SOURCE=$MODULE-$VERSION.tgz
+   SOURCE_URL=http://www.netlib.org/lapack/
+   SOURCE_VFY=sha1:c75223fdef3258c461370af5d2b889d580d7f38a
+     WEB_SITE=http://www.netlib.org/lapack/
+      ENTERED=20100102
+      UPDATED=20100102
+        SHORT="Linear Algebra PACKage"
+
+cat << EOF
+Routines for solving systems of simultaneous linear equations.
+EOF


More information about the Lunar-commits mailing list