sys-cluster/libquo - 1.3.1-r3 (gentoo)

Search

Install

Install this version:

emerge -a =sys-cluster/libquo-1.3.1-r3

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

autounmask =sys-cluster/libquo-1.3.1-r3

Or alternatively:

emerge --autounmask-write -a =sys-cluster/libquo-1.3.1-r3

Package Information

Description:
Run-time tuning of process binding policies made easy
Homepage:
https://lanl.github.io/libquo/
License:
BSD

Ebuild Details

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

EAPI=8

FORTRAN_NEEDED=fortran
FORTRAN_STANDARD=90

inherit fortran-2 flag-o-matic

if [ "${PV}" = "9999" ]; then
	EGIT_REPO_URI="https://github.com/lanl/${PN}.git"
	inherit autotools git-r3
else
	SRC_URI="https://lanl.github.io/${PN}/dists/${P}.tar.gz"
	KEYWORDS="~amd64"
fi

DESCRIPTION="Run-time tuning of process binding policies made easy"
HOMEPAGE="https://lanl.github.io/libquo/"

LICENSE="BSD"
SLOT="0"
IUSE="fortran static-libs test"
RESTRICT="test" # Bug #867823: Need a real network interface or hostname set to localhost

DEPEND="
	virtual/mpi[fortran?]
	sys-process/numactl
	sys-apps/hwloc:=[numa(+),xml]
	"
RDEPEND="${DEPEND}"
BDEPEND="sys-apps/which"

PATCHES=(
	"${FILESDIR}"/${P}-musl.patch
	"${FILESDIR}"/${P}-openmpi.patch
)

src_prepare() {
	default
	[[ ${PV} = 9999 ]] && eautoreconf
}

src_configure() {
	append-fflags "-I${ESYSROOT}/usr/include"
	econf CC=mpicc FC=$(usex fortran mpif90 false)
}

src_install() {
	default
	find "${ED}" -type f -name '*.la' -delete || die
}

USE Flags

Manage flags for this package: euse -i <flag> -p sys-cluster/libquo | euse -E <flag> -p sys-cluster/libquo | euse -D <flag> -p sys-cluster/libquo

Global/Standard Flags

Inherited Eclasses

Dependencies

DEPEND

	virtual/mpi[fortran?]
	sys-process/numactl
	sys-apps/hwloc:=[numa(+),xml]
	

RDEPEND

	virtual/mpi[fortran?]
	sys-process/numactl
	sys-apps/hwloc:=[numa(+),xml]
	

BDEPEND

sys-apps/which