[Lunar-commits] <moonbase-other> qrupdate: introduction to moonbase

v4hn me at v4hn.de
Fri Oct 19 23:43:11 CEST 2012


commit f66f0c517c604da29e0aef44d85d20e2769357c7
Author: v4hn <me at v4hn.de>
Date: Fri, 19 Oct 2012 14:43:11 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/f66f0c517c604da29e0aef44d85d20e2769357c7

qrupdate: introduction to moonbase
---
  science/qrupdate/BUILD     | +10/-0    
  science/qrupdate/DEPENDS   | +1/-0     
  science/qrupdate/DETAILS   | +13/-0    
  science/qrupdate/PRE_BUILD | +5/-0     
  4 files changed, 29 insertions(+)

--- /dev/null
+++ b/science/qrupdate/BUILD
@@ -0,0 +1,10 @@
+(
+
+  make lib &&
+  make solib &&
+
+  prepare_install &&
+
+  make install PREFIX=/usr
+
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/science/qrupdate/DEPENDS
@@ -0,0 +1 @@
+depends lapack
--- /dev/null
+++ b/science/qrupdate/DETAILS
@@ -0,0 +1,13 @@
+          MODULE=qrupdate
+         VERSION=1.1.2
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=$SFORGE_URL/$MODULE/${VERSION#*.}/
+      SOURCE_VFY=sha1:f7403b646ace20f4a2b080b4933a1e9152fac526
+        WEB_SITE=http://sourceforge.net/projects/qrupdate
+         ENTERED=20121019
+         UPDATED=20121019
+           SHORT="fast updating of qr and cholesky decompositions"
+
+cat << EOF
+This library provides fast operations for QR and Cholesky matrix decompositions
+EOF
--- /dev/null
+++ b/science/qrupdate/PRE_BUILD
@@ -0,0 +1,5 @@
+if  [[ ! -x  /usr/bin/g77 && ! -x /usr/bin/gfortran ]]; then
+        message "${PROBLEM_COLOR}g77 is required to install this module.  Rebuild gcc with it enabled.${DEFAULT_COLOR}" &&
+        false
+fi &&
+default_pre_build




More information about the Lunar-commits mailing list