| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
new source url, enable cxx, move all examples to -dev
fixes #6319
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
Since abuild v2.22.0, these are removed automatically unless 'libtool'
option has been specified.
|
|
HDF5 is a library for handling the HDF5 data file format.
Meep (MIT Electromagnetic Equation Propagation) and other programs
use this format and library.
|