svn commit: r404876 - head/biology/crux

John Marino marino at FreeBSD.org
Wed Dec 30 19:49:18 UTC 2015


Author: marino
Date: Wed Dec 30 19:49:17 2015
New Revision: 404876
URL: https://svnweb.freebsd.org/changeset/ports/404876

Log:
  biology/crux is not jobs safe
  
  This cython-based port has failed on me a couple of times in a bulk build.
  I'm not sure what the actual problem is but the issue is itermittent.

Modified:
  head/biology/crux/Makefile

Modified: head/biology/crux/Makefile
==============================================================================
--- head/biology/crux/Makefile	Wed Dec 30 17:45:32 2015	(r404875)
+++ head/biology/crux/Makefile	Wed Dec 30 19:49:17 2015	(r404876)
@@ -23,6 +23,8 @@ CONFIGURE_ARGS=	--datadir=${PREFIX}/lib 
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
+MAKE_JOBS_UNSAFE=	yes
+
 OPTIONS_DEFINE=		SYS_LINALG
 
 SYS_LINALG_DESC=	Enable system ATLAS/LAPACK


More information about the svn-ports-head mailing list