aboutsummaryrefslogtreecommitdiffstats
path: root/testing/llvm3.7
Commit message (Collapse)AuthorAgeFilesLines
* community/llvm3.7: move from testingJakub Jirutka2016-08-177-517/+0
|
* testing/llvm3.7: make -dev depend on -libs explicitlyJakub Jirutka2016-08-071-1/+2
| | | | For unknown reason this dependency is not autodiscovered.
* testing/llvm3.7: fix checksumJakub Jirutka2016-08-071-3/+3
|
* testing/llvm3.7: move libLLVM.so to /usr/lib, add version to libs nameJakub Jirutka2016-08-072-5/+97
| | | | | | | | | | | | This is needed for binaries that are dynamically linked with libLLVM, so they can find it on the default LD_LIBRARY_PATH. To be honest, I'm still not sure if everything is right. LLVM's CMake scripts have a lot flaws in this version (see recent commits). Most distribution still use old make files. However, it already works for Rust (linked statically) and Julia (linked dynamically).
* testing/llvm3.7: remove unused patchesJakub Jirutka2016-08-072-204/+0
|
* testing/llvm3.7: move llvm-config* to -dev subpackageJakub Jirutka2016-08-061-7/+14
|
* testing/llvm3.7: rewrite abuild and fix many issues to make it usableJakub Jirutka2016-08-042-79/+111
| | | | | | The previous version was not actually usable as a dependency for other software (see comments in the abuild). It also generated invalid symlinks, conflicting files, broken configuration etc.
* testing/llvm3.7: new aportMitch Tishmack2016-07-257-0/+589