mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
libraries/atlas: Use "make -j1" during build
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
07816f748f
commit
1d437147e2
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ ATLAS_F77FLAGS="$(grep "F77FLAGS =" Make.inc | cut -d "=" -f1 --complement)"
|
|||
sed -i -e '/^ \+BLASlib/s%BLASlib = .*%BLASlib = '"$REF_BLAS"% \
|
||||
Make.inc
|
||||
|
||||
make
|
||||
make -j1
|
||||
make check
|
||||
|
||||
# If parallel libraries have been compiled check them too.
|
||||
|
|
Loading…
Reference in a new issue