You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sys-apps/netloc/netloc-0.5.ebuild

29 lines
587 B

# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
inherit multilib versionator
MY_PV=v$(get_version_component_range 1-2)
DESCRIPTION="Portable Network Locality (netloc)"
HOMEPAGE="https://www.open-mpi.org/projects/netloc/"
SRC_URI="https://www.open-mpi.org/software/${PN}/${MY_PV}/downloads/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
DEPEND="
dev-libs/jansson
<sys-apps/hwloc-2.0"
RDEPEND="${DEPEND}"
src_configure() {
econf \
--with-jansson="${EPREFIX}/usr" \
--with-hwloc="${EPREFIX}/usr"
}