maintainer-approval requested: [Bug 225589] devel/boost-python-libs: missing items from plist : [Attachment 190286] [patch] address numpy dependency with explicit option
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Feb 3 05:40:44 UTC 2018
John Hein <z7dr6ut7gs at snkmail.com> has asked office at FreeBSD.org for
maintainer-approval:
Bug 225589: devel/boost-python-libs: missing items from plist
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225589
Attachment 190286: [patch] address numpy dependency with explicit option
https://bugs.freebsd.org/bugzilla/attachment.cgi?id=190286&action=edit
--- Comment #1 from John Hein <z7dr6ut7gs at snkmail.com> ---
Created attachment 190286
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=190286&action=edit
[patch] address numpy dependency with explicit option
Here is a patch to solve this problem...
- fix plist for devel/boost-python{,3}-libs if math/py-numpy is installed
by added NUMPY option. If off, disable building libboost_numpy [1].
If on, depend on the numpy port [2]. Default: off - matches current
packages.
- minor portlint appeasement
PORTREVISION bump is probably not necessary since it will not change the
package contents built by default.
[1] There is probably a better way to force disabling the numpy build (arg to
bjam?).
[2] Not sure if this should also be a runtime dependency, but ldd does not
indicate a dependency.
More information about the freebsd-office
mailing list