aboutsummaryrefslogtreecommitdiff
path: root/gis
diff options
context:
space:
mode:
authorGiancarlo Dessi <slack@giand.it>2024-08-27 11:53:55 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-08-27 12:00:24 +0700
commit8a0a22ae5387211a78dd11741f892e02c4901cbf (patch)
treed24fb00924fc1bdf39f273249e8ef687de12366c /gis
parent4d103873ea189ec6b55f92374822a10c6ff53514 (diff)
gis/pdal: Remove -j option.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'gis')
-rw-r--r--gis/pdal/pdal.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/gis/pdal/pdal.SlackBuild b/gis/pdal/pdal.SlackBuild
index 7875f9e9800f8..d27186ba3a888 100644
--- a/gis/pdal/pdal.SlackBuild
+++ b/gis/pdal/pdal.SlackBuild
@@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=pdal
SRCNAM=PDAL
VERSION=${VERSION:-2.7.2}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -125,7 +125,7 @@ cd build
$BUILDHDF \
$BUILDMATLAB \
..
- make -j 10
+ make
make install DESTDIR=$PKG
cd ..