Search Criteria
Package Details: lib32-hdf5 1.12.0-2
Git Clone URL: | https://aur.archlinux.org/lib32-hdf5.git (read-only, click to copy) |
---|---|
Package Base: | lib32-hdf5 |
Description: | General purpose library and file format for storing scientific data (32-bit) |
Upstream URL: | https://portal.hdfgroup.org/display/support |
Keywords: | hdf5 lib32 |
Licenses: | |
Submitter: | orumin |
Maintainer: | None |
Last Packager: | TheGoliath |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2017-07-08 19:23 |
Last Updated: | 2020-07-04 11:27 |
Dependencies (7)
- bash (bash-devel-git, bash-devel-static-git)
- hdf5 (hdf5-git, hdf5-openmpi-java, hdf5-java, hdf5-openmpi)
- lib32-libaec
- lib32-zlib
- cmake (cmake-git) (make)
- gcc-fortran-multilib (gcc-fortran-multilib-x32, gcc-fortran-git, gcc-fortran) (make)
- time (time-git) (make)
Latest Comments
unknown78 commented on 2020-06-30 20:17
Hi Goliath , here is a "fixed" PKGBUILD with comments why i changed things https://termbin.com/5akx
steps:
- fix check to use the right directory
- fix for examples ignoring DESTDIR environment in make install (removed examples)
- removed bin / includes / pkg-config files because they are provided by hdf5
- add dependency to hdf5
- remove include patch cause it's already included in hdf5
unknown78 commented on 2020-06-30 18:31
Ok the package currently doesn't build. I could figure out the first (most likely copy and paste error myself) -> in check() the LD_LIBRARY_PATH isn't based on pgkname but on _pkgname ... that makes it go throu the check but package make DESTDIR="${pkgdir}" install break for me ...