Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | dev-ml/llvm-ocaml: Bump to 5.0.0 | Michał Górny | 2017-09-08 | 2 | -0/+134 |
| | |||||
* | dev-ml/llvm-ocaml: Include all experimental targets in -9999 | Michał Górny | 2017-08-15 | 1 | -2/+7 |
| | |||||
* | dev-ml/llvm-ocaml: Disable RISCV following upstream | Michał Górny | 2017-08-15 | 2 | -2/+2 |
| | |||||
* | dev-ml/llvm-ocaml: Fix passing NDEBUG to build for LLVMDumpType() | Michał Górny | 2017-07-29 | 2 | -6/+12 |
| | | | | | | Add USE=debug that controls -DNDEBUG since upstream started defining dump functions conditionally to debug being enabled. We therefore need to disable dumps in OCaml bindings if LLVM was built without them. | ||||
* | dev-ml/llvm-ocaml: Clean old up | Michał Górny | 2017-07-25 | 2 | -131/+0 |
| | |||||
* | dev-ml/llvm-ocaml: Branch for 5.0.0 release | Michał Górny | 2017-07-24 | 1 | -0/+130 |
| | |||||
* | dev-ml/llvm-ocaml: Use https for llvm.org | Michał Górny | 2017-07-09 | 3 | -5/+5 |
| | |||||
* | dev-ml/llvm-ocaml: Update upstream git URI | Michał Górny | 2017-07-09 | 1 | -1/+1 |
| | |||||
* | dev-ml/llvm-ocaml: Bump to 4.0.1 | Michał Górny | 2017-06-27 | 2 | -0/+131 |
| | |||||
* | dev-ml/llvm-ocaml: add ~arm, bug #613666 | Markus Meier | 2017-05-17 | 1 | -1/+1 |
| | | | | | Package-Manager: Portage-2.3.5, Repoman-2.3.1 RepoMan-Options: --include-arches="arm" | ||||
* | dev-ml/llvm-ocaml: Remove stray ~arm64 keyword | Michał Górny | 2017-03-24 | 1 | -1/+1 |
| | | | | | | Remove the ~arm64 keyword accidentally added during wide LLVM 4.0 arm64 testing. This package has unkeyworded dependencies on ~arm64 which I'd rather not keyword myself. | ||||
* | dev-ml/llvm-ocaml: Bump to 4.0.0 final | Michał Górny | 2017-03-13 | 2 | -2/+2 |
| | |||||
* | dev-ml/llvm-ocaml: Bump to 4.0.0rc3 | Michał Górny | 2017-03-06 | 2 | -1/+1 |
| | |||||
* | Drop $Id$ per council decision in bug #611234. | Robin H. Johnson | 2017-02-28 | 2 | -2/+0 |
| | | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> | ||||
* | dev-ml/llvm-ocaml: Bump to 4.0.0.rc2 | Michał Górny | 2017-02-15 | 2 | -1/+1 |
| | |||||
* | dev-ml/llvm-ocaml: Fix install against slotted LLVM | Michał Górny | 2017-02-15 | 2 | -8/+36 |
| | |||||
* | dev-ml/llvm-ocaml: Remove obsolete CMAKE_BUILD_TYPE patch | Michał Górny | 2017-02-02 | 3 | -34/+0 |
| | |||||
* | dev-ml/llvm-ocaml: Switch 4.0.0rc1 to tarballs, add keywords | Michał Górny | 2017-01-24 | 2 | -7/+7 |
| | |||||
* | dev-ml/llvm-ocaml: Bump to 4.0.0rc1 | Michał Górny | 2017-01-19 | 2 | -1/+122 |
| | |||||
* | dev-ml/llvm-ocaml: Switch to CMAKE_BUILD_TYPE=RelWithDebInfo | Michał Górny | 2017-01-12 | 1 | -1/+6 |
| | |||||
* | dev-ml/llvm-ocaml: Drop CMAKE_MIN_VERSION | Johannes Huber | 2017-01-01 | 1 | -2/+1 |
| | | | | | | Covered by cmake-utils eclass now. Package-Manager: Portage-2.3.3, Repoman-2.3.1 | ||||
* | dev-ml/llvm-ocaml: Split OCaml bindings out of LLVM | Michał Górny | 2016-11-12 | 3 | -0/+150 |
Introduce an ebuild to build LLVM OCaml bindings separately from LLVM itself. As pointed out by our OCaml team, the OCaml bindings have to be rebuilt much more frequently than LLVM itself (that is, on every dependency upgrade). Furthermore, OCaml tests seem to have problems running from build dir without LLVM installed. Therefore, use the LLVM_OCAML_OUT_OF_TREE build logic that was added for OPAM. |