]> git.pld-linux.org Git - packages/hdf5.git/blob - hdf5-link.patch
- -static subpackages for c++ and fortran
[packages/hdf5.git] / hdf5-link.patch
1 --- hdf5-1.8.6/c++/src/Makefile.am.orig 2011-02-14 17:23:42.000000000 +0100
2 +++ hdf5-1.8.6/c++/src/Makefile.am      2011-05-03 22:01:04.307748409 +0200
3 @@ -28,6 +28,7 @@
4  lib_LTLIBRARIES=libhdf5_cpp.la
5  
6  # Add libtool numbers to the HDF5 C++ library (from config/lt_vers.am)
7 +libhdf5_cpp_la_LIBADD=$(top_builddir)/src/libhdf5.la
8  libhdf5_cpp_la_LDFLAGS= -version-info $(LT_VERS_INTERFACE):$(LT_VERS_REVISION):$(LT_VERS_AGE) $(AM_LDFLAGS)
9  
10  # Shared C++ libraries aren't universally supported.
11 --- hdf5-1.8.1/hl/src/Makefile.am.orig  2008-05-29 18:39:01.000000000 +0200
12 +++ hdf5-1.8.1/hl/src/Makefile.am       2008-06-05 00:28:00.446476110 +0200
13 @@ -27,6 +27,7 @@
14  lib_LTLIBRARIES=libhdf5_hl.la
15  
16  libhdf5_hl_la_SOURCES=H5DS.c H5IM.c H5LT.c H5LTanalyze.c H5LTparse.c H5PT.c H5TB.c
17 +libhdf5_hl_la_LIBADD=$(top_builddir)/src/libhdf5.la
18  
19  # Public header files (to be installed)
20  include_HEADERS=hdf5_hl.h H5IMpublic.h H5LTpublic.h H5TBpublic.h H5DSpublic.h H5PTpublic.h
21 --- hdf5-1.8.1/hl/c++/src/Makefile.am.orig      2008-05-29 18:39:01.000000000 +0200
22 +++ hdf5-1.8.1/hl/c++/src/Makefile.am   2008-06-05 00:29:14.914717299 +0200
23 @@ -35,6 +35,7 @@
24  # Source files for the library
25  # At the moment, only the H5PT Packet Table has a C++ API.
26  libhdf5_hl_cpp_la_SOURCES=H5PacketTable.cpp
27 +libhdf5_hl_cpp_la_LIBADD=$(top_builddir)/hl/src/libhdf5_hl.la
28  
29  # Public headers
30  include_HEADERS=H5PacketTable.h
This page took 0.027956 seconds and 3 git commands to generate.