Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 550292 Details for
Bug 667728
media-gfx/alembic-1.7.9 : CMake Error at cmake/AlembicBoost.cmake:98: Boost not found
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to find boost_python for >=cmake-3.11
alembic-1.7.9-find-boost-python-for-cmake-ge-3.11.patch (text/plain), 794 bytes, created by
Bernd
on 2018-10-09 22:19:51 UTC
(
hide
)
Description:
patch to find boost_python for >=cmake-3.11
Filename:
MIME Type:
Creator:
Bernd
Created:
2018-10-09 22:19:51 UTC
Size:
794 bytes
patch
obsolete
>diff --git a/cmake/AlembicBoost.cmake b/cmake/AlembicBoost.cmake >index 21b3515..ba6f396 100644 >--- a/cmake/AlembicBoost.cmake >+++ b/cmake/AlembicBoost.cmake >@@ -79,7 +79,14 @@ IF (USE_PYALEMBIC AND APPLE) > ENDIF() > > IF (USE_PYALEMBIC) >- FIND_PACKAGE(Boost 1.42.0 COMPONENTS program_options python) >+ # At least cmake-3.11 has introduced a new syntax while looking for >+ # boost python libraries. It might apply to version 10 too, but I >+ # couldn't check due to cmake-3.10 compile error. >+ IF (CMAKE_MINOR_VERSION VERSION_GREATER 10) >+ FIND_PACKAGE(Boost 1.42.0 COMPONENTS program_options python2.7) >+ ELSE() >+ FIND_PACKAGE(Boost 1.42.0 COMPONENTS program_options python) >+ ENDIF() > ELSE() > FIND_PACKAGE(Boost 1.42.0 COMPONENTS program_options) > ENDIF()
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 667728
:
549290
|
549292
|
549294
|
549296
|
549298
|
549300
|
549302
|
549304
|
549306
|
549646
|
549648
|
549650
|
549652
|
549654
|
549656
|
549658
|
549660
|
549662
|
550236
|
550238
|
550240
|
550282
|
550290
| 550292 |
550294