Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 550294 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]
fixes new naming scheme for boost_python in cmake
alembic-1.7.9-fix-boost-python-naming.patch (text/plain), 721 bytes, created by
Bernd
on 2018-10-09 22:20:26 UTC
(
hide
)
Description:
fixes new naming scheme for boost_python in cmake
Filename:
MIME Type:
Creator:
Bernd
Created:
2018-10-09 22:20:26 UTC
Size:
721 bytes
patch
obsolete
>diff --git a/python/PyAlembic/CMakeLists.txt b/python/PyAlembic/CMakeLists.txt >index 5a75e63..492be6a 100644 >--- a/python/PyAlembic/CMakeLists.txt >+++ b/python/PyAlembic/CMakeLists.txt >@@ -33,10 +33,10 @@ > ## > ##-***************************************************************************** > >-MESSAGE(STATUS "Boost_PYTHON_LIBRARY: ${Boost_PYTHON_LIBRARY}") >+MESSAGE(STATUS "Boost_PYTHON2.7_LIBRARY_RELEASE: ${Boost_PYTHON2.7_LIBRARY_RELEASE}") > > # set core libs >-IF (Boost_PYTHON_LIBRARY AND ALEMBIC_PYTHON_LIBRARY) >+IF (Boost_PYTHON2.7_LIBRARY_RELEASE AND ALEMBIC_PYTHON_LIBRARY) > MESSAGE(STATUS "Found libboost_python: ${Boost_PYTHON_LIBRARY}") > SET(PLIBS ${ALEMBIC_PYTHON_LIBRARY} ${Boost_PYTHON_LIBRARY}) >
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