Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 219009 Details for
Bug 303703
Compilation of =sci-chemistry/avogadro-1.0.0 is failed with USE="python"
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
fixing build wit sip-4.10
avogadro-1.0.0-sip4.10.patch (text/plain), 688 bytes, created by
Kacper Kowalik (Xarthisius) (RETIRED)
on 2010-02-09 17:14:32 UTC
(
hide
)
Description:
fixing build wit sip-4.10
Filename:
MIME Type:
Creator:
Kacper Kowalik (Xarthisius) (RETIRED)
Created:
2010-02-09 17:14:32 UTC
Size:
688 bytes
patch
obsolete
>--- avogadro-1.0.0.orig/cmake/modules/PythonDeps.cmake 2009-10-23 21:06:32.000000000 +0200 >+++ avogadro-1.0.0/cmake/modules/PythonDeps.cmake 2010-02-09 18:04:52.384345989 +0100 >@@ -67,6 +67,10 @@ > message(STATUS "using sip version 4.9...") > add_definitions( -DSIP_4_8 ) > endif (${SIP_VERSION} MATCHES "4.9") >+ if (${SIP_VERSION} MATCHES "4.10") >+ message(STATUS "using sip version 4.10...") >+ add_definitions( -DSIP_4_8 ) >+ endif (${SIP_VERSION} MATCHES "4.10") > else (EXISTS ${PYTHON_INCLUDE_PATH}/sip.h) > message(STATUS "sip.h header NOT found - Python support disabled") > # message(STATUS "debian/ubuntu: install the python-sip4-dev package.")
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 303703
:
218641
|
218643
|
218645
|
218647
|
218771
|
218773
|
218775
|
218777
|
219007
| 219009