[Lunar-commits] <moonbase> ParaView: Adding to moonbase.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Mon Nov 22 00:00:08 CET 2010
commit 1ed869a7bfe1427319fab920715a4cba66a28384
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Sun Nov 21 18:00:08 2010 -0500
ParaView: Adding to moonbase.
---
science/ParaView/BUILD | 29 ++++++++++++++++++
science/ParaView/CMakeCache.txt | 40 +++++++++++++++++++++++++
science/ParaView/CMakeFiles/cmake.check_cache | 1 +
science/ParaView/DEPENDS | 1 +
science/ParaView/DETAILS | 23 ++++++++++++++
5 files changed, 94 insertions(+), 0 deletions(-)
diff --git a/science/ParaView/BUILD b/science/ParaView/BUILD
new file mode 100644
index 0000000..01d06a6
--- /dev/null
+++ b/science/ParaView/BUILD
@@ -0,0 +1,29 @@
+(
+
+ OOSB_DIR="$SOURCE_DIRECTORY/$MODULE-build" &&
+
+ mkdir $OOSB_DIR &&
+ cd $OOSB_DIR &&
+
+ cmake $SOURCE_DIRECTORY/ -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX \
+ -DCMAKE_BUILD_TYPE=RELEASE \
+ $OPTS &&
+
+ default_make &&
+
+ install Documentation/ParaViewLogo.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/ParaViewLogo.png
+Categories=Qt;KDE;Science;
+EOF
+
+ install -D -m644 ${MODULE}.desktop /usr/share/applications/${MODULE}.desktop
+
+) > $C_FIFO 2>&1
diff --git a/science/ParaView/CMakeCache.txt b/science/ParaView/CMakeCache.txt
new file mode 100644
index 0000000..97e6102
--- /dev/null
+++ b/science/ParaView/CMakeCache.txt
@@ -0,0 +1,40 @@
+# This is the CMakeCache file.
+# For build in directory: /home/dveatch/moonbase.git/science/ParaView
+# It was generated by CMake: /usr/bin/cmake
+# You can edit this file to change values found and used by cmake.
+# If you do not want to change any of the values, simply exit the editor.
+# If you do want to change a value, simply edit, save, and exit the editor.
+# The syntax for the file is as follows:
+# KEY:TYPE=VALUE
+# KEY is the name of a variable in the cache.
+# TYPE is a hint to GUI's for the type of VALUE, DO NOT EDIT TYPE!.
+# VALUE is the current value for the KEY.
+
+########################
+# EXTERNAL cache entries
+########################
+
+
+########################
+# INTERNAL cache entries
+########################
+
+//This is the directory where this CMakeCache.txt was created
+CMAKE_CACHEFILE_DIR:INTERNAL=/home/dveatch/moonbase.git/science/ParaView
+//Major version of cmake used to create the current loaded cache
+CMAKE_CACHE_MAJOR_VERSION:INTERNAL=2
+//Minor version of cmake used to create the current loaded cache
+CMAKE_CACHE_MINOR_VERSION:INTERNAL=8
+//Patch version of cmake used to create the current loaded cache
+CMAKE_CACHE_PATCH_VERSION:INTERNAL=3
+//Path to CMake executable.
+CMAKE_COMMAND:INTERNAL=/usr/bin/cmake
+//Path to cpack program executable.
+CMAKE_CPACK_COMMAND:INTERNAL=/usr/bin/cpack
+//Path to ctest program executable.
+CMAKE_CTEST_COMMAND:INTERNAL=/usr/bin/ctest
+//Path to cache edit program executable.
+CMAKE_EDIT_COMMAND:INTERNAL=/usr/bin/ccmake
+//Path to CMake installation.
+CMAKE_ROOT:INTERNAL=/usr/share/cmake-2.8
+
diff --git a/science/ParaView/CMakeFiles/cmake.check_cache b/science/ParaView/CMakeFiles/cmake.check_cache
new file mode 100644
index 0000000..3dccd73
--- /dev/null
+++ b/science/ParaView/CMakeFiles/cmake.check_cache
@@ -0,0 +1 @@
+# This file is generated by cmake for dependency checking of the CMakeCache.txt file
diff --git a/science/ParaView/DEPENDS b/science/ParaView/DEPENDS
new file mode 100644
index 0000000..60dd614
--- /dev/null
+++ b/science/ParaView/DEPENDS
@@ -0,0 +1 @@
+depends cmake
diff --git a/science/ParaView/DETAILS b/science/ParaView/DETAILS
new file mode 100644
index 0000000..7f3aafa
--- /dev/null
+++ b/science/ParaView/DETAILS
@@ -0,0 +1,23 @@
+ MODULE=ParaView
+ MAJOR=3.8
+ VERSION=${MAJOR}.1
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://www.paraview.org/files/v${MAJOR}/
+ SOURCE_VFY=sha1:2cffb622f8b991a36df39bf260a1752de9036eb4
+ WEB_SITE=http://www.paraview.org/
+ ENTERED=20101121
+ UPDATED=20101121
+ 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