summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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.