summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sys-devel/llvm: Reorder python_setup after epatch_user in -9999Michał Górny2015-12-121-2/+2
|
* sys-devel/llvm: add BPF backend to compiled targetsMarco Leogrande2015-12-121-1/+1
| | | | | | | | | As part of 3.7.* releases, LLVM has officially added support for the BPF backend. This backend emits instructions in the eBPF language, that is used in the homonymous Linux kernel virtual machine. Users of LLVM can write a program in C and have it compiled directly into eBPF. This commit adds support for compiling this backend unconditionally.
* sys-devel/llvm: Set libomp as default OpenMP provider in -9999, #562990Michał Górny2015-12-051-3/+5
| | | | | | | | Use libomp as default OpenMP provider rather than libgomp because the support for the latter is unable to find omp.h without explicit -I, and provides syntax checking only. Bug: https://bugs.gentoo.org/show_bug.cgi?id=562990
* sys-devel/llvm: Update live ebuild, fix Python installMichał Górny2015-12-051-39/+22
| | | | | | Update the patches and install procedure for git changes. Switch to python-single-r1 as most of the Python components are now installed by CMake.
* sys-devel/llvm: Fix bogus flags and paths in llvm-config, #565358Michał Górny2015-12-021-0/+4
| | | | | | | | | | | | | | | | | | | | | | | Fix llvm-config to avoid bogus results. In particular: 1. Limit --cflags and --cxxflags to package-specific flags. Do not output the whole flag-string used during the build. This fixes libclc build issues when LLVM build flags were not tolerated by clang. 2. Fix library names and paths to use shared library suffix rather than static library suffix, especially that we do not install static libraries. 3. Wipe out --system-libs since they should not be required for dynamic linking. 4. Ban --obj-root and --src-root when running outside source tree, since we are not installing any sources and therefore their results would always be bogus. Based on patch provided by Steven Newbury. Fixes: https://bugs.gentoo.org/565358
* sys-devel/llvm: Update the patch and ebuild partially scan-* changesMichał Górny2015-11-221-18/+4
| | | | | | | | Upstream has added installation rules for scan-build and scan-view, and make them FHS-aware. This is mostly neat, except that scan-view expects Python modules in /usr/share. The patch and ebuild is partially updated to accomodate this. It will require at least cleaning up /usr/share still.
* sys-devel/llvm: fix libxml2 detection for USE=-xml, bug #564804Bernard Cafarelli2015-11-121-2/+9
| | | | | | | | libxml2 search is now correctly disabled for USE=-xml lldb requires libxml2 Port some fixes to live ebuild Package-Manager: portage-2.2.24
* sys-devel/llvm: cleaner fix for #553416Bernard Cafarelli2015-09-081-3/+1
| | | | Package-Manager: portage-2.2.20.1
* sys-devel/llvm: fix bugs #559588, #559828, #559850Bernard Cafarelli2015-09-071-1/+9
| | | | | | | | Warn about needed library for OpenMP support in clang, thanks Jeremi Piotrowski <jeremi.piotrowski@gmail.com> in #559588 Install utilities like FileCheck, thanks William Throwe <wtt6@cornell.edu> in #559828 Adjust multilib dependency on libxml2, thanks Alexander Stein <alexanders83@web.de> in #559850 Package-Manager: portage-2.2.20.1
* sys-devel/llvm: bump to final releaseBernard Cafarelli2015-09-021-0/+7
| | | | | | | Also fixes WX sections and multilib-strict install forocaml bindings Both fixes from gienah, bugs #421527 and #559134 Package-Manager: portage-2.2.20.1
* sys-libs/ncurses: move to SLOT=0 #557472Mike Frysinger2015-08-261-1/+1
| | | | | Use SLOT=0 for installing of main development files like other packages so we can use other SLOTs for installing SONAME libs for binary packages.
* sys-devel/llvm: release candidate bumpBernard Cafarelli2015-08-251-0/+2
| | | | Package-Manager: portage-2.2.20.1
* sys-devel/llvm: fix live ebuildBernard Cafarelli2015-08-241-1/+7
| | | | Fixes bugs #553416, #557100 and #557154
* proj/gentoo: Initial commitRobin H. Johnson2015-08-081-0/+487
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed