[Lunar-commits] <moonbase-other> scipy: introduce module to -other
v4hn
me at v4hn.de
Sat Oct 26 13:13:51 CEST 2013
commit 5bdaf54c47cd122f91fd277f4b4a03c55503258b
Author: v4hn <me at v4hn.de>
Date: Wed, 04 Sep 2013 19:39:36 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/5bdaf54c47cd122f91fd277f4b4a03c55503258b
scipy: introduce module to -other
---
python/scipy/BUILD | +7/-0
python/scipy/DEPENDS | +2/-0
python/scipy/DETAILS | +16/-0
3 files changed, 25 insertions(+)
--- /dev/null
+++ b/python/scipy/BUILD
@@ -0,0 +1,7 @@
+unset LDFLAGS &&
+
+python setup.py build &&
+
+prepare_install &&
+
+python setup.py install
--- /dev/null
+++ b/python/scipy/DEPENDS
@@ -0,0 +1,2 @@
+depends Python
+depends numpy
--- /dev/null
+++ b/python/scipy/DETAILS
@@ -0,0 +1,16 @@
+ MODULE=scipy
+ VERSION=0.12.0
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=$SFORGE_URL/scipy/$VERSION
+ SOURCE_VFY=sha1:1ba2e2fc49ba321f62d6f78a5351336ed2509af3
+ WEB_SITE=http://scipy.org
+ ENTERED=20130810
+ UPDATED=20130810
+ SHORT="Fundamental python library for scientific computing"
+
+cat << EOF
+The SciPy library is one of the core packages that
+make up the SciPy stack. It provides many user-friendly
+and efficient numerical routines such as routines
+for numerical integration and optimization.
+EOF
More information about the Lunar-commits
mailing list