Search Criteria
Package Details: h5utils 1.13.1-1
Git Clone URL: | https://aur.archlinux.org/h5utils.git (read-only, click to copy) |
---|---|
Package Base: | h5utils |
Description: | Software for visualization/conversion of scientific data in the HDF5 format |
Upstream URL: | https://github.com/NanoComp/h5utils |
Licenses: | |
Submitter: | None |
Maintainer: | Eothred |
Last Packager: | Eothred |
Votes: | 24 |
Popularity: | 0.176433 |
First Submitted: | 2007-01-12 11:41 |
Last Updated: | 2019-01-21 15:16 |
Dependencies (3)
- hdf5 (hdf5-git, hdf5-openmpi-java, hdf5-java, hdf5-openmpi)
- libpng (libpng-git, libpng-apng, libpng-minimal-git)
- libmatheval (optional) – support symbolic expressions
Latest Comments
1 2 Next › Last »
McNoggins commented on 2016-07-27 14:17
Tested on a different computer, and turns out you're right. I'll update when I'm on the computer with the SSH keys in the next few days.
sirocco commented on 2016-07-27 14:09
I tried on different multicore processors (i3, Athlon 64 x2) - compilation always falls under option MAKEFLAGS="-j2".
With messages similar to reported by Eothred (commented on 2010-11-22 09:59).
$ uname -a
Linux cehost 4.6.4-1-zen #1 ZEN SMP PREEMPT Tue Jul 12 21:03:34 UTC 2016 x86_64 GNU/Linux
McNoggins commented on 2016-07-21 13:50
Can't reproduce on my system. I uncommented
MAKEFLAGS="-j2"
in /etc/makepkg.conf and it still compiles fine.
sirocco commented on 2016-07-21 06:05
Please add
options=('!makeflags')
without this option compilatoin breaks when
MAKEFLAGS="-j2"
in makepkg.conf
McNoggins commented on 2014-12-09 17:10
pkgrel bump for hdf5 soname bump
McNoggins commented on 2014-10-14 14:19
Adopted and cleaned up PKGBUILD. Enjoy!
Nidhogg commented on 2014-10-14 04:08
Using a PKGBUILD without a package() function is deprecated.
ertua commented on 2014-01-28 19:49
The annoying
libpng warning: Application built with libpng-1.2.50 but running with 1.6.8
error can be avoided by prefixing ./configure with
CFLAGS="-I /usr/include/libpng16/"
Rik5 commented on 2012-02-22 11:54
Updated PKGBUILD to account for problems with libpng upgrades. Fix adapted from https://gist.github.com/1626861.
Rik5 commented on 2012-02-17 15:41
I get errors during compilation complaining about bad pointers for libpng:
writepng.c: In function 'writepng':
writepng.c:312:10: error: dereferencing pointer to incomplete type
writepng.c:437:19: error: dereferencing pointer to incomplete type
make[1]: *** [writepng.o] Error 1
make[1]: Leaving directory `/tmp/yaourt-tmp-root/aur-h5utils/src/h5utils-1.12.1'
make: *** [all] Error 2
Fixed this by prepending the ./configure line with
CFLAGS="-I /usr/include/libpng12/"
and changing the libpng dependancy to libpng12.