Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Peng Chang (Charles) (dc5400946e8561bbca0b4cc48caee4357e3721ca)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: "Peng Chang \(Charles\)" <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Peng Chang (Charles) (dc5400946e8561bbca0b4cc48caee4357e3721ca)
  • Date: Sun, 15 May 2011 08:56:52 -0500

GIT changes to master grimoire by Peng Chang (Charles) <chp AT sourcemage.org>:

python-pypi/numpy/BUILD | 1 +
python-pypi/numpy/DETAILS | 4 ++--
python-pypi/numpy/HISTORY | 4 ++++
python-pypi/scipy/BUILD | 2 ++
python-pypi/scipy/DETAILS | 4 ++--
python-pypi/scipy/HISTORY | 4 ++++
6 files changed, 15 insertions(+), 4 deletions(-)

New commits:
commit dc5400946e8561bbca0b4cc48caee4357e3721ca
Author: Peng Chang (Charles) <chp AT sourcemage.org>
Commit: Peng Chang (Charles) <chp AT sourcemage.org>

scipy: unset LDFLAGS http://projects.scipy.org/numpy/ticket/182

commit 4b5e1581ae8ce03371f715965e20f45913176c02
Author: Peng Chang (Charles) <chp AT sourcemage.org>
Commit: Peng Chang (Charles) <chp AT sourcemage.org>

scipy: => 0.9.0

commit e755c1bf6774f37de434debc257c94155b57e75a
Author: Peng Chang (Charles) <chp AT sourcemage.org>
Commit: Peng Chang (Charles) <chp AT sourcemage.org>

numpy: unset LDFLAGS http://projects.scipy.org/numpy/ticket/182

commit 80a0384980ae01966a25ab4d8de9ca6f975f5601
Author: Peng Chang (Charles) <chp AT sourcemage.org>
Commit: Peng Chang (Charles) <chp AT sourcemage.org>

numpy: => 1.6.0

diff --git a/python-pypi/numpy/BUILD b/python-pypi/numpy/BUILD
index efd518c..ea4b822 100755
--- a/python-pypi/numpy/BUILD
+++ b/python-pypi/numpy/BUILD
@@ -1,3 +1,4 @@
+unset LDFLAGS &&
if is_depends_enabled numpy atlas; then
default_build || return 1
else
diff --git a/python-pypi/numpy/DETAILS b/python-pypi/numpy/DETAILS
index a5a2272..d3985e5 100755
--- a/python-pypi/numpy/DETAILS
+++ b/python-pypi/numpy/DETAILS
@@ -1,6 +1,6 @@
SPELL=numpy
- VERSION=1.5.1
-
SOURCE_HASH=sha512:3e0d2b4e7c1c5fbe93376f1c0a98e8919c36673b680bd5df32d14629729fabb171a53070cf1cdd168cd2483664585e45b840aa170ca5d51d6f04fc2cab6411a8
+ VERSION=1.6.0
+
SOURCE_HASH=sha512:18593fa336898704d5d8c454303c2bc797bb61577d341f218a3fb7c31ed410da12d62dc6edb125dbc719df633af076e466369f420ba52e929a03f88fd5e24f41
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
diff --git a/python-pypi/numpy/HISTORY b/python-pypi/numpy/HISTORY
index 77004fe..9f5c53a 100644
--- a/python-pypi/numpy/HISTORY
+++ b/python-pypi/numpy/HISTORY
@@ -1,3 +1,7 @@
+2011-05-15 Peng Chang (Charles) <chp AT sourcemage.org>
+ * BUILD: unset LDFLAGS http://projects.scipy.org/numpy/ticket/182
+ * DETAILS: updated spell to 1.6.0
+
2010-12-28 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DEPENDS, BUILD, SUB_DEPENDS, PRE_SUB_DEPENDS: made the
dependency on atlas optional
diff --git a/python-pypi/scipy/BUILD b/python-pypi/scipy/BUILD
new file mode 100755
index 0000000..4a751c5
--- /dev/null
+++ b/python-pypi/scipy/BUILD
@@ -0,0 +1,2 @@
+unset LDFLAGS &&
+default_build
diff --git a/python-pypi/scipy/DETAILS b/python-pypi/scipy/DETAILS
index 8e53e9a..c7f1509 100755
--- a/python-pypi/scipy/DETAILS
+++ b/python-pypi/scipy/DETAILS
@@ -1,6 +1,6 @@
SPELL=scipy
- VERSION=0.7.2
-
SOURCE_HASH=sha512:2cc5e06656ebcbed416011f15503b2408faba62fa8fead1433da6c61589a1e3bfba0b79183b5b378527cd0d1cabcb4471b02d97417de7e08771ccc4c877a25aa
+ VERSION=0.9.0
+
SOURCE_HASH=sha512:2c9be17d4f9daea23dab7449282f522641a7bfc0bdb0005631f2a89da44681c4b4e98bdff8b76ee451c1ee36cf3dd2eaf45f670cfaff86c10d49bf5478ac3c43
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
diff --git a/python-pypi/scipy/HISTORY b/python-pypi/scipy/HISTORY
index ac02fd2..f78a6ac 100644
--- a/python-pypi/scipy/HISTORY
+++ b/python-pypi/scipy/HISTORY
@@ -1,3 +1,7 @@
+2011-05-15 Peng Chang (Charles) <chp AT sourcemage.org>
+ * BUILD: unset LDFLAGS http://projects.scipy.org/numpy/ticket/182
+ * DETAILS: updated spell to 0.9.0
+
2010-06-14 Peng Chang (Charles) <chp AT sourcemage.org>
* DETAILS: updated spell to 0.7.2




  • [SM-Commit] GIT changes to master grimoire by Peng Chang (Charles) (dc5400946e8561bbca0b4cc48caee4357e3721ca), Peng Chang (Charles), 05/15/2011

Archive powered by MHonArc 2.6.24.

Top of Page