Search Criteria
Package Details: kealib 1.6.2-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/kealib.git (read-only, click to copy) |
|---|---|
| Package Base: | kealib |
| Description: | An HDF5 Based Raster File Format and its GDAL plugin |
| Upstream URL: | http://kealib.org |
| Licenses: | MIT |
| Submitter: | hexd |
| Maintainer: | None |
| Last Packager: | micwoj92 |
| Votes: | 1 |
| Popularity: | 0.000000 |
| First Submitted: | 2016-12-20 18:24 (UTC) |
| Last Updated: | 2025-09-08 00:13 (UTC) |
Dependencies (3)
- gdal (gdal-ecwAUR, gdal-libkml-filegdbAUR, gdal-libkmlAUR, gdal-hdf4AUR)
- hdf5 (hdf5-gitAUR, hdf5-openmpi)
- cmake (cmake3AUR, cmake-gitAUR) (make)
Required by (3)
- python-kealib
- python-rsgislib
- tuiview (optional)
Latest Comments
hexd commented on 2023-07-15 23:18 (UTC)
The actual error is in the log file, not in stdout/stderr. Or just call
ctest --output-on-failureinstead ofmake testjust to check. For me, the error was:It seems
ctestrelies on RPATH, so stuff likeCMAKE_SKIP_RPATHwill prevent it from finding the built file, but it's not clear for me what triggered this in this case. After tweaking a bit thecmakecall to remove some unrequired stuff, it worked fine for me, so I'm upgrading it.dobedobedo commented on 2023-07-12 04:18 (UTC)
Hi, I tried to compile the 1.5.1 version with makepkg, and it always failed on the first try but succeeded on the second try.
dobedobedo commented on 2022-02-07 18:34 (UTC)
Hi,
I modified the PKGBUILD based on https://github.com/ubarsc/kealib/wiki/Building-KEA-on-Ubuntu
I'm not really familiar with compiling packages, but it seems to work.
Feel free to modify it based on your knowledge.