maintainer-feedback requested: [Bug 245560] [PATCH] devel/boost-python-libs: allow to install .cmake configs
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Apr 12 09:31:49 UTC 2020
Bugzilla Automation <bugzilla at FreeBSD.org> has asked freebsd-office mailing
list <office at FreeBSD.org> for maintainer-feedback:
Bug 245560: [PATCH] devel/boost-python-libs: allow to install .cmake configs
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245560
--- Description ---
Houston, we have a problem!
Currently devel/boost-python-libs install only libraries itself, and skipped to
install lib/cmake/boost_numpy-%%BOOST_SHARED_LIB_VER%%/*.cmake and
lib/cmake/boost_python-%%BOOST_SHARED_LIB_VER%%/*.cmake files
Without these configuration files boost-python library cannot be properly found
via cmake FindLibrary() interface which is need, for example, for recent
net/ceph14 and upcoming ceph15 (porting in progress) with libcephffs and fully
functional web dashboard
This quick'n'dirty patch install missed .cmake files and did the trick for
overlapping same configs -- install overlapped files only for default python
flavor
More information about the freebsd-office
mailing list