diff options
author | Cristiano Urban <cristiano.urban.slack@gmail.com> | 2020-09-26 08:12:38 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-09-26 16:10:56 +0700 |
commit | 4454536fb6d5821340c1ec98e9628a25ab186771 (patch) | |
tree | 2fde7ca5e0dd082a3f0995c248fa9a1953bf692f | |
parent | 19f0a2f760e634ce7b7d2d7d3e8a0493b572432e (diff) |
gis/GMT: Updated for version 6.1.1.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | gis/GMT/GMT.SlackBuild | 3 | ||||
-rw-r--r-- | gis/GMT/GMT.info | 6 | ||||
-rw-r--r-- | gis/GMT/README | 9 |
3 files changed, 10 insertions, 8 deletions
diff --git a/gis/GMT/GMT.SlackBuild b/gis/GMT/GMT.SlackBuild index 042f30be80a9..5b8c3dd5681f 100644 --- a/gis/GMT/GMT.SlackBuild +++ b/gis/GMT/GMT.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=GMT SRCNAM=gmt -VERSION=${VERSION:-6.0.0} +VERSION=${VERSION:-6.1.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -101,6 +101,7 @@ cd build -DDCW_ROOT=$PKG/usr/share/$SRCNAM/dcw \ -DCOPY_GSHHG=true \ -DCOPY_DCW=true \ + -DGMT_INSTALL_MODULE_LINKS=true \ -DLICENSE_RESTRICTED=$LICFLAG \ -DCMAKE_BUILD_TYPE=Release .. make all diff --git a/gis/GMT/GMT.info b/gis/GMT/GMT.info index 045746ae49fe..b1570bb5a862 100644 --- a/gis/GMT/GMT.info +++ b/gis/GMT/GMT.info @@ -1,10 +1,10 @@ PRGNAM="GMT" -VERSION="6.0.0" +VERSION="6.1.1" HOMEPAGE="https://www.generic-mapping-tools.org/" -DOWNLOAD="https://github.com/GenericMappingTools/gmt/releases/download/6.0.0/gmt-6.0.0-src.tar.gz \ +DOWNLOAD="https://github.com/GenericMappingTools/gmt/releases/download/6.1.1/gmt-6.1.1-src.tar.gz \ ftp://ftp.soest.hawaii.edu/gmt/gshhg-gmt-2.3.7.tar.gz \ ftp://ftp.soest.hawaii.edu/gmt/dcw-gmt-1.1.4.tar.gz" -MD5SUM="608742883d1f6babc3928bcb32952e9d \ +MD5SUM="f58535b474cbefebcc8646a745e5ca68 \ 8ee2653f9daf84d49fefbf990bbfa1e7 \ 4f30857a8b12af0f910222fceb591538" DOWNLOAD_x86_64="" diff --git a/gis/GMT/README b/gis/GMT/README index 84875498dab7..ab4d83c30a67 100644 --- a/gis/GMT/README +++ b/gis/GMT/README @@ -1,10 +1,11 @@ GMT is an open-source collection of command-line tools for manipulating geographic and Cartesian data sets (including filtering, trend fitting, gridding, projecting, etc.) and producing PostScript illustrations -ranging from simple x-y plots via contour maps to artificially illuminated -surfaces and 3D perspective views. It supports many map projections and -transformations and includes supporting data such as coastlines, rivers, -and political boundaries and optionally country polygons. +ranging from simple x-y plots via contour maps to artificially +illuminated surfaces and 3D perspective views. It supports many map +projections and transformations and includes supporting data such as +coastlines, rivers, and political boundaries and optionally country +polygons. By default, GMT will use Dave Watson's Delaunay triangulation routine. However, a much faster alternative is available from Jonathan Shewchuk, |