Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Dec 2015 19:49:17 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r404876 - head/biology/crux
Message-ID:  <201512301949.tBUJnH8P094385@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512301949.tBUJnH8P094385>