diff options
author | 2007-12-03 07:21:53 +0000 | |
---|---|---|
committer | 2007-12-03 07:21:53 +0000 | |
commit | b9c205dd506caeacc3e205c39ed7afac4c46167b (patch) | |
tree | f68a977a746fa33281ec9d2af301c69d2c09d83c /sci-libs/hdf5/files | |
parent | whitespace (diff) | |
download | historical-b9c205dd506caeacc3e205c39ed7afac4c46167b.tar.gz historical-b9c205dd506caeacc3e205c39ed7afac4c46167b.tar.bz2 historical-b9c205dd506caeacc3e205c39ed7afac4c46167b.zip |
updated to latest upstream release with pvfs2 support and shared lib fixes
Package-Manager: portage-2.1.4_rc1
Diffstat (limited to 'sci-libs/hdf5/files')
-rw-r--r-- | sci-libs/hdf5/files/digest-hdf5-1.6.6 | 3 | ||||
-rw-r--r-- | sci-libs/hdf5/files/hdf5-mpich2.patch | 17 |
2 files changed, 20 insertions, 0 deletions
diff --git a/sci-libs/hdf5/files/digest-hdf5-1.6.6 b/sci-libs/hdf5/files/digest-hdf5-1.6.6 new file mode 100644 index 000000000000..2e9897f5e920 --- /dev/null +++ b/sci-libs/hdf5/files/digest-hdf5-1.6.6 @@ -0,0 +1,3 @@ +MD5 6c7fcc91f1579555d88bb10c6c9a33a9 hdf5-1.6.6.tar.gz 5299558 +RMD160 e7cf3f8d6aa5f34ef10cabf650ed43d644e54f1b hdf5-1.6.6.tar.gz 5299558 +SHA256 432d02f2d6988999d3d18caa6680af3cef14c8a7537c98e7adbaa8f873fba2a7 hdf5-1.6.6.tar.gz 5299558 diff --git a/sci-libs/hdf5/files/hdf5-mpich2.patch b/sci-libs/hdf5/files/hdf5-mpich2.patch new file mode 100644 index 000000000000..3ed60bf264b0 --- /dev/null +++ b/sci-libs/hdf5/files/hdf5-mpich2.patch @@ -0,0 +1,17 @@ +--- config/mpich.orig 2005-10-26 13:31:41.000000000 -0700 ++++ config/mpich 2007-11-04 15:46:53.000000000 -0800 +@@ -31,11 +31,13 @@ + # $CC is an MPICH compiler. Grab the version numbers. + ccversion=`echo $ccversion | cut -f3 -d' '` + case "$ccversion" in +- 1.2.[0-5]*) ++ # modified for mpich2 versioning ++ 1.0.[0-5]*) + hdf5_mpi_complex_derived_datatype_works='no' + ;; + *) + # assume okay ++ hdf5_mpi_complex_derived_datatype_works='yes' + ;; + esac + fi |