Search Criteria
Package Details: gmt 6.0.0-1
Git Clone URL: | https://aur.archlinux.org/gmt.git (read-only, click to copy) |
---|---|
Package Base: | gmt |
Description: | Generic Mapping Tools: Collection of tools for manipulating geographic and Cartesian data sets, and generating EPS maps. |
Upstream URL: | http://gmt.soest.hawaii.edu/ |
Licenses: | |
Conflicts: | |
Submitter: | None |
Maintainer: | graziano |
Last Packager: | graziano |
Votes: | 20 |
Popularity: | 0.008095 |
First Submitted: | 2007-11-16 20:01 |
Last Updated: | 2019-11-03 09:05 |
Dependencies (9)
- fftw (fftw-mpich, fftw-mpi, fftw-amd)
- gdal (gdal-curl, gdal-filegdb, gdal-hdf4, gdal-ecw)
- lapack (openblas-lapack-git, lapack-tmg, flexiblas, openblas-lapack-static, atlas-lapack, lapack-git, openblas-lapack, armpl)
- cmake (cmake-git) (make)
- ghostscript (optional)
- gmt-coast (optional) – coastlines
- gmt-dcw (optional) – digital chart of the world polygon map
- python-sphinx (python-sphinx-git, python-sphinx-2) (optional)
- python2-sphinx (optional)
Required by (1)
- gmt-cpt-city (optional)
Latest Comments
1 2 3 4 Next › Last »
holishing commented on 2020-05-28 19:12
I have applied this patch in
gmt6
package which is maintained by me: https://aur.archlinux.org/cgit/aur.git/commit/?h=gmt6&id=4624df2424a2ad5fd7a6aca83d1687a599164db7Anyone can try it if they need
@qs9rx fyi.
qs9rx commented on 2020-05-28 12:37
Currently needs
export CFLAGS+=" -fcommon"
because of https://github.com/GenericMappingTools/gmt/issues/2493 or it won't compile.The fix is in master but not in the tarball this package uses.
Repentinus commented on 2020-02-07 19:57
The upstream URL for this should be changed to the new development website. Similarly, the source should be changed to the official Github repository.
mcpca commented on 2020-01-07 22:38
@graziano, any chance the PKGBUILD can be updated according to @holishing and @bidulock's suggestions or is something blocking that? It would be useful for me to be able to build this in a clean chroot.
holishing commented on 2019-11-15 15:23
Here is some suggested patches for this package: https://gist.github.com/holishing/3b0d92007ed9c8f490545563cbc397b4
solve these issues: 1. add 'python-sphinx' and 'ghostscript' to makedepends so that the package will build in a clean chroot. 2. use more reliable checksums method: SHA256 3. update description of package for suggestions of maintainers here: https://github.com/GenericMappingTools/gmt/issues/2056
bidulock commented on 2019-07-03 06:42
Please add 'python-sphinx' and 'ghostscript' to makedepends so that the package will build in a clean chroot.
holishing commented on 2019-06-19 09:07
GMT v6.0.0rc1 was announced: https://github.com/GenericMappingTools/gmt/releases/tag/6.0.0rc1 If someone want to try this release candidate version: https://aur.archlinux.org/packages/gmt6
OvelixMax commented on 2019-06-03 17:43
As @pseyfert said it's related with python-sphinx (Python documentation generator). I installed it, and after that, gmt compiled fine. No more "make docs_man" error.
pseyfert commented on 2019-05-28 11:37
I had faced the same problem (package() failing at 'docs_man'). I traced it down to the fact that python-sphinx wasn't installed on my system (it's only an optional dependency, so my aur manager didn't install it). gmt's cmake then doesn't generate the target 'docs_man' (it's thus an optional build target). But the package() function will just fail if 'make docs_man' cannot be done. I.e. to me it seems python-sphinx should be a non-optional build dependency or package() needs to be fixed to not build docs_man if python_sphinx isn't installed.
(fwiw i didn't check if the python2 or python3 sphinx is the relevant one, i just installed both and things worked)
holishing commented on 2019-05-19 08:16
sometimes I ran into the issue @OvelixMax reported, but I still cannot reproduce this, I guess that if it is related to python-sphinx's version. (related problem: https://github.com/GenericMappingTools/pygmt/commit/997b88c855c12ffacd2c4b911f3fa83244ce8d7b )