diff options
author | marino <marino@FreeBSD.org> | 2015-12-31 03:49:17 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2015-12-31 03:49:17 +0800 |
commit | df9fa198a84ff0c2c89161e5f963f2f8bd9f1e68 (patch) | |
tree | d847d08b2ae99b9de0c4f190476bbf9c4dc1e300 /biology | |
parent | 9e393f4b3db656d0acb466d9fa3f9888cb501ddc (diff) | |
download | freebsd-ports-graphics-df9fa198a84ff0c2c89161e5f963f2f8bd9f1e68.tar.gz freebsd-ports-graphics-df9fa198a84ff0c2c89161e5f963f2f8bd9f1e68.tar.zst freebsd-ports-graphics-df9fa198a84ff0c2c89161e5f963f2f8bd9f1e68.zip |
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.
Diffstat (limited to 'biology')
-rw-r--r-- | biology/crux/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/biology/crux/Makefile b/biology/crux/Makefile index 88c2bff652a..c8eaac6eced 100644 --- a/biology/crux/Makefile +++ b/biology/crux/Makefile @@ -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 |