** 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
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
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
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
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
(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
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
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
** 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
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
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
** 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
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
** 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
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
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
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
*
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
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
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
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
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
22 matches
Mail list logo