summaryrefslogtreecommitdiff
path: root/math/lapack
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2019-10-05 06:14:05 +0000
committerryoon <ryoon@pkgsrc.org>2019-10-05 06:14:05 +0000
commit5deb5c06543552a932a398e78fdff3cd70b5b806 (patch)
treec813c26be50c6658c40efb028af578ea9c921857 /math/lapack
parent787b4ecbf9728d65d1ed1200de00ba046e15781c (diff)
downloadpkgsrc-5deb5c06543552a932a398e78fdff3cd70b5b806.tar.gz
In MAKE_JOBS >= 8 at least, some .o files are not built before link stage.
Mark MAKE_JOBS_SAFE=no.
Diffstat (limited to 'math/lapack')
-rw-r--r--math/lapack/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/math/lapack/Makefile b/math/lapack/Makefile
index e415d532ce5..b2b87a3df38 100644
--- a/math/lapack/Makefile
+++ b/math/lapack/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2016/10/18 14:08:14 wiz Exp $
+# $NetBSD: Makefile,v 1.39 2019/10/05 06:14:05 ryoon Exp $
.include "Makefile.common"
@@ -6,6 +6,9 @@ COMMENT= Linear Algebra PACKage
BUILD_TARGET= lapacklib
+# -j8 fails with some .o file not-found errors.
+MAKE_JOBS_SAFE= no
+
#FFLAGS+= -ffloat-store
# With f2c-20090411nb4, libf2c-20090201nb3, we need EXT_ETIME but gcc44-4.4.1nb3