Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Florian Franzmann (60a0a5ef8178a0613d1629620317496476e407f5)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Florian Franzmann <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Florian Franzmann (60a0a5ef8178a0613d1629620317496476e407f5)
  • Date: Tue, 28 Dec 2010 09:37:09 -0600

GIT changes to master grimoire by Florian Franzmann
<siflfran AT hawo.stw.uni-erlangen.de>:

science/plplot/BUILD | 1 -
science/plplot/DEPENDS | 4 ++++
science/plplot/HISTORY | 3 +++
3 files changed, 7 insertions(+), 1 deletion(-)

New commits:
commit 60a0a5ef8178a0613d1629620317496476e407f5
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

science/plplot: added optional dependency on numpy

diff --git a/science/plplot/BUILD b/science/plplot/BUILD
index 2e1476c..0003cad 100755
--- a/science/plplot/BUILD
+++ b/science/plplot/BUILD
@@ -2,6 +2,5 @@ OPTS="$OPTS -DCMAKE_BUILD_TYPE=Release" &&
OPTS="$OPTS -DHAVE_AGG=OFF" &&
OPTS="$OPTS -DGNAT_LIB=/usr/lib/gcc/${BUILD}/$(installed_version
gcc)/adalib/libgnat.so" &&
OPTS="$OPTS -DHAVE_FREETYPE=OFF" &&
-OPTS="$OPTS -DENABLE_python=OFF" &&
message "${MESSAGE_COLOR}${OPTS}${DEFAULT_COLOR}" &&
qt4_cmake_build
diff --git a/science/plplot/DEPENDS b/science/plplot/DEPENDS
index c58c1a2..6a9a6f5 100755
--- a/science/plplot/DEPENDS
+++ b/science/plplot/DEPENDS
@@ -33,6 +33,10 @@ optional_depends qhull \
"-DHAVE_QHULL=ON" \
"-DHAVE_QHULL=OFF" \
"build internal csironn library for nearest neighbor interpolation" &&
+optional_depends numpy \
+ "-DENABLE_python=ON" \
+ "-DENABLE_python=OFF" \
+ "python bindings" &&
optional_depends qt4 \
"-DENABLE_qt=ON" \
"-DENABLE_qt=OFF" \
diff --git a/science/plplot/HISTORY b/science/plplot/HISTORY
index 439c07d..61f779b 100644
--- a/science/plplot/HISTORY
+++ b/science/plplot/HISTORY
@@ -1,3 +1,6 @@
+2010-12-28 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * BUILD, DEPENDS: added optional dependency on numpy
+
2010-12-18 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* BUILD, DEPENDS, DETAILS: spell created




  • [SM-Commit] GIT changes to master grimoire by Florian Franzmann (60a0a5ef8178a0613d1629620317496476e407f5), Florian Franzmann, 12/28/2010

Archive powered by MHonArc 2.6.24.

Top of Page