dev-libs/mcl - 0.1.14 (guru)

Search

Install

Install this version:

emerge -a =dev-libs/mcl-0.1.14

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-libs/mcl-0.1.14

Or alternatively:

emerge --autounmask-write -a =dev-libs/mcl-0.1.14

Package Information

Description:
merry's common library
Homepage:
https://github.com/azahar-emu/mcl
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
0.1.14 8 ~amd64 ~arm64 ~ppc64 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit cmake

DESCRIPTION="merry's common library"
# This is a fork of the `merryhime/mcl` repository
HOMEPAGE="https://github.com/azahar-emu/mcl"
SRC_URI="https://github.com/azahar-emu/mcl/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~ppc64"
IUSE="test"
RESTRICT="!test? ( test )"

RDEPEND="
	dev-libs/libfmt:=
"
DEPEND="${RDEPEND}"
BDEPEND="
	test? ( dev-cpp/catch )
"

PATCHES=(
	"${FILESDIR}"/${PN}-0.1.13-build-tests-only-when-requested.patch
)

src_configure() {
	local mycmakeargs=(
		-DBUILD_TESTING=$(usex test)
		-DMCL_WARNINGS_AS_ERRORS=no
	)

	cmake_src_configure
}

USE Flags

Manage flags for this package: euse -i <flag> -p dev-libs/mcl | euse -E <flag> -p dev-libs/mcl | euse -D <flag> -p dev-libs/mcl

Global/Standard Flags

Inherited Eclasses

Dependencies

DEPEND

	dev-libs/libfmt:=

RDEPEND

	dev-libs/libfmt:=

BDEPEND

	test? ( dev-cpp/catch )

Manifest for 0.1.14

Type File Size Source URLs
DIST mcl-0.1.14.tar.gz 25685 bytes https://github.com/azahar-emu/mcl/archive/refs/tags/0.1.14.tar.gz