summaryrefslogtreecommitdiffstats
path: root/academic
diff options
context:
space:
mode:
Diffstat (limited to 'academic')
-rw-r--r--academic/lapack95/lapack95.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/academic/lapack95/lapack95.SlackBuild b/academic/lapack95/lapack95.SlackBuild
index 083ce32597..d1338bc6c5 100644
--- a/academic/lapack95/lapack95.SlackBuild
+++ b/academic/lapack95/lapack95.SlackBuild
@@ -59,8 +59,8 @@ sed "s%@LIBDIR@%/usr/lib${LIBDIRSUFFIX}%" $CWD/make.inc > make.inc
# Make single and double precision, complex and double complex
# static library.
cd SRC
- make clean
- make OPTS0="$SLKCFLAGS" single_double_complex_dcomplex
+ make -j1 clean
+ make -j1 OPTS0="$SLKCFLAGS" single_double_complex_dcomplex
cd ..
# Install lib