Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 448208 - sys-devel/{llvm,clang} support for C++11 (both), doxygen docs and python (clang) USE flags
Summary: sys-devel/{llvm,clang} support for C++11 (both), doxygen docs and python (cla...
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Bernard Cafarelli
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2012-12-22 18:58 UTC by Alex Turbov
Modified: 2013-10-12 12:32 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
add c++0x USE to llvm-3.2 (llvm-3.2-add-c++0x.patch,779 bytes, patch)
2012-12-22 18:58 UTC, Alex Turbov
Details | Diff
add c++0x, doc and python USE flags to clang-3.2 (clang-3.2-newflags.patch,1.70 KB, patch)
2012-12-22 18:58 UTC, Alex Turbov
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.