libraries/atlas: Use "make -j1" during build

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
David Woodfall 2013-11-12 19:10:49 -06:00 committed by Robby Workman
parent 07816f748f
commit 1d437147e2

View file

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