[extra-cmake-modules] [Bug 372311] clang detection in FindPythonModuleGeneration.cmake only works in Debian/Ubuntu

2017-11-05 Thread Christophe Giboudeaux
https://bugs.kde.org/show_bug.cgi?id=372311

Christophe Giboudeaux  changed:

   What|Removed |Added

 CC||v.dembs...@gmail.com

--- Comment #4 from Christophe Giboudeaux  ---
*** Bug 376957 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[extra-cmake-modules] [Bug 372311] clang detection in FindPythonModuleGeneration.cmake only works in Debian/Ubuntu

2017-09-13 Thread Antonio Rojas
https://bugs.kde.org/show_bug.cgi?id=372311

--- Comment #3 from Antonio Rojas  ---
Equivalent simpler patch:
https://git.archlinux.org/svntogit/packages.git/tree/trunk/fix-python-bindings-generation.patch?h=packages/extra-cmake-modules

There's an alternative approach in
https://phabricator.kde.org/D5289

-- 
You are receiving this mail because:
You are watching all bug changes.

[extra-cmake-modules] [Bug 372311] clang detection in FindPythonModuleGeneration.cmake only works in Debian/Ubuntu

2017-09-13 Thread Rex Dieter
https://bugs.kde.org/show_bug.cgi?id=372311

--- Comment #2 from Rex Dieter  ---
As far as I'm concerned, this simple patch works:

diff -up
extra-cmake-modules-5.38.0/find-modules/FindPythonModuleGeneration.cmake.fedora
extra-cmake-modules-5.38.0/find-modules/FindPythonModuleGeneration.cmake
---
extra-cmake-modules-5.38.0/find-modules/FindPythonModuleGeneration.cmake.fedora
2017-09-03 13:34:35.0 -0500
+++ extra-cmake-modules-5.38.0/find-modules/FindPythonModuleGeneration.cmake   
2017-09-13 13:41:07.333687678 -0500
@@ -199,6 +199,9 @@ if (NOT libclang_LIBRARY)
 find_library(libclang_LIBRARY clang-3.9)
 if (NOT libclang_LIBRARY)
   find_library(libclang_LIBRARY clang-3.8)
+  if (NOT libclang_LIBRARY)
+find_library(libclang_LIBRARY clang)
+  endif()
 endif()
   endif()
 else()

-- 
You are receiving this mail because:
You are watching all bug changes.

[extra-cmake-modules] [Bug 372311] clang detection in FindPythonModuleGeneration.cmake only works in Debian/Ubuntu

2017-09-13 Thread Rex Dieter
https://bugs.kde.org/show_bug.cgi?id=372311

Rex Dieter  changed:

   What|Removed |Added

 CC||rdie...@gmail.com
 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1

--- Comment #1 from Rex Dieter  ---
confirmed (for fedora), had to manually specify:
-Dlibclang_LIBRARY:PATH=%{_libdir}/libclang.so
for rpm builds to succeed

-- 
You are receiving this mail because:
You are watching all bug changes.

[extra-cmake-modules] [Bug 372311] clang detection in FindPythonModuleGeneration.cmake only works in Debian/Ubuntu

2017-04-02 Thread Heiko Becker
https://bugs.kde.org/show_bug.cgi?id=372311

Heiko Becker  changed:

   What|Removed |Added

 CC||heire...@exherbo.org

-- 
You are receiving this mail because:
You are watching all bug changes.

[extra-cmake-modules] [Bug 372311] clang detection in FindPythonModuleGeneration.cmake only works in Debian/Ubuntu

2016-11-10 Thread Antonio Rojas
https://bugs.kde.org/show_bug.cgi?id=372311

Antonio Rojas  changed:

   What|Removed |Added

 CC||steve...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.