mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
academic/arpack: Disable parallel build.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
788379cc3d
commit
eb6609ebc6
1 changed files with 3 additions and 0 deletions
|
@ -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…
Reference in a new issue