Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 03 Feb 2018 05:40:41 +0000
From:      bugzilla-noreply@freebsd.org
To:        office@FreeBSD.org
Subject:   maintainer-approval requested: [Bug 225589] devel/boost-python-libs: missing items from plist : [Attachment 190286] [patch] address numpy dependency with explicit option
Message-ID:  <bug-225589-25061-UoYid9Rgj2@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-225589-25061@https.bugs.freebsd.org/bugzilla/>
References:  <bug-225589-25061@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
John Hein <z7dr6ut7gs@snkmail.com> has asked office@FreeBSD.org for
maintainer-approval:
Bug 225589: devel/boost-python-libs: missing items from plist
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D225589

Attachment 190286: [patch] address numpy dependency with explicit option
https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D190286&action=3Dedit



--- Comment #1 from John Hein <z7dr6ut7gs@snkmail.com> ---
Created attachment 190286
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D190286&action=
=3Dedit
[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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-225589-25061-UoYid9Rgj2>