Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 448208

Summary: sys-devel/{llvm,clang} support for C++11 (both), doxygen docs and python (clang) USE flags
Product: Gentoo Linux Reporter: Alex Turbov <I.zaufi>
Component: New packagesAssignee: Bernard Cafarelli <voyageur>
Status: RESOLVED OBSOLETE    
Severity: normal CC: mgorny, ryao
Priority: Normal Keywords: PATCH
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: add c++0x USE to llvm-3.2
add c++0x, doc and python USE flags to clang-3.2

Description Alex Turbov 2012-12-22 18:58:09 UTC
Created attachment 333066 [details, diff]
add c++0x USE to llvm-3.2

Here is a patches for llvm and clang ebuilds (version 3.2) to support compilation in C++11 mode. Also I've added two more use flags for clag:
* doc -- enable doxygened API documentation
* python -- install clang python bindings
Comment 1 Alex Turbov 2012-12-22 18:58:45 UTC
Created attachment 333068 [details, diff]
add c++0x, doc and python USE flags to clang-3.2
Comment 2 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2013-02-02 22:02:57 UTC
I'm working on the Python part of this request. But next time, please file separate requests for each part since getting so many different things on such a long-building package is at least hard.
Comment 3 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2013-10-12 12:32:00 UTC
USE=python done, USE=doc uses sphinx (not sure if we need another run using doxygen as well), USE=c++0x is handled in bug 475728. If you need something else, please open a separate bug for it.