summaryrefslogtreecommitdiffstats
path: root/libraries/atlas
diff options
context:
space:
mode:
author David Woodfall2013-11-13 02:10:49 +0100
committer Robby Workman2013-11-13 02:10:49 +0100
commit1d437147e2383948999b50afca87098923b7226f (patch)
tree3d4bdb12852e11e928e5d8f78521e6ded88cf559 /libraries/atlas
parent07816f748f3302d389e167db6a90c191abb083b8 (diff)
downloadslackbuilds-1d437147e2383948999b50afca87098923b7226f.tar.gz
libraries/atlas: Use "make -j1" during build
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'libraries/atlas')
-rw-r--r--libraries/atlas/atlas.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/atlas/atlas.SlackBuild b/libraries/atlas/atlas.SlackBuild
index 83adc39b10..21ff510379 100644
--- a/libraries/atlas/atlas.SlackBuild
+++ b/libraries/atlas/atlas.SlackBuild
@@ -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.