Commit Graph

24 Commits

Author SHA1 Message Date
martin
347e4c9d12 Update hdf5 to 1.12.1.
Initiated by a diff from jmeister@posteo.ch.
2022-03-07 11:10:52 +00:00
jca
87e05eb182 Disable hdf5 on architectures without gfortran
To be revisited with martin@ later if disabling fortran proves
possible/useful.
2021-10-28 14:46:11 +00:00
martin
24ac22712c Update hdf5 to 1.12.0:
- take maintainer (thanks Ingo)
- enable fortran
- use configure argument for example dir instead of post-install mv(1)
- API changes require major bump to all shlib
- pull patches from upstream to respect DESTDIR for examples
- fix h5repack_plugin.sh test

OK feinerer@, extra testing for gdal,python3 from landry@
2020-12-02 13:27:54 +00:00
feinerer
f7483662c9 Update to HDF5 1.10.7 2020-10-12 06:56:07 +00:00
feinerer
7983a611ad Update to HDF5 1.10.6 2020-01-09 12:00:58 +00:00
sthen
3318ced016 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:46:54 +00:00
feinerer
503fb6ee88 Update to HDF5 1.10.5
Joint work with and OK martin@
2019-05-10 15:12:19 +00:00
feinerer
206abefc27 Update to HDF5 1.8.21
OK pirofti@
2018-12-28 18:39:49 +00:00
sthen
25f0e460f2 Add COMPILER lines to c++ ports which currently use the default. Adjust
some existing COMPILER lines with arch restrictions etc. In the usual
case this is now using "COMPILER = base-clang ports-gcc base-gcc" on
ports with c++ libraries in WANTLIB.

This is basically intended to be a noop on architectures using clang
as the system compiler, but help with other architectures where we
currently have many ports knocked out due to building with an unsuitable
compiler -

- some ports require c++11/newer so the GCC version in base that is used
on these archirtectures is too old.

- some ports have conflicts where an executable is built with one compiler
(e.g. gcc from base) but a library dependency is built with a different
one (e.g. gcc from ports), resulted in mixing incompatible libraries in the
same address space.

devel/gmp is intentionally skipped as it's on the path to building gcc -
the c++ library there is unused in ports (and not built by default upstream)
so intending to disable building gmpcxx in a future commit.
2018-10-24 14:27:57 +00:00
feinerer
291daa6e4b Update to HDF5 1.8.20
Tweaks and ok rsadowski@
2017-12-07 06:13:45 +00:00
sthen
5e964ab0df bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. 2017-07-26 22:45:14 +00:00
espie
c114d7057b add pthread to COMPILER_LIBCXX.
white lie, but it allows clang and gcc to be more similar
bump accordingly.
2017-07-23 09:26:25 +00:00
espie
8ac47fd9c6 use COMPILER_LIBCXX where applicable 2017-07-16 19:18:47 +00:00
feinerer
69b829c8e8 Update to HDF5 1.8.19
OK pirofti@
2017-06-28 10:16:40 +00:00
sthen
bcbf44ab87 use LIBCXX 2017-04-10 11:46:18 +00:00
feinerer
98dc303569 Update to HDF5 1.8.18
OK pirofti@
2016-12-01 17:36:41 +00:00
feinerer
83bbb722e8 Update to HDF5 1.8.17
OK pirofti@
2016-06-08 10:53:52 +00:00
naddy
ce859edcb4 garbage collect CONFIGURE_SHARED 2016-03-11 20:28:21 +00:00
juanfra
5adae87e0e Update MASTER_SITES. Reported by Adam Jensen. 2016-02-27 22:43:18 +00:00
feinerer
f1d45d965e Update to HDF5 1.8.16
OK pirofti@
2015-11-17 17:46:00 +00:00
jasper
acc681e3b0 sed -i 2015-09-18 19:03:24 +00:00
ajacoutot
41e815f759 No need for gnu libtool.
ok sthen@
2015-06-30 09:15:32 +00:00
feinerer
bc515fe3e7 Add comment for USE_LIBTOOL=gnu usage
Requested by sthen@
2015-06-30 05:02:03 +00:00
feinerer
65761d5c52 Import HDF5-1.8.15 Patch 1
HDF5 is a data model, library, and file format for storing and managing data.
It supports an unlimited variety of datatypes, and is designed for flexible and
efficient I/O and for high volume and complex data. HDF5 is portable and is
extensible, allowing applications to evolve in their use of HDF5. The HDF5
Technology suite includes tools and applications for managing, manipulating,
viewing, and analyzing data in the HDF5 format.

OK czarkoff@, pirofti@
2015-06-29 19:43:53 +00:00