Search Criteria
Package Details: xygrib-git 1.2.6.1.r120.g88c425c-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/xygrib-git.git (read-only, click to copy) |
---|---|
Package Base: | xygrib-git |
Description: | Grib reader and weather visualization software. Zygrib fork. |
Upstream URL: | https://opengribs.org/ |
Licenses: | GPL3 |
Conflicts: | xygrib |
Provides: | xygrib |
Submitter: | gromain |
Maintainer: | gromain |
Last Packager: | gromain |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2019-11-28 20:37 (UTC) |
Last Updated: | 2022-10-03 15:50 (UTC) |
Dependencies (10)
- libnova
- openjpeg2 (openjpeg-gitAUR)
- proj (proj-gitAUR)
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR)
- qt5-tools
- qwt
- bzip2 (bzip2-gitAUR) (make)
- cmake (cmake-gitAUR) (make)
- libpng (libpng-gitAUR, libpng-apngAUR) (make)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat) (make)
Required by (1)
- xygrib-maps (requires xygrib)
Latest Comments
gromain commented on 2022-10-03 15:51 (UTC)
This packages should now compiles properly with openjpeg-2.5 and the latest proj library.
gromain commented on 2021-05-08 18:37 (UTC)
Currently, this build is broken because of an update to the Proj library. The release of version 8.0.0 on March 1st 2021 (and the subsequent package update in the community repository) broke new compilations of xygrib.
One possible workaround would be to revert to the previous version of proj. The package can be manually downloaded from https://archive.archlinux.org/packages/p/proj/proj-6.3.2-1-x86_64.pkg.tar.zst and installed with pacman (
sudo pacman -U proj-6.3.2-1-x86_64.pkg.tar.zst
).rsamuel commented on 2020-06-21 19:35 (UTC)
Package no longer compiles. Message is:
.cache/yay/xygrib-git/src/xygrib-git/src/SkewT.h:38:25: error: invalid use of incomplete type 'class QPainterPath' 38 | class PersPath : public QPainterPath ..... make: *** [Makefile:153: all] Error 2 ==> ERROR: A failure occurred in build(). Aborting... error making: %!s(func() string=0x73a700)
This is with current qt5-base: qt5-base-5.15.0-3
Please let me know any other information I can provide. Thank you.