Opened 8 years ago

Closed 7 years ago

Last modified 7 years ago

#8465 closed defect (fixed)

llvm-3.9.0: make cmake Required instead of Recommended

Reported by: Jeremy Henty Owned by: Samuel
Priority: normal Milestone: 8.0
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

Previous versions of llvm could be built with cmake or autotools, and therefore cmake was described as Recommended rather than Required. (See my earlier ticket http://wiki.linuxfromscratch.org/blfs/ticket/7953 for some discussion about this.)

However, llvm-3.9.0 has removed support for building with autotools. Running ./configure does nothing except return an error message telling the user to use cmake. Since cmake is now the only way to build llvm, it should be Required instead of Recommended.

Attachments (1)

llvm_cmake_dependency.patch (741 bytes ) - added by Samuel 8 years ago.

Download all attachments as: .zip

Change History (6)

comment:1 by Samuel, 8 years ago

Owner: changed from blfs-book@… to Samuel
Status: newassigned

I have done something like this (see ticket #8247) so I'll take this ticket and do it tonight, and post the patch here and on blfs-dev.

I believe this is not the same as #7953 and should not be marked wontfix.

by Samuel, 8 years ago

Attachment: llvm_cmake_dependency.patch added

comment:2 by Samuel, 8 years ago

Finished the patch. Download here or on blfs-dev

comment:3 by Samuel, 8 years ago

Can someone please apply the patch? I don't know if Jeremy can commit so someone else might need to.

comment:4 by bdubbs@…, 7 years ago

Resolution: fixed
Status: assignedclosed

Fixed at revision 17927.

One vert small change to the patch: Removing an entry from recommended patches left the sequence 'a, and b'. I removed the comma.

comment:5 by bdubbs@…, 7 years ago

Milestone: 7.118.0

Milestone renamed

Note: See TracTickets for help on using tickets.