Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/llvm-ocaml/
Date: Tue, 30 Nov 2021 10:01:36
Message-Id: 1638266474.7b5d68d729bdfb545a17e25b22d10fa7a2881588.mgorny@gentoo
1 commit: 7b5d68d729bdfb545a17e25b22d10fa7a2881588
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 30 09:44:40 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 30 10:01:14 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b5d68d7
7
8 dev-ml/llvm-ocaml: Bump to 13.0.1_rc1
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-ml/llvm-ocaml/Manifest | 1 +
13 dev-ml/llvm-ocaml/llvm-ocaml-13.0.1_rc1.ebuild | 112 +++++++++++++++++++++++++
14 2 files changed, 113 insertions(+)
15
16 diff --git a/dev-ml/llvm-ocaml/Manifest b/dev-ml/llvm-ocaml/Manifest
17 index 826997b3c689..e08cd107ad6d 100644
18 --- a/dev-ml/llvm-ocaml/Manifest
19 +++ b/dev-ml/llvm-ocaml/Manifest
20 @@ -1,3 +1,4 @@
21 DIST llvmorg-11.1.0.tar.gz 122776532 BLAKE2B ca842ff4afff8f44c82b5e7383962a9c45ca1c93b64fa4c6ebcd70a1d3849dbad2b8e4e24fba02d144c6266d7fab3607ebc6999b28c229cb35256cf40f26a985 SHA512 9a8ce022a935eed42fa71a224f2a207122aadcbef58ee855fdb4825f879e7d028e4dcff22c19b9d336db1c8bf63fb84372d44981acf84615f757e54306c92b81
22 DIST llvmorg-12.0.1.tar.gz 134259748 BLAKE2B f41de787bc73ff2edfda1b22cc8602be6f65f37dd9e4c8888533cfa8c3ccdcf4f108aaab9de23ab0ab987966eb160f2a553a0bdff99461e71ddd5bfcd086090d SHA512 6eb0dc18e2c25935fabfdfc48b0114be0939158dfdef7b85b395fe2e71042672446af0e68750aae003c9847d10d1f63316fe95d3df738d18f249174292b1b9e1
23 DIST llvmorg-13.0.0.tar.gz 147270176 BLAKE2B 628f316b580e1edf3a58d4825b724df759e6ed2a4116802470c04562caefc392fa325c91f388036365a2e45a9595cca6d3557fab12984fc8bcfef29c9116d822 SHA512 8004c05d32b9720fb3391783621690c1df9bd1e97e72cbff9192ed88a84b0acd303b61432145fa917b5b5e548c8cee29b24ef8547dcc8677adf4816e7a8a0eb2
24 +DIST llvmorg-13.0.1-rc1.tar.gz 147284646 BLAKE2B 3a1d8d382de633b7f8fc998f8ad1e03c24b733aefc591615cbd34115d1d6d74962ae33bbf2224527b521a76930ffee425527225563a558a04173e9aa9487c781 SHA512 d487bfc9b898ad0046e0c94338d7757d8a05a1a84d683abfbc9ed4994c6d12caf88fd18575225e284070fc67b3ac0970ca6639e61b1a7cc2948b216a5364a22d
25
26 diff --git a/dev-ml/llvm-ocaml/llvm-ocaml-13.0.1_rc1.ebuild b/dev-ml/llvm-ocaml/llvm-ocaml-13.0.1_rc1.ebuild
27 new file mode 100644
28 index 000000000000..d0039fc6ae95
29 --- /dev/null
30 +++ b/dev-ml/llvm-ocaml/llvm-ocaml-13.0.1_rc1.ebuild
31 @@ -0,0 +1,112 @@
32 +# Copyright 1999-2021 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=7
36 +
37 +PYTHON_COMPAT=( python3_{8..10} )
38 +inherit cmake llvm llvm.org python-any-r1
39 +
40 +DESCRIPTION="OCaml bindings for LLVM"
41 +HOMEPAGE="https://llvm.org/"
42 +
43 +LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA"
44 +SLOT="0/${PV}"
45 +KEYWORDS=""
46 +IUSE="debug test"
47 +RESTRICT="!test? ( test )"
48 +
49 +RDEPEND="
50 + >=dev-lang/ocaml-4.00.0:0=
51 + dev-ml/ocaml-ctypes:=
52 + ~sys-devel/llvm-${PV}:=[debug?]
53 + !sys-devel/llvm[ocaml(-)]"
54 +
55 +DEPEND="${RDEPEND}"
56 +BDEPEND="
57 + dev-lang/perl
58 + dev-ml/findlib
59 + >=dev-util/cmake-3.16
60 + test? ( dev-ml/ounit2 )
61 + ${PYTHON_DEPS}"
62 +
63 +LLVM_COMPONENTS=( llvm )
64 +LLVM_USE_TARGETS=llvm
65 +llvm.org_set_globals
66 +
67 +pkg_setup() {
68 + LLVM_MAX_SLOT=${PV%%.*} llvm_pkg_setup
69 + python-any-r1_pkg_setup
70 +}
71 +
72 +src_configure() {
73 + local libdir=$(get_libdir)
74 + local mycmakeargs=(
75 + -DLLVM_LIBDIR_SUFFIX=${libdir#lib}
76 +
77 + -DBUILD_SHARED_LIBS=OFF
78 + -DLLVM_BUILD_LLVM_DYLIB=ON
79 + -DLLVM_LINK_LLVM_DYLIB=ON
80 + -DLLVM_OCAML_OUT_OF_TREE=ON
81 +
82 + # cheap hack: LLVM combines both anyway, and the only difference
83 + # is that the former list is explicitly verified at cmake time
84 + -DLLVM_TARGETS_TO_BUILD=""
85 + -DLLVM_EXPERIMENTAL_TARGETS_TO_BUILD="${LLVM_TARGETS// /;}"
86 + -DLLVM_BUILD_TESTS=$(usex test)
87 +
88 + # disable various irrelevant deps and settings
89 + -DLLVM_ENABLE_FFI=OFF
90 + -DLLVM_ENABLE_TERMINFO=OFF
91 + -DHAVE_HISTEDIT_H=NO
92 + -DLLVM_ENABLE_ASSERTIONS=$(usex debug)
93 + -DLLVM_ENABLE_EH=ON
94 + -DLLVM_ENABLE_RTTI=ON
95 +
96 + -DLLVM_HOST_TRIPLE="${CHOST}"
97 +
98 + -DPython3_EXECUTABLE="${PYTHON}"
99 +
100 + # disable go bindings
101 + -DGO_EXECUTABLE=GO_EXECUTABLE-NOTFOUND
102 +
103 + # TODO: ocamldoc
104 + )
105 +
106 + use test && mycmakeargs+=(
107 + -DLLVM_LIT_ARGS="$(get_lit_flags)"
108 + )
109 +
110 + # LLVM_ENABLE_ASSERTIONS=NO does not guarantee this for us, #614844
111 + # also: custom rules for OCaml do not work for CPPFLAGS
112 + use debug || local -x CFLAGS="${CFLAGS} -DNDEBUG"
113 + cmake_src_configure
114 +
115 + local llvm_libdir=$(llvm-config --libdir)
116 + # an ugly hack; TODO: figure out a way to pass -L to ocaml...
117 + cd "${BUILD_DIR}/${libdir}" || die
118 + ln -s "${llvm_libdir}"/*.so . || die
119 +
120 + if use test; then
121 + local llvm_bindir=$(llvm-config --bindir)
122 + # Force using system-installed tools.
123 + sed -i -e "/llvm_tools_dir/s@\".*\"@\"${llvm_bindir}\"@" \
124 + "${BUILD_DIR}"/test/lit.site.cfg.py || die
125 + fi
126 +}
127 +
128 +src_compile() {
129 + cmake_build ocaml_all
130 +}
131 +
132 +src_test() {
133 + # respect TMPDIR!
134 + local -x LIT_PRESERVES_TMP=1
135 + cmake_build check-llvm-bindings-ocaml
136 +}
137 +
138 +src_install() {
139 + DESTDIR="${D}" \
140 + cmake -P "${BUILD_DIR}"/bindings/ocaml/cmake_install.cmake || die
141 +
142 + dodoc bindings/ocaml/README.txt
143 +}