Browse Source

academic/arpack: Disable parallel build.

Signed-off-by: B. Watson <yalhcru@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/186/head
fourtysixandtwo 4 years ago
committed by Willy Sudiarto Raharjo
parent
commit
eb6609ebc6
No known key found for this signature in database GPG Key ID: 3F617144D7238786
  1. 3
      academic/arpack/arpack.SlackBuild

3
academic/arpack/arpack.SlackBuild

@ -88,6 +88,9 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
# Disable parallel building otherwise build fails
MAKEFLAGS=-j1
mkdir static shared
cd shared
for dir in ../SRC ../UTIL; do

Loading…
Cancel
Save