pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/lapack In MAKE_JOBS >= 8 at least, some .o files ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/97c694be88ae
branches:  trunk
changeset: 415331:97c694be88ae
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Sat Oct 05 06:14:05 2019 +0000

description:
In MAKE_JOBS >= 8 at least, some .o files are not built before link stage.

Mark MAKE_JOBS_SAFE=no.

diffstat:

 math/lapack/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 07f8bd7b6a11 -r 97c694be88ae math/lapack/Makefile
--- a/math/lapack/Makefile      Sat Oct 05 06:11:52 2019 +0000
+++ b/math/lapack/Makefile      Sat Oct 05 06:14:05 2019 +0000
@@ -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 @@
 
 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



Home | Main Index | Thread Index | Old Index