Commit Graph

9 Commits

Author SHA1 Message Date
Roberto Oliveira
0ee4d33d98 testing/hdf5: upgrade to 1.8.19 and modernize 2017-10-01 22:09:56 +00:00
Timo Teräs
6313de81ce testing/hdf5: upgrade to 1.8.18, fixes to build
new source url, enable cxx, move all examples to -dev
fixes #6319
2017-01-13 10:00:13 +02:00
Natanael Copa
d4afab07d3 testing/hdf5: rebuild against boost 1.62.0 2016-10-27 10:14:47 +00:00
Natanael Copa
fa538519f9 testing/hdf5: upgrade to 1.8.17 2016-10-19 16:09:23 +00:00
Timo Teräs
6c7dc4b859 testing/hdf5: disable on armhf again
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
2016-04-05 19:04:13 +03:00
Isaac Dunham
acfad5b8d9 testing/hdf5: update to 1.8.16
* 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.
2016-02-09 10:29:36 +00:00
Sören Tempel
fcd1124a86 testing/hdf5: Temporarily disable on armhf
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.
2016-02-07 13:54:37 +01:00
Bartłomiej Piotrowski
b4a13e7314 Do not delete *.la files manually
Since abuild v2.22.0, these are removed automatically unless 'libtool'
option has been specified.
2015-09-10 13:59:03 +02:00
Isaac Dunham
79e70b542e testing/hdf5: new aport
HDF5 is a library for handling the HDF5 data file format.
Meep (MIT Electromagnetic Equation Propagation) and other programs
use this format and library.
2015-07-17 06:16:29 +00:00