[Lunar-commits] <moonbase-other> ParaView: readded to moonbase-other and updated

v4hn me at v4hn.de
Sun Apr 21 17:44:24 CEST 2013


commit cc27ce0df9828dc15508cba88f5950ef5a264529
Author: v4hn <me at v4hn.de>
Date: Sun, 21 Apr 2013 08:43:46 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/cc27ce0df9828dc15508cba88f5950ef5a264529

ParaView: readded to moonbase-other and updated
---
  science/ParaView/BUILD   | +21/-0    
  science/ParaView/DEPENDS | +6/-0     
  science/ParaView/DETAILS | +23/-0    
  3 files changed, 50 insertions(+)

--- /dev/null
+++ b/science/ParaView/BUILD
@@ -0,0 +1,21 @@
+OPTS+=" -DBUILD_SHARED_LIBS=ON -DPARAVIEW_INSTALL_DEVELOPMENT_FILES=ON" &&
+
+# This would be nice, but does not work over here...
+#OPTS+=" -DUSE_EXTERNAL_VTK:BOOL=ON" &&
+
+default_cmake_build &&
+
+install ../Applications/ParaView/pvIcon.png /usr/share/icons &&
+
+# Desktop menu entry
+cat > ${MODULE}.desktop << EOF  &&
+[Desktop Entry]
+Type=Application
+Name=ParaView
+Comment=data analysis and visualization
+Exec=/usr/bin/paraview
+Icon=/usr/share/icons/pvIcon.png
+Categories=Qt;KDE;Science;
+EOF
+
+install -D -m644 ${MODULE}.desktop /usr/share/applications/${MODULE}.desktop
--- /dev/null
+++ b/science/ParaView/DEPENDS
@@ -0,0 +1,6 @@
+depends cmake
+# build with the internal VTK for now
+#depends vtk
+optional_depends Python "-DPARAVIEW_ENABLE_PYTHON=ON" "-DPARAVIEW_ENABLE_PYTHON=OFF" "For Python scripting support"
+optional_depends qt4    "-DPARAVIEW_BUILD_QT_GUI=ON"  "-DPARAVIEW_BUILD_QT_GUI=OFF"  "Build Qt GUI"
+optional_depends ffmpeg "-DPARAVIEW_ENABLE_FFMPEG=ON" "-DPARAVIEW_ENABLE_FFMPEG=OFF" "For FFMPEG video support"
--- /dev/null
+++ b/science/ParaView/DETAILS
@@ -0,0 +1,23 @@
+          MODULE=ParaView
+         VERSION=3.98.1
+          SOURCE=$MODULE-$VERSION-source.tar.gz
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/$MODULE-$VERSION-source
+      SOURCE_URL=http://www.paraview.org/files/v${VERSION%.*}/
+      SOURCE_VFY=sha1:f59dd55b295c804aa3bb75c6ab19b323ef80d861
+        WEB_SITE=http://www.paraview.org/
+         ENTERED=20101121
+         UPDATED=20130421
+           SHORT="data analysis and visualization application"
+
+cat << EOF
+ParaView is an open-source, multi-platform data analysis and visualization
+application. ParaView users can quickly build visualizations to analyze their
+data using qualitative and quantitative techniques. The data exploration can be
+done interactively in 3D or programmatically using ParaView's batch processing
+capabilities.
+
+ParaView was developed to analyze extremely large datasets using distributed
+memory computing resources. It can be run on supercomputers to analyze datasets
+of terascale as well as on laptops for smaller data.
+EOF
+




More information about the Lunar-commits mailing list