[Bug 1365432] Re: llvm doesn't install any LLVMConfig.cmake file

2018-11-01 Thread Sylvestre Ledru
** Changed in: clang (Ubuntu) Status: Confirmed => Fix Released ** Changed in: llvm (Ubuntu) Status: Confirmed => Fix Released ** Changed in: llvm-defaults (Ubuntu) Status: Confirmed => Fix Released ** Changed in: llvm-toolchain-3.5 (Ubuntu) Status: Confirmed => Fix R

[Bug 1365432] Re: llvm doesn't install any LLVMConfig.cmake file

2016-09-22 Thread layus
llvm-dev provides LLVMConfig.cmake (see http://packages.ubuntu.com/search?mode=exactfilename&suite=xenial§ion=all&arch=any&keywords=LLVMConfig.cmake&searchon=contents), which is found by cmake if you use `find_package(LLVM CONFIG)`. This is enough for LLVM to find its components and such. Howev

[Bug 1365432] Re: llvm doesn't install any LLVMConfig.cmake file

2016-09-01 Thread Ovidiu-Florin BOGDAN
I searched in packages for the FindLLVM.cmake file and found this: http://packages.ubuntu.com/search?searchon=contents&keywords=FindLLVM.cmake&mode=exactfilename&suite=xenial&arch=any I don't think that's related though. -- You received this bug notification because you are a member of Ubuntu Bu

[Bug 1365432] Re: llvm doesn't install any LLVMConfig.cmake file

2015-03-12 Thread John Frankland
Hi, changing the definition of LLVM_CMAKE_DIR is not sufficient to resolve this, because the LLVM targets in LLVM-Exports.cmake are not set up properly, leading to this: (result of a CMakeLists.txt containing 'find_package(LLVM REQUIRED)'): CMake Error at /usr/share/llvm-3.5/cmake/LLVMExports.cm

[Bug 1365432] Re: llvm doesn't install any LLVMConfig.cmake file

2015-03-11 Thread John Frankland
Sorry, just saw that my comment is a duplicate of bug #1387011 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1365432 Title: llvm doesn't install any LLVMConfig.cmake file To manage notifications a

[Bug 1365432] Re: llvm doesn't install any LLVMConfig.cmake file

2015-03-03 Thread Toby Smithe
(That 'set' command happens at line 48 in my version) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1365432 Title: llvm doesn't install any LLVMConfig.cmake file To manage notifications about this

[Bug 1365432] Re: llvm doesn't install any LLVMConfig.cmake file

2015-03-03 Thread Toby Smithe
It's really just a one-line change: set(LLVM_CMAKE_DIR "/usr/share/llvm-3.6/cmake") in /usr/share/llvm-3.6/cmake/LLVMConfig.cmake (or -3.5, or whatever). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bu

[Bug 1365432] Re: llvm doesn't install any LLVMConfig.cmake file

2014-12-28 Thread Sylvestre Ledru
I don't have time to work on this but I would be happy to accept a patch for this. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1365432 Title: llvm doesn't install any LLVMConfig.cmake file To man

[Bug 1365432] Re: llvm doesn't install any LLVMConfig.cmake file

2014-12-28 Thread Alberto Salvia Novella
** Changed in: llvm-toolchain-3.5 (Ubuntu) Importance: Undecided => High -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1365432 Title: llvm doesn't install any LLVMConfig.cmake file To manage not

[Bug 1365432] Re: llvm doesn't install any LLVMConfig.cmake file

2014-12-28 Thread Patrik Karisch
Is there any workaround or solution for this? Importance was set as high, but open more than a month since the change.. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1365432 Title: llvm doesn't inst

[Bug 1365432] Re: llvm doesn't install any LLVMConfig.cmake file

2014-12-28 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: llvm-toolchain-3.5 (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1365432

[Bug 1365432] Re: llvm doesn't install any LLVMConfig.cmake file

2014-12-20 Thread Paweł Bylica
** Also affects: llvm-toolchain-3.5 (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1365432 Title: llvm doesn't install any LLVMConfig.cmake file

[Bug 1365432] Re: llvm doesn't install any LLVMConfig.cmake file

2014-12-20 Thread Paweł Bylica
I would like to work on a fix, but I don't know where to start. I believe llvm-3.5-dev package config is wrong. Can someone tell me how to build this package locally and where those configs are? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1365432] Re: llvm doesn't install any LLVMConfig.cmake file

2014-11-19 Thread Alberto Salvia Novella
** Changed in: clang (Ubuntu) Importance: Undecided => High ** Changed in: llvm (Ubuntu) Importance: Undecided => High ** Changed in: llvm-defaults (Ubuntu) Importance: Undecided => High ** Also affects: hundredpapercuts Importance: Undecided Status: New ** Changed in: hundre

[Bug 1365432] Re: llvm doesn't install any LLVMConfig.cmake file

2014-10-29 Thread Daniel Llewellyn
related: bug #1387011 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1365432 Title: llvm doesn't install any LLVMConfig.cmake file To manage notifications about this bug go to: https://bugs.launchpa

[Bug 1365432] Re: llvm doesn't install any LLVMConfig.cmake file

2014-10-29 Thread Daniel Llewellyn
I worked around this issue by editing the LLVMConfig.cmake file to change line 46: FROM: set(LLVM_CMAKE_DIR "/usr/lib/llvm-3.5/share/llvm/cmake") TO: set(LLVM_CMAKE_DIR "/usr/share/llvm-3.5/cmake") -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribe

[Bug 1365432] Re: llvm doesn't install any LLVMConfig.cmake file

2014-10-29 Thread Daniel Llewellyn
it seems utopic has an evolution of this problem - the file /usr/share/llvm-3.5/cmake/LLVMConfig.cmake exists, but references two other files which don't (as far as my compilation went) /usr/lib/llvm-3.5/share/llvm/cmake/LLVMExports.cmake and /usr/lib/llvm-3.5/share/llvm/cmake/LLVM-Config.cmake *

[Bug 1365432] Re: llvm doesn't install any LLVMConfig.cmake file

2014-10-08 Thread Daniel Agar
This prevents embedding llvm with cmake as described here. http://llvm.org/docs/CMake.html#embedding-llvm-in-your-project -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1365432 Title: llvm doesn't in

[Bug 1365432] Re: llvm doesn't install any LLVMConfig.cmake file

2014-10-08 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: clang (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1365432 Title: llvm

[Bug 1365432] Re: llvm doesn't install any LLVMConfig.cmake file

2014-09-04 Thread Fabio
https://answers.launchpad.net/ubuntu/+source/llvm- defaults/+question/205755 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1365432 Title: llvm doesn't install any LLVMConfig.cmake file To manage no

[Bug 1365432] Re: llvm doesn't install any LLVMConfig.cmake file

2014-09-04 Thread Fabio
Confirmed because I have found others complaining about that: http://mailman.cs.umn.edu/archives/shadow-dev/2012-November/43.html -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1365432 Title: llv

[Bug 1365432] Re: llvm doesn't install any LLVMConfig.cmake file

2014-09-04 Thread Fabio
CMake Warning at CMakeLists.txt:253 (FIND_PACKAGE): By not providing "FindLLVM.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "LLVM", but CMake did not find one. Could not find a package configuration file provided by "LLVM" with a