[Lunar-commits] <moonbase-other> hdf5: resurrected and version bumped

v4hn me at v4hn.de
Mon Jul 9 19:50:25 CEST 2012


commit 00cea494aebbbfae6e00cc40b678f39569fd0f74
Author: v4hn <me at v4hn.de>
Date: Mon, 09 Jul 2012 10:50:25 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/00cea494aebbbfae6e00cc40b678f39569fd0f74

hdf5: resurrected and version bumped
---
  science/hdf5/BUILD                                           +7/-0     
  science/hdf5/CONFIGURE                                       +2/-0     
  science/hdf5/DEPENDS                                         +1/-0     
  science/hdf5/DETAILS                                         +18/-0    
  4 files changed, 28 insertions (+), 0 deletions (-)

--- /dev/null
+++ b/science/hdf5/BUILD
@@ -0,0 +1,7 @@
+(
+
+  OPTS+=" --enable-gpfs --with-pthread" &&
+
+  default_build
+
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/science/hdf5/CONFIGURE
@@ -0,0 +1,2 @@
+mquery ENABLE_FORT "Enable fortran support?" y "--enable-fortran" "--disable-fortran"
+mquery ENABLE_CXX "Enable C++ interface (saying "y" disables thread safe)?" y "--enable-cxx --disable-threadsafe" "--disable-cxx --enable-threadsafe"
--- /dev/null
+++ b/science/hdf5/DEPENDS
@@ -0,0 +1 @@
+depends zlib
--- /dev/null
+++ b/science/hdf5/DETAILS
@@ -0,0 +1,18 @@
+          MODULE=hdf5
+         VERSION=1.8.9
+          SOURCE=$MODULE-$VERSION.tar.bz2
+   SOURCE_URL[0]=http://www.hdfgroup.org/ftp/HDF5/current/src/
+      SOURCE_VFY=sha1:7d5e5e8caa5970c65e70a5b4ad6787efe0bf70bb
+        WEB_SITE=http://www.hdfgroup.org/HDF5/
+         ENTERED=20091122
+         UPDATED=20120708
+           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