Browse Source
gis/saga-gis: Updated for version 6.4.0.
pull/47/head
Benjamin Trigona-Harany
7 years ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
3 changed files with
7 additions and
4 deletions
-
gis/saga-gis/README
-
gis/saga-gis/saga-gis.SlackBuild
-
gis/saga-gis/saga-gis.info
|
|
@ -8,3 +8,6 @@ environments (shell scripts, Python, R and so on). |
|
|
|
|
|
|
|
SAGA can use these optional dependencies: libharu, opencv, postgresql and |
|
|
|
qhull. SAGA currently does not build when vigra is installed. |
|
|
|
|
|
|
|
If SAGA fails to run after an upgrade, uninstall old versions of SAGA before |
|
|
|
compilation. |
|
|
@ -24,7 +24,7 @@ |
|
|
|
|
|
|
|
PRGNAM=saga |
|
|
|
PKGNAM=${PRGNAM}-gis |
|
|
|
VERSION=${VERSION:-6.3.0} |
|
|
|
VERSION=${VERSION:-6.4.0} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
|
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="saga-gis" |
|
|
|
VERSION="6.3.0" |
|
|
|
VERSION="6.4.0" |
|
|
|
HOMEPAGE="http://www.saga-gis.org" |
|
|
|
DOWNLOAD="https://sourceforge.net/projects/saga-gis/files/SAGA%20-%206/SAGA%20-%206.3.0/saga-6.3.0.tar.gz" |
|
|
|
MD5SUM="86fe833870f1ab49b497686bc9601363" |
|
|
|
DOWNLOAD="https://sourceforge.net/projects/saga-gis/files/SAGA%20-%206/SAGA%20-%206.4.0/saga-6.4.0.tar.gz" |
|
|
|
MD5SUM="8c4da533c439c0a09a6417b1a64c14f3" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="gdal wxGTK3" |
|
|
|