Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Nov 2015 22:08:45 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   [Bug 204594] math/py-networkx: Update to 1.10
Message-ID:  <bug-204594-21822-pIy0PLdXem@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-204594-21822@https.bugs.freebsd.org/bugzilla/>
References:  <bug-204594-21822@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204594

--- Comment #15 from Ruslan Makhmatkhanov <rm@FreeBSD.org> ---
The sad news that I can't redefine OPTIONS_DEFAULT values depending on python
version. I mean this is not working:

.include <bsd.port.pre.mk>

.if ${PYTHON_REL} <= 3000
OPTIONS_DEFAULT+=       MPL GRAPHVIZ
.endif

.include <bsd.port.post.mk>

So, I'm not sure how to fix that properly. The only solution is to drop MPL and
GRAPHVIZ options and make them uncoditional runtime dependencies for python2
build. This may be ok, because these options are default anyway. Is it
applicable?

-- 
You are receiving this mail because:
You are on the CC list for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-204594-21822-pIy0PLdXem>