Opened 9 years ago
Closed 9 years ago
#7953 closed enhancement (wontfix)
LLVM: the build instructions require cmake but cmake is only "Recommended".
Reported by: | Jeremy Henty | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 7.10 |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
BLFS should list cmake as "Required" for LLVM, because the LLVM build instructions run cmake.
(NB: although LLVM still supports building with autoconf, ./configure reports that the next point version will remove this support.)
Change History (2)
comment:1 by , 9 years ago
comment:2 by , 9 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Marking as wontfix for the reasons Pierre has given.
Note:
See TracTickets
for help on using tickets.
I think this is exactly what recommended means, in this book. A dependency you need (now or later) for building according to book's instructions, but which can be avoided by other means (ie using autoconf in this case, or using some --disable-xxx switch). From Chapter 2, page "Notes on building software":
So I'd be inclined to close as "invalid", but leaving open for discussion right now.