summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuilherme Amadio <amadio@gentoo.org>2021-05-18 12:57:40 +0200
committerGuilherme Amadio <amadio@gentoo.org>2021-05-19 14:18:37 +0200
commit8c8e363dbfd10f433f61425b325790db56ac365d (patch)
tree1487931b8cb6df012916bf3e44aa9060cecb422a /dev-libs
parentdev-ros/python_cmake_module: Replace empty keywords with live property (diff)
downloadgentoo-8c8e363dbfd10f433f61425b325790db56ac365d.tar.gz
gentoo-8c8e363dbfd10f433f61425b325790db56ac365d.tar.bz2
gentoo-8c8e363dbfd10f433f61425b325790db56ac365d.zip
dev-libs/boost: remove workaround, bug #752120
Installation of CMake configuration files when installing for multiple Python versions has been fixed upstream, so the workaround is no longer necessary. Installation of CMake files is required to make calls like find_package(Boost CONFIG) and find_package(Boost COMPONENTS python) work. Closes: https://bugs.gentoo.org/752120 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/boost/boost-1.76.0-r1.ebuild (renamed from dev-libs/boost/boost-1.76.0.ebuild)4
1 files changed, 0 insertions, 4 deletions
diff --git a/dev-libs/boost/boost-1.76.0.ebuild b/dev-libs/boost/boost-1.76.0-r1.ebuild
index e75b93f8476f..d760d92ea5af 100644
--- a/dev-libs/boost/boost-1.76.0.ebuild
+++ b/dev-libs/boost/boost-1.76.0-r1.ebuild
@@ -171,10 +171,6 @@ src_configure() {
--without-stacktrace
--boost-build="${BROOT}"/usr/share/boost-build/src
--layout=system
- # CMake has issues working with multiple python impls,
- # disable cmake config generation for the time being
- # https://github.com/boostorg/python/issues/262#issuecomment-483069294
- --no-cmake-config
# building with threading=single is currently not possible
# https://svn.boost.org/trac/boost/ticket/7105
threading=multi