Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 472308 Details for
Bug 594154
sci-chemistry/openbabel-2.3.2-r1 : CMake Error at cmake/.../MacroEnsureVersion.cmake:76 (MATH):
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
fix for gcc6 & gcc7 in cmake script
openbabel-gcc6_cmake.patch (text/plain), 673 bytes, created by
milan hodoscek
on 2017-05-11 06:59:13 UTC
(
hide
)
Description:
fix for gcc6 & gcc7 in cmake script
Filename:
MIME Type:
Creator:
milan hodoscek
Created:
2017-05-11 06:59:13 UTC
Size:
673 bytes
patch
obsolete
>diff --git a/old/CMakeLists.txt b/openbabel-2.3.2/CMakeLists.txt >index 73f5a2d..ec1c1eb 100644 >--- a/old/CMakeLists.txt >+++ b/openbabel-2.3.2/CMakeLists.txt >@@ -222,7 +222,7 @@ check_type_size(clock_t CLOCK_T) > # Get the GCC version - from KDE4 cmake files > if(CMAKE_COMPILER_IS_GNUCXX) > exec_program(${CMAKE_C_COMPILER} ARGS --version OUTPUT_VARIABLE _gcc_version_info) >- string(REGEX MATCH "[345]\\.[0-9]\\.[0-9]" _gcc_version "${_gcc_version_info}") >+ string(REGEX MATCH "[34567]\\.[0-9]\\.[0-9]" _gcc_version "${_gcc_version_info}") > # gcc on mac just reports: "gcc (GCC) 3.3 20030304 ..." without the > # patch level, handle this here: > if (NOT _gcc_version)
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 594154
:
446282
|
446284
|
446286
|
446288
|
446290
| 472308