[Lunar-commits] <moonbase> hdf5: Adding to moonbase.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Sun Nov 22 16:48:50 CET 2009
commit ed91ac2636bc7fdfc3a48abb4ec870841b37a144
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Sun Nov 22 10:48:50 2009 -0500
hdf5: Adding to moonbase.
---
science/hdf5/BUILD | 7 +++++++
science/hdf5/DEPENDS | 2 ++
science/hdf5/DETAILS | 18 ++++++++++++++++++
3 files changed, 27 insertions(+), 0 deletions(-)
diff --git a/science/hdf5/BUILD b/science/hdf5/BUILD
new file mode 100644
index 0000000..f1ec096
--- /dev/null
+++ b/science/hdf5/BUILD
@@ -0,0 +1,7 @@
+(
+
+ OPTS+=" --enable-gpfs --enable-threadsafe --with-pthread" &&
+
+ default_build
+
+) > $C_FIFO 2>&1
diff --git a/science/hdf5/DEPENDS b/science/hdf5/DEPENDS
new file mode 100644
index 0000000..59577e5
--- /dev/null
+++ b/science/hdf5/DEPENDS
@@ -0,0 +1,2 @@
+depends zlib
+
diff --git a/science/hdf5/DETAILS b/science/hdf5/DETAILS
new file mode 100644
index 0000000..30ce351
--- /dev/null
+++ b/science/hdf5/DETAILS
@@ -0,0 +1,18 @@
+ MODULE=hdf5
+ VERSION=1.8.4
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL[0]=http://www.hdfgroup.org/ftp/HDF5/current/src/
+ SOURCE_VFY=sha1:37877e29c49a6af3e23aa9ad798ef12b8ba1c05c
+ WEB_SITE=http://www.hdfgroup.org/HDF5/
+ ENTERED=20091122
+ UPDATED=20091122
+ SHORT="data model, library, and file format for storing and managing data"
+
+cat << EOF
+HDF5 is a data model, library, and file format for storing and managing data.
+It supports an unlimited variety of datatypes, and is designed for flexible
+and efficient I/O and for high volume and complex data. HDF5 is portable and
+is extensible, allowing applications to evolve in their use of HDF5. The HDF5
+Technology suite includes tools and applications for managing, manipulating,
+viewing, and analyzing data in the HDF5 format.
+EOF
More information about the Lunar-commits
mailing list