summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaka Kranjc2011-10-06 18:59:43 +0200
committerJaka Kranjc2011-10-06 18:59:43 +0200
commit05bb4d32a784933907118ac85c204c1644bb2f5c (patch)
treeb5dc1cd4f00bd43ec30b4a156c88297b27f6e8bc
parentefc66544bad4fc2768e1599d1743d0e9e31b4856 (diff)
hdf5: 1.8.7 and dep fixes
-rwxr-xr-xscience/hdf5/DEPENDS4
-rwxr-xr-xscience/hdf5/DETAILS4
-rw-r--r--science/hdf5/HISTORY4
3 files changed, 8 insertions, 4 deletions
diff --git a/science/hdf5/DEPENDS b/science/hdf5/DEPENDS
index 951b6ad6d0..f22348cab4 100755
--- a/science/hdf5/DEPENDS
+++ b/science/hdf5/DEPENDS
@@ -1,9 +1,9 @@
depends zlib &&
-optional_depends fortran \
+optional_depends -sub FORTRAN gcc \
"--enable-fortran" \
"--disable-fortran" \
"Fortran wrapper library for HDF5 access" &&
-optional_depends g++ \
+optional_depends -sub CXX gcc \
"--enable-cxx" \
"--disable-cxx" \
"C++ wrapper library for HDF5 access"
diff --git a/science/hdf5/DETAILS b/science/hdf5/DETAILS
index d0d2b06ea9..8b5a3905a7 100755
--- a/science/hdf5/DETAILS
+++ b/science/hdf5/DETAILS
@@ -1,9 +1,9 @@
SPELL=hdf5
- VERSION=1.8.3
+ VERSION=1.8.7
SOURCE="${SPELL}-${VERSION}.tar.gz"
SOURCE_URL[0]=http://www.hdfgroup.org/ftp/HDF5/current/src/${SOURCE}
SOURCE_URL[1]=http://www.hdfgroup.org/ftp/HDF5/prev-releases/hdf5-$VERSION/src/$SOURCE
- SOURCE_HASH=sha512:78cc613f5ce94858c0f13476ae5e98aa05e417f9a3ee50f237334076999378e121cc91f4e69fe8c58746bc03117c4008057339eecadf7f80a77bfa755c932e70
+ SOURCE_HASH=sha512:9644896e4a84665ad22f87eb885cbd4a0c60a5c30085d5dd5dba5f3c148dbee626f0cb01e59a7995a84245448a3f1e9ba98687d3f10250e2ee763074ed8ddc0e
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE="http://www.hdfgroup.org/HDF5/"
LICENSE[0]="BSD"
diff --git a/science/hdf5/HISTORY b/science/hdf5/HISTORY
index be0caf5227..4a3b694072 100644
--- a/science/hdf5/HISTORY
+++ b/science/hdf5/HISTORY
@@ -1,3 +1,7 @@
+2011-10-06 Jaka Kranjc <lynxlynxlynx@sourcemage.org>
+ * DETAILS: 1.8.7
+ * DEPENDS: fixed the g++, fortran dep
+
2009-11-02 Andraž "ruskie" Levstik <ruskie+f03a580f@codemages.net>
* DEPENDS, DETAILS: spell created