[Lunar-commits] <moonbase> ParaView: Version bump and adding -DBUILD_SHARED_LIBS=ON to the BUILD.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Thu May 12 13:49:28 CEST 2011
commit 49963bc77146b6b9b391843c9e526457e8eec053
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Thu May 12 07:49:28 2011 -0400
ParaView: Version bump and adding -DBUILD_SHARED_LIBS=ON to the BUILD.
---
science/ParaView/BUILD | 8 +++++---
science/ParaView/DETAILS | 6 +++---
2 files changed, 8 insertions(+), 6 deletions(-)
diff --git a/science/ParaView/BUILD b/science/ParaView/BUILD
index 01d06a6..2a7a088 100644
--- a/science/ParaView/BUILD
+++ b/science/ParaView/BUILD
@@ -5,9 +5,11 @@
mkdir $OOSB_DIR &&
cd $OOSB_DIR &&
- cmake $SOURCE_DIRECTORY/ -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX \
- -DCMAKE_BUILD_TYPE=RELEASE \
- $OPTS &&
+ cmake -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX \
+ -DCMAKE_BUILD_TYPE=RELEASE \
+ -DBUILD_SHARED_LIBS=ON \
+ $OPTS \
+ $SOURCE_DIRECTORY/ &&
default_make &&
diff --git a/science/ParaView/DETAILS b/science/ParaView/DETAILS
index c83473e..10b1ee8 100644
--- a/science/ParaView/DETAILS
+++ b/science/ParaView/DETAILS
@@ -1,12 +1,12 @@
MODULE=ParaView
- MAJOR=3.8
+ MAJOR=3.10
VERSION=${MAJOR}.1
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL=http://www.paraview.org/files/v${MAJOR}/
- SOURCE_VFY=sha1:2cffb622f8b991a36df39bf260a1752de9036eb4
+ SOURCE_VFY=sha1:2e56788c9d27f83b5400ffb3770024cf04fa0e4c
WEB_SITE=http://www.paraview.org/
ENTERED=20101121
- UPDATED=20101121
+ UPDATED=20110512
SHORT="data analysis and visualization application"
cat << EOF
More information about the Lunar-commits
mailing list