[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:50 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245560

            Bug ID: 245560
           Summary: [PATCH] devel/boost-python-libs: allow to install
                    .cmake configs
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: office at FreeBSD.org
          Reporter: fluffy at FreeBSD.org
          Assignee: office at FreeBSD.org
             Flags: maintainer-feedback?(office at FreeBSD.org)

Created attachment 213321
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=213321&action=edit
install .cmake configs

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

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-office mailing list