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:   maintainer-feedback requested: [Bug 245560] [PATCH] devel/boost-python-libs: allow to install .cmake configs
Message-ID:  <bug-245560-25061-SzTd9NeXkg@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-245560-25061@https.bugs.freebsd.org/bugzilla/>
References:  <bug-245560-25061@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-office mailing
list <office@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=3D245560



--- Description ---
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



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