diff options
author | David Seifert <soap@gentoo.org> | 2019-04-15 02:21:20 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2019-04-15 02:22:08 +0200 |
commit | b5bfb994f73ecef8282a8b34a08857538ca33970 (patch) | |
tree | 1ad964bbd7713aa0aabe9660e1be03293ae9eeee /dev-libs/boost/files | |
parent | dev-libs/libutf8proc: arm64 keyworded (bug #653210) (diff) | |
download | gentoo-b5bfb994f73ecef8282a8b34a08857538ca33970.tar.gz gentoo-b5bfb994f73ecef8282a8b34a08857538ca33970.tar.bz2 gentoo-b5bfb994f73ecef8282a8b34a08857538ca33970.zip |
dev-libs/boost: Use `--no-cmake-config` instead of patch
* Credits go to @pdimov for the suggestion in
boostorg/python/issues/262
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-libs/boost/files')
-rw-r--r-- | dev-libs/boost/files/boost-1.70.0-fix-python-cmake-duplicate-target.patch | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/dev-libs/boost/files/boost-1.70.0-fix-python-cmake-duplicate-target.patch b/dev-libs/boost/files/boost-1.70.0-fix-python-cmake-duplicate-target.patch deleted file mode 100644 index c0097a8581bd..000000000000 --- a/dev-libs/boost/files/boost-1.70.0-fix-python-cmake-duplicate-target.patch +++ /dev/null @@ -1,33 +0,0 @@ -Boost.Build errors out when passing multiple python impls to b2: - - error: Name clash for '<p/var/tmp/portage/dev-libs/boost-1.70.0/image/usr/lib64/cmake/boost_python-1.70.0>libboost_python-variant-shared.cmake' - error: - error: Tried to build the target twice, with property sets having - error: these incompatible properties: - error: - error: - <python>2.7 - error: - <python>3.6 - error: - error: Please make sure to have consistent requirements for these - error: properties everywhere in your project, especially for install - error: targets. - -https://github.com/boostorg/python/issues/262 - ---- a/tools/boost_install/boost-install.jam -+++ b/tools/boost_install/boost-install.jam -@@ -870,12 +870,12 @@ - - $(p).mark-target-as-explicit install-libraries ; - -- install-cmake-config $(libraries) ; -+ # install-cmake-config $(libraries) ; - - generate install-dependencies : $(libraries) : <generating-rule>@boost-install%generate-dependencies <name>install ; - $(p).mark-target-as-explicit install-dependencies ; - -- alias install : install-libraries install-cmake-config install-dependencies ; -+ alias install : install-libraries install-dependencies ; - $(p).mark-target-as-explicit install ; - - # Target stage |