diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2010-05-04 18:38:14 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2010-05-04 18:38:14 +0000 |
commit | fb6ffd181fb2e93d58ffbe00335231b6cf52b513 (patch) | |
tree | fbc2f45ddbac06e4cda9537ec4d5ffe030caafb7 /sci-libs/hdf5/files | |
parent | Another try to fix plugin installation. This should fix bug #274538 and #316777. (diff) | |
download | gentoo-2-fb6ffd181fb2e93d58ffbe00335231b6cf52b513.tar.gz gentoo-2-fb6ffd181fb2e93d58ffbe00335231b6cf52b513.tar.bz2 gentoo-2-fb6ffd181fb2e93d58ffbe00335231b6cf52b513.zip |
Version bump. Important update mainly for netcdf4 users
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/hdf5/files')
-rw-r--r-- | sci-libs/hdf5/files/hdf5-1.8.3-as-needed.patch | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/sci-libs/hdf5/files/hdf5-1.8.3-as-needed.patch b/sci-libs/hdf5/files/hdf5-1.8.3-as-needed.patch index 677264b22b53..6b1f43835aed 100644 --- a/sci-libs/hdf5/files/hdf5-1.8.3-as-needed.patch +++ b/sci-libs/hdf5/files/hdf5-1.8.3-as-needed.patch @@ -1,5 +1,5 @@ ---- hdf5-1.8.3.orig/fortran/src/Makefile.am 2009-04-15 19:10:01.053733251 +0100 -+++ hdf5-1.8.3/fortran/src/Makefile.am 2009-04-15 19:12:49.874557795 +0100 +--- fortran/src/Makefile.am.orig 2009-04-15 19:10:01.053733251 +0100 ++++ fortran/src/Makefile.am 2009-04-15 19:12:49.874557795 +0100 @@ -66,6 +66,8 @@ H5If.c H5Lf.c H5Of.c H5Pf.c H5Rf.c H5Sf.c H5Tf.c H5Zf.c \ $(PARALLEL_COND_SRC) @@ -9,8 +9,8 @@ # h5fc is generated during configure. # Remove it only when distclean. DISTCLEANFILES=h5fc ---- hdf5-1.8.3.orig/hl/fortran/src/Makefile.am 2009-04-15 19:10:01.245748616 +0100 -+++ hdf5-1.8.3/hl/fortran/src/Makefile.am 2009-04-15 19:30:56.042226227 +0100 +--- hl/fortran/src/Makefile.am.orig 2009-04-15 19:10:01.245748616 +0100 ++++ hl/fortran/src/Makefile.am 2009-04-15 19:30:56.042226227 +0100 @@ -43,6 +43,7 @@ libhdf5hl_fortran_la_SOURCES=H5LTfc.c H5IMfc.c H5IMcc.c H5TBfc.c H5LTff.f90 \ @@ -19,8 +19,8 @@ # Fortran module files can have different extensions and different names # (e.g., different capitalizations) on different platforms. Write rules ---- hdf5-1.8.3.orig/hl/c++/src/Makefile.am 2009-04-15 19:10:01.249750013 +0100 -+++ hdf5-1.8.3/hl/c++/src/Makefile.am 2009-04-15 20:16:08.812068687 +0100 +--- hl/c++/src/Makefile.am.orig 2009-04-15 19:10:01.249750013 +0100 ++++ hl/c++/src/Makefile.am 2009-04-15 20:16:08.812068687 +0100 @@ -35,6 +35,7 @@ # Source files for the library # At the moment, only the H5PT Packet Table has a C++ API. @@ -29,8 +29,8 @@ # Public headers include_HEADERS=H5PacketTable.h ---- hdf5-1.8.3.orig/hl/src/Makefile.am 2009-05-13 17:03:11.000000000 +0200 -+++ hdf5-1.8.3/hl/src/Makefile.am 2009-09-10 19:22:57.489698969 +0200 +--- hl/src/Makefile.am.orig 2009-05-13 17:03:11.000000000 +0200 ++++ hl/src/Makefile.am 2009-09-10 19:22:57.489698969 +0200 @@ -31,6 +31,7 @@ libhdf5_hl_la_LDFLAGS= -version-info $(LT_VERS_INTERFACE):$(LT_VERS_REVISION):$(LT_VERS_AGE) |