Search Criteria
Package Details: gplates 2.5.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/gplates.git (read-only, click to copy) |
---|---|
Package Base: | gplates |
Description: | GPlates is a plate tectonics program. Manipulate reconstructions of geological and paleogeographic features through geological time. Interactively visualize vector, raster and volume data. |
Upstream URL: | https://www.gplates.org |
Licenses: | GPLv2 |
Submitter: | tamamizu |
Maintainer: | tamamizu |
Last Packager: | tamamizu |
Votes: | 2 |
Popularity: | 0.000003 |
First Submitted: | 2022-12-07 23:56 (UTC) |
Last Updated: | 2024-09-26 12:24 (UTC) |
Dependencies (21)
- arrow
- boost (boost-gitAUR)
- cgal (cgal-gitAUR)
- gdal (gdal-ecwAUR, gdal-hdf4AUR, gdal-libkml-filegdbAUR, gdal-libkmlAUR)
- glew (glew-libepoxyAUR, glew-wayland-gitAUR, glew-gitAUR)
- glu (glu-gitAUR)
- gmp (gmp-hgAUR)
- graphviz
- libgl (libglvnd-gitAUR, amdgpu-pro-oglp-legacyAUR, amdgpu-pro-oglpAUR, nvidia-340xx-utilsAUR, libglvnd)
- mpfr (mpfr-gitAUR)
- proj (proj-gitAUR)
- python (python37AUR, python311AUR, python310AUR)
- python-numpy (python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-binAUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR)
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR)
- qt5-svg (qt5-svg-gitAUR)
- qt5-xmlpatterns (qt5-xmlpatterns-gitAUR)
- qwt
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- cmake (cmake-gitAUR) (make)
- doxygen (doxygen-gitAUR) (make)
- Show 1 more dependencies...
Latest Comments
tamamizu commented on 2025-02-22 18:15 (UTC)
@wonn how odd. It still builds fine for me, even though /lib/cmake/CGAL/CGALConfig.cmake does indeed have
set(CGAL_FOUND FALSE)
on line 20. There must be some kind of configuration difference, but I am not really familiar enough with CMake to confidently solve this for you. If you're certain that cgal is installed, perhaps try adding-DCGAL_FOUND=ON
to the cmake command in the PKGBUILD.wonn commented on 2025-02-22 16:42 (UTC)
The current revision of this package fails to build on my system, with this error:
tamamizu commented on 2024-09-26 12:27 (UTC)
@switchbladestuff thanks for the notice. It's updated now.
switchbladestuff commented on 2024-07-10 20:04 (UTC) (edited on 2024-07-10 20:05 (UTC) by switchbladestuff)
Hi there, the current version of this package is somewhat outdated with the upstream, which also breaks the dependency on
qwt 6.2.0
(qwt
updated to6.3.0
recently). Also note that building from source forqwt 6.3.0
will cause a compile issue without this patch.