dev-ml/ocamlbuild - 0.14.2 (zscheile)

Search

Package Information

Description:
Generic build tool with built-in rules for building OCaml library and programs
Homepage:
https://github.com/ocaml/ocamlbuild
License:
LGPL-2.1-with-linking-exception

Ebuild Details

Version EAPI Keywords Slot
0.14.2 8 amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv x86 ~amd64-linux ~x86-linux 0/0.14.2
View Raw Ebuild
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="Generic build tool with built-in rules for building OCaml library and programs"
HOMEPAGE="https://github.com/ocaml/ocamlbuild"
SRC_URI="https://github.com/ocaml/ocamlbuild/archive/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="LGPL-2.1-with-linking-exception"
SLOT="0/${PV}"
KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv x86 ~amd64-linux ~x86-linux"
IUSE="+ocamlopt"
RESTRICT="test"  # Tests fail

RDEPEND=">=dev-lang/ocaml-4.02.3-r1:=[ocamlopt?]"
DEPEND="${RDEPEND}
	dev-ml/findlib"

QA_FLAGS_IGNORED='.*'
src_prepare() {
	sed -i \
		-e "/package_exists/s:camlp4.macro:xxxxxx:" \
		-e "/package_exists/s:menhirLib:xxxxxx:" \
		testsuite/external.ml || die
	default
}

src_configure() {
	emake -f configure.make Makefile.config \
		PREFIX="${EPREFIX}/usr" \
		BINDIR="${EPREFIX}/usr/bin" \
		LIBDIR="$(ocamlc -where)" \
		OCAML_NATIVE=$(usex ocamlopt true false) \
		OCAML_NATIVE_TOOLS=$(usex ocamlopt true false) \
		NATDYNLINK=$(usex ocamlopt true false)
}

src_compile() {
	emake src/ocamlbuild_config.cmo
	default
}

src_install() {
	emake CHECK_IF_PREINSTALLED=false DESTDIR="${D}" install
	dodoc Changes
}

USE Flags

ocamlopt
Default: Enabled (+)

Dependencies

DEPEND

>=dev-lang/ocaml-4.02.3-r1:=[ocamlopt?]
	dev-ml/findlib

RDEPEND

>=dev-lang/ocaml-4.02.3-r1:=[ocamlopt?]

Manifest for 0.14.2

Type File Size Source URLs
DIST ocamlbuild-0.14.2.tar.gz 199293 bytes https://github.com/ocaml/ocamlbuild/archive/0.14.2.tar.gz