Package: netcdf / 1:4.4.1.1-2

Metadata

Package Version Patches format
netcdf 1:4.4.1.1-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
link private.patch | (download)

liblib/CMakeLists.txt | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 link tpls privately.
privacy breach logo.patch | (download)

docs/footer.html | 2 1 + 1 - 0 !
docs/obsolete/fan_utils.html | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 use local logo image to fix privacy-breach-logo lintian error.
hdf5 library path.patch | (download)

CMakeLists.txt | 11 11 + 0 - 0 !
nc-config.cmake.in | 4 2 + 2 - 0 !
netcdf.pc.in | 4 2 + 2 - 0 !
3 files changed, 15 insertions(+), 4 deletions(-)

 append hdf5 library & include paths to nc-config & netcdf.pc.
 Fixes linking issues with netcdf and the hdf5 libraries it's built with:
  /usr/bin/ld: cannot find -lhdf5_hl
  /usr/bin/ld: cannot find -lhdf5
tst_fileinfo link hdf5.patch | (download)

ncdump/CMakeLists.txt | 15 15 + 0 - 0 !
1 file changed, 15 insertions(+)

 fix linking to libhdf5 in addition to libnetcdf.
 Build failed with:
  /usr/bin/cc  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2    -Wl,-z,relro -Wl,-z,now CMakeFiles/tst_fileinfo.dir/tst_fileinfo.c.o  -o tst_fileinfo -rdynamic ../liblib/libnetcdf.so.11.2.0 -Wl,-rpath,"/build/netcdf-4.4.1~rc2/obj-x86_64-linux-gnu/liblib" 
  /usr/bin/ld: CMakeFiles/tst_fileinfo.dir/tst_fileinfo.c.o: undefined reference to symbol 'H5check_version@@HDF5_SERIAL_1.8.7'
  //usr/lib/x86_64-linux-gnu/libhdf5_serial.so.10: error adding symbols: DSO missing from command line
reproducible settings.patch | (download)

libnetcdf.settings.in | 2 0 + 2 - 0 !
1 file changed, 2 deletions(-)

 remove settings that make the build unreproducible.