Search Criteria
Package Details: gmt4 4.5.18-1
Git Clone URL: | https://aur.archlinux.org/gmt4.git (read-only, click to copy) |
---|---|
Package Base: | gmt4 |
Description: | Generic Mapping Tools V4: Collection of tools for manipulating geographic and Cartesian data sets, and generating EPS maps. |
Upstream URL: | http://gmt.soest.hawaii.edu/ |
Licenses: | |
Conflicts: | |
Submitter: | graziano |
Maintainer: | graziano |
Last Packager: | graziano |
Votes: | 1 |
Popularity: | 0.020879 |
First Submitted: | 2013-11-09 10:37 |
Last Updated: | 2018-10-26 04:05 |
Latest Comments
OvelixMax commented on 2017-07-20 20:28
Hi, I try to install it today, and I got this error at the end:
error: no se pudo realizar la operación (archivos en conflicto)
gmt4: /usr/lib/libpsl.so existe en el sistema de archivos
when I check, that file belongs to libpsl, which is a dependency of curl and wget.
$ pacman -Qo /usr/lib/libpsl.so
/usr/lib/libpsl.so está contenido en libpsl 0.17.0-2
I need gmt4 for and old fortran program that use it.
What should I do?
graziano commented on 2014-03-04 20:11
Seems SOEST has this new version of GMT4.... Donk.
normaldotcom commented on 2014-01-29 19:49
The package() function kept throwing an error about $pkgdir/usr/bin not being a directory. I was able to resolve this by exporting MAKEFLAGS="-j1" in the package() function before make install-all'. Multi-threaded compilation seems to work fine, so you can probably remove the MAKEFLAGS from build().