Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Apr 2020 09:31:48 +0000
From:      bugzilla-noreply@freebsd.org
To:        office@FreeBSD.org
Subject:   [Bug 245560] [PATCH] devel/boost-python-libs: allow to install .cmake configs
Message-ID:  <bug-245560-25061@https.bugs.freebsd.org/bugzilla/>

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

            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@FreeBSD.org
          Reporter: fluffy@FreeBSD.org
          Assignee: office@FreeBSD.org
             Flags: maintainer-feedback?(office@FreeBSD.org)

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

Houston, we have a problem!

Currently devel/boost-python-libs install only libraries itself, and skippe=
d 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 f=
ound
via cmake FindLibrary() interface which is need, for example, for recent
net/ceph14 and upcoming ceph15 (porting in progress) with libcephffs and fu=
lly
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

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



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