summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>2020-10-14 00:00:00 +0000
committerMichał Górny <mgorny@gentoo.org>2020-10-14 23:14:21 +0200
commitf56e484bcf0cefa1ecde2feed28cc916a4501748 (patch)
tree7ac721f8b310b875d5e13cf668a41a4b91963256 /dev-ml/llvm-ocaml/llvm-ocaml-12.0.0.9999.ebuild
parentsys-devel/lld: Set used Python interpreter. (diff)
downloadgentoo-f56e484bcf0cefa1ecde2feed28cc916a4501748.tar.gz
gentoo-f56e484bcf0cefa1ecde2feed28cc916a4501748.tar.bz2
gentoo-f56e484bcf0cefa1ecde2feed28cc916a4501748.zip
dev-ml/llvm-ocaml: Set used Python interpreter.
Required since: https://github.com/llvm/llvm-project/commit/c4c3883b00d3a6aa657a5e3e515c90c9ea1f81c6 Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-ml/llvm-ocaml/llvm-ocaml-12.0.0.9999.ebuild')
-rw-r--r--dev-ml/llvm-ocaml/llvm-ocaml-12.0.0.9999.ebuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/dev-ml/llvm-ocaml/llvm-ocaml-12.0.0.9999.ebuild b/dev-ml/llvm-ocaml/llvm-ocaml-12.0.0.9999.ebuild
index 575154be6047..a39cfca35bc6 100644
--- a/dev-ml/llvm-ocaml/llvm-ocaml-12.0.0.9999.ebuild
+++ b/dev-ml/llvm-ocaml/llvm-ocaml-12.0.0.9999.ebuild
@@ -35,6 +35,7 @@ DEPEND="${RDEPEND}"
BDEPEND="
dev-lang/perl
dev-ml/findlib
+ >=dev-util/cmake-3.16
test? ( dev-ml/ounit )
${PYTHON_DEPS}"
@@ -69,6 +70,8 @@ src_configure() {
-DLLVM_HOST_TRIPLE="${CHOST}"
+ -DPython3_EXECUTABLE="${PYTHON}"
+
# disable go bindings
-DGO_EXECUTABLE=GO_EXECUTABLE-NOTFOUND