summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-ml/llvm-ocaml: Fix llvm_tools_dir substitutionMichał Górny2017-10-011-1/+1
|
* dev-ml/llvm-ocaml: Make the tests more verboseMichał Górny2017-10-011-0/+1
|
* dev-ml/llvm-ocaml: Fix using external litMichał Górny2017-10-011-1/+1
|
* dev-ml/llvm-ocaml: Bump to 5.0.0Michał Górny2017-09-082-0/+134
|
* dev-ml/llvm-ocaml: Include all experimental targets in -9999Michał Górny2017-08-151-2/+7
|
* dev-ml/llvm-ocaml: Disable RISCV following upstreamMichał Górny2017-08-152-2/+2
|
* dev-ml/llvm-ocaml: Fix passing NDEBUG to build for LLVMDumpType()Michał Górny2017-07-292-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 upMichał Górny2017-07-252-131/+0
|
* dev-ml/llvm-ocaml: Branch for 5.0.0 releaseMichał Górny2017-07-241-0/+130
|
* dev-ml/llvm-ocaml: Use https for llvm.orgMichał Górny2017-07-093-5/+5
|
* dev-ml/llvm-ocaml: Update upstream git URIMichał Górny2017-07-091-1/+1
|
* dev-ml/llvm-ocaml: Bump to 4.0.1Michał Górny2017-06-272-0/+131
|
* dev-ml/llvm-ocaml: add ~arm, bug #613666Markus Meier2017-05-171-1/+1
| | | | | Package-Manager: Portage-2.3.5, Repoman-2.3.1 RepoMan-Options: --include-arches="arm"
* dev-ml/llvm-ocaml: Remove stray ~arm64 keywordMichał Górny2017-03-241-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 finalMichał Górny2017-03-132-2/+2
|
* dev-ml/llvm-ocaml: Bump to 4.0.0rc3Michał Górny2017-03-062-1/+1
|
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-282-2/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* dev-ml/llvm-ocaml: Bump to 4.0.0.rc2Michał Górny2017-02-152-1/+1
|
* dev-ml/llvm-ocaml: Fix install against slotted LLVMMichał Górny2017-02-152-8/+36
|
* dev-ml/llvm-ocaml: Remove obsolete CMAKE_BUILD_TYPE patchMichał Górny2017-02-023-34/+0
|
* dev-ml/llvm-ocaml: Switch 4.0.0rc1 to tarballs, add keywordsMichał Górny2017-01-242-7/+7
|
* dev-ml/llvm-ocaml: Bump to 4.0.0rc1Michał Górny2017-01-192-1/+122
|
* dev-ml/llvm-ocaml: Switch to CMAKE_BUILD_TYPE=RelWithDebInfoMichał Górny2017-01-121-1/+6
|
* dev-ml/llvm-ocaml: Drop CMAKE_MIN_VERSIONJohannes Huber2017-01-011-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 LLVMMichał Górny2016-11-123-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.