5 Commits

Author SHA1 Message Date
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