aboutsummaryrefslogtreecommitdiff
path: root/gis/pgrouting
diff options
context:
space:
mode:
Diffstat (limited to 'gis/pgrouting')
-rw-r--r--gis/pgrouting/README3
-rw-r--r--gis/pgrouting/pgrouting.SlackBuild11
-rw-r--r--gis/pgrouting/pgrouting.info6
3 files changed, 7 insertions, 13 deletions
diff --git a/gis/pgrouting/README b/gis/pgrouting/README
index 8fa6d63917..2e64e37024 100644
--- a/gis/pgrouting/README
+++ b/gis/pgrouting/README
@@ -13,6 +13,3 @@ The following algorithms are compiled:
* K-Dijkstra, One to Many Shortest Path
* Traveling Sales Person
* Turn Restriction Shortest Path
-
-To build the pgRouting documentation, pass WITH_DOC=ON to the script
-(this requires the Sphinx package to be installed).
diff --git a/gis/pgrouting/pgrouting.SlackBuild b/gis/pgrouting/pgrouting.SlackBuild
index d3dd684036..74fce9d47b 100644
--- a/gis/pgrouting/pgrouting.SlackBuild
+++ b/gis/pgrouting/pgrouting.SlackBuild
@@ -2,7 +2,7 @@
# SlackBuild script for pgRouting
-# Copyright 2024 Giancarlo Dessi, Cagliari, IT
+# Copyright 2024-2025 Giancarlo Dessi, Cagliari, IT
# Copyright 2013-2021 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
# All rights reserved.
#
@@ -28,7 +28,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=pgrouting
-VERSION=${VERSION:-3.7.0}
+VERSION=${VERSION:-3.8.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -94,11 +94,11 @@ cd build
-DCMAKE_C_FLAGS:STRING="$SLKCFLAGS" \
-DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS" \
-DCMAKE_INSTALL_PREFIX=/usr \
- -DWITH_DOC=${WITH_DOC:-OFF} \
+ -DWITH_DOC=OFF \
$CMAKE_POLICY \
-DCMAKE_BUILD_TYPE=Release ..
- make all doc
+ make
make install DESTDIR=$PKG
cd ..
@@ -110,9 +110,6 @@ cp -a \
CONTRIBUTING.md LICENSE NEWS README.md \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
-if [ "$WITH_DOC" = "ON" ]; then
- cp -r build/doc/html $PKG/usr/doc/$PRGNAM-$VERSION
-fi
mkdir $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
diff --git a/gis/pgrouting/pgrouting.info b/gis/pgrouting/pgrouting.info
index 9ab79a106b..bdd9a85c3e 100644
--- a/gis/pgrouting/pgrouting.info
+++ b/gis/pgrouting/pgrouting.info
@@ -1,8 +1,8 @@
PRGNAM="pgrouting"
-VERSION="3.7.0"
+VERSION="3.8.0"
HOMEPAGE="https://pgrouting.org"
-DOWNLOAD="https://github.com/pgRouting/pgrouting/archive/v3.7.0/pgrouting-3.7.0.tar.gz"
-MD5SUM="539154b923e540b8bc62f9b204def0d8"
+DOWNLOAD="https://github.com/pgRouting/pgrouting/archive/v3.8.0/pgrouting-3.8.0.tar.gz"
+MD5SUM="eed8fd3987bd8aafb327c8bbe81770be"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="postgis"