pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/lapack



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Sat Oct  5 06:14:05 UTC 2019

Modified Files:
        pkgsrc/math/lapack: Makefile

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

Mark MAKE_JOBS_SAFE=no.


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/math/lapack/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/lapack/Makefile
diff -u pkgsrc/math/lapack/Makefile:1.38 pkgsrc/math/lapack/Makefile:1.39
--- pkgsrc/math/lapack/Makefile:1.38    Tue Oct 18 14:08:14 2016
+++ pkgsrc/math/lapack/Makefile Sat Oct  5 06:14:05 2019
@@ -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



Home | Main Index | Thread Index | Old Index