diff options
-rw-r--r-- | gis/saga-gis/README | 8 | ||||
-rw-r--r-- | gis/saga-gis/saga-gis.SlackBuild | 11 | ||||
-rw-r--r-- | gis/saga-gis/saga-gis.info | 6 |
3 files changed, 9 insertions, 16 deletions
diff --git a/gis/saga-gis/README b/gis/saga-gis/README index f5bf96ff4e..2273971461 100644 --- a/gis/saga-gis/README +++ b/gis/saga-gis/README @@ -21,9 +21,9 @@ WARNINGS: install the package wxWidgets (also available in Slackbuilds.org). If you have both wxGTK3 and wxWidgets installed in your system, make sure that wxWidgets is installed after wxGTK. -2) SAGA requires an ODBC driver in the system. It works both with - iODBC (installed with the libiodbc package (included in Slackware - 15.0) and unixODBC (installed from the SBo's slackbuild). The build - first searches for unixODBC then for iODBC. +2) SAGA requires an ODBC driver in the system. It works both with + iODBC (installed with the libiodbc package (included in Slackware + 15.0) and unixODBC (installed from the SBo's slackbuild). The build + first searches for unixODBC then for iODBC. 3) unixODBC is a required dependency in 32 bit systems since the libiodbc headers cause a build failure during the compilation. diff --git a/gis/saga-gis/saga-gis.SlackBuild b/gis/saga-gis/saga-gis.SlackBuild index cf73d93399..5100df32b5 100644 --- a/gis/saga-gis/saga-gis.SlackBuild +++ b/gis/saga-gis/saga-gis.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=saga-gis -VERSION=${VERSION:-9.5.1} +VERSION=${VERSION:-9.6.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -83,7 +83,7 @@ if [[ "$ARCH" = "i586" || "$ARCH" = "i686" ]] ; then fi # if both unixODBCand and libiodbc are installed, SAGA set the -# first as default driver ODBC. This flag should prevent possible +# first as default driver ODBC. This flag should prevent possible # compilation failures since cmake does not find the correct # path of unixODBC headers ODBC="" @@ -98,13 +98,6 @@ else WITHPDAL="-DWITH_TOOLS_PDAL=OFF " fi -if [ -d /usr/share/cmake-3.3* ]; then - # This prevents some cmake warnings in current - CMAKE_POLICY="-DCMAKE_POLICY_DEFAULT_CMP0153=OLD " -else - CMAKE_POLICY="" -fi - rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP diff --git a/gis/saga-gis/saga-gis.info b/gis/saga-gis/saga-gis.info index 84193042d2..410fcc0cc5 100644 --- a/gis/saga-gis/saga-gis.info +++ b/gis/saga-gis/saga-gis.info @@ -1,8 +1,8 @@ PRGNAM="saga-gis" -VERSION="9.5.1" +VERSION="9.6.1" HOMEPAGE="http://www.saga-gis.org" -DOWNLOAD="https://sourceforge.net/projects/saga-gis/files/SAGA%20-%209/SAGA%20-%209.5.1/saga-9.5.1.tar.gz" -MD5SUM="c10cc22f83bfb1b06fbb8399eb7f03a6" +DOWNLOAD="https://sourceforge.net/projects/saga-gis/files/SAGA%20-%209/SAGA%20-%209.6.1/saga-9.6.1.tar.gz" +MD5SUM="e0c1ad09fcefc664fa2a47ff0a138222" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="wxWidgets" |