aboutsummaryrefslogtreecommitdiffstats
path: root/testing/hdf5
Commit message (Collapse)AuthorAgeFilesLines
* testing/hdf5: upgrade to 1.8.18, fixes to buildTimo Teräs2017-01-131-18/+16
| | | | | new source url, enable cxx, move all examples to -dev fixes #6319
* testing/hdf5: rebuild against boost 1.62.0Natanael Copa2016-10-271-1/+1
|
* testing/hdf5: upgrade to 1.8.17Natanael Copa2016-10-191-5/+5
|
* testing/hdf5: disable on armhf againTimo Teräs2016-04-051-1/+1
| | | | | | | | | | LD_LIBRARY_PATH="$LD_LIBRARY_PATH`echo -Wl,--as-needed | \ sed -e 's/-L/:/g' -e 's/ //g'`" \ ./H5detect > H5Tinit.c || \ (test $HDF5_Make_Ignore && echo "*** Error ignored") || \ (rm -f H5Tinit.c ; exit 1) Segmentation fault Makefile:1678: recipe for target 'H5Tinit.c' failed
* testing/hdf5: update to 1.8.16Isaac Dunham2016-02-091-14/+9
| | | | | | | | | | * Apparently the old version, built with our current toolchain, failed a few tests. This passes all tests. * Delete obsolete reference to timezone bug; this may have been fixed by the tm_gmtoff change in musl. * Try building on ARM again, since we have a new version.
* testing/hdf5: Temporarily disable on armhfSören Tempel2016-02-071-1/+1
| | | | | | | Even though this aport should theoretically build on armhf out of the box it currently causes a segmentation fault during the build phase. To unblock the armhf builder I decided to temporarily disable the arch for this aport.
* Do not delete *.la files manuallyBartłomiej Piotrowski2015-09-101-1/+0
| | | | | Since abuild v2.22.0, these are removed automatically unless 'libtool' option has been specified.
* testing/hdf5: new aportIsaac Dunham2015-07-171-0/+70
HDF5 is a library for handling the HDF5 data file format. Meep (MIT Electromagnetic Equation Propagation) and other programs use this format and library.