gis/pdal: Remove -j option.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Giancarlo Dessi 2024-08-27 11:53:55 +07:00 committed by Willy Sudiarto Raharjo
parent 4d103873ea
commit 8a0a22ae53

View file

@ -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 ..