Arch Linux

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#24248 - llvm package does not install CMake build system files

Attached to Project: Arch Linux
Opened by Stefan Majewsky (majewsky) - Thursday, 12 May 2011, 22:22 GMT
Last edited by Evangelos Foutras (foutrelis) - Wednesday, 18 May 2011, 13:16 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Evangelos Foutras (foutrelis)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 2
Private No

Details

The LLVM source tree includes some files in the cmake/ subdirectory which need to be installed so that users can compile sources which use CMake and depend on LLVM. Unfortunately, as far as I can tell, this requires to use CMake also for building LLVM, since the Makefile-based build does not descend into the cmake/ source directory.
This task depends upon

Closed by  Evangelos Foutras (foutrelis)
Wednesday, 18 May 2011, 13:16 GMT
Reason for closing:  Won't implement
Comment by Evangelos Foutras (foutrelis) - Friday, 13 May 2011, 04:56 GMT
Couldn't applications that use CMake and LLVM call llvm-config directly, like llvm-lua [1] does?

[1] http://code.google.com/p/llvm-lua/source/browse/trunk/cmake/FindLLVM.cmake

Loading...