Version: 1.12.1, Package name: hdf5-1.12.1 |
Maintained by: Martin Reindl |
Master sites: |
Description 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. |
Filesize: 13217.574 KB |
Version History (View Complete History) |
|
2021-10-28 08:46:11 by Jeremie Courreges-Anglas | Files touched by this commit (1) |
Log message: Disable hdf5 on architectures without gfortran To be revisited with martin@ later if disabling fortran proves possible/useful. |
2020-12-02 06:27:55 by Martin Reindl | Files touched by this commit (10) |
Log message: 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-10-12 00:56:07 by Ingo Feinerer | Files touched by this commit (3) |
Log message: Update to HDF5 1.10.7 |
2020-01-09 05:00:58 by Ingo Feinerer | Files touched by this commit (3) |
Log message: Update to HDF5 1.10.6 |
2019-07-12 14:47:59 by Stuart Henderson | Files touched by this commit (874) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2019-05-10 09:12:19 by Ingo Feinerer | Files touched by this commit (3) |
Log message: Update to HDF5 1.10.5 Joint work with and OK martin@ |
2018-12-28 11:39:49 by Ingo Feinerer | Files touched by this commit (3) |
Log message: Update to HDF5 1.8.21 OK pirofti@ |
2018-10-24 08:28:14 by Stuart Henderson | Files touched by this commit (740) |
Log message: 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. |
2017-07-26 16:45:35 by Stuart Henderson | Files touched by this commit (937) |
Log message: bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. |
2017-07-23 03:26:30 by Marc Espie | Files touched by this commit (244) |
Log message: add pthread to COMPILER_LIBCXX. white lie, but it allows clang and gcc to be more similar bump accordingly. |
2017-07-16 13:19:06 by Marc Espie | Files touched by this commit (880) |
Log message: use COMPILER_LIBCXX where applicable |
2017-06-28 04:16:40 by Ingo Feinerer | Files touched by this commit (3) |
Log message: Update to HDF5 1.8.19 OK pirofti@ |
2017-04-10 05:46:23 by Stuart Henderson | Files touched by this commit (276) |
Log message: use LIBCXX |
2016-12-01 10:36:41 by Ingo Feinerer | Files touched by this commit (2) |
Log message: Update to HDF5 1.8.18 OK pirofti@ |
2016-06-08 04:53:52 by Ingo Feinerer | Files touched by this commit (2) |
Log message: Update to HDF5 1.8.17 OK pirofti@ |
2016-03-11 13:28:34 by Christian Weisgerber | Files touched by this commit (247) |
Log message: garbage collect CONFIGURE_SHARED |
2016-02-27 15:43:18 by Juan Francisco Cantero Hurtado | Files touched by this commit (1) |
Log message: Update MASTER_SITES. Reported by Adam Jensen. |
2016-02-27 15:41:24 by Juan Francisco Cantero Hurtado | Files touched by this commit (1) |
Log message: Update MASTER_SITES. Reported by Adam Jensen. |
2015-11-17 10:46:00 by Ingo Feinerer | Files touched by this commit (4) |
Log message: Update to HDF5 1.8.16 OK pirofti@ |
2015-09-18 13:03:24 by Jasper Lievisse Adriaanse | Files touched by this commit (3) |
Log message: sed -i |
2015-06-30 03:15:32 by Antoine Jacoutot | Files touched by this commit (2) |
Log message: No need for gnu libtool. ok sthen@ |
2015-06-29 23:02:03 by Ingo Feinerer | Files touched by this commit (1) |
Log message: Add comment for USE_LIBTOOL=gnu usage Requested by sthen@ |