academic/Gridcoin-Research: Remove NUMJOBS per maillist

Signed-off-by: Edward W. Koenig <kingbeowulf@linuxgalaxy.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Edward W. Koenig 2022-04-08 17:26:46 -07:00 committed by Willy Sudiarto Raharjo
parent b3c03d5d5d
commit 69943e6a63
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
1 changed files with 1 additions and 2 deletions

View File

@ -29,7 +29,6 @@ VERSION=${VERSION:-5.3.3.0}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz} PKGTYPE=${PKGTYPE:-tgz}
NUMJOBS=""
if [ -z "$ARCH" ]; then if [ -z "$ARCH" ]; then
case "$( uname -m )" in case "$( uname -m )" in
@ -108,7 +107,7 @@ CXXFLAGS="$SLKCFLAGS" \
$usepnp \ $usepnp \
--build=$ARCH-slackware-linux --build=$ARCH-slackware-linux
make -j${NUMJOBS} make
make install DESTDIR=$PKG make install DESTDIR=$PKG
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \