From 21435953e16cda318a82334ddbadb3b5c36d9ea7 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 15 Jan 2020 15:51:32 +0000 Subject: gentoo resync : 15.01.2020 --- sys-cluster/hpx/hpx-9999.ebuild | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'sys-cluster/hpx/hpx-9999.ebuild') diff --git a/sys-cluster/hpx/hpx-9999.ebuild b/sys-cluster/hpx/hpx-9999.ebuild index 64c2d82ce771..40cfca820e39 100644 --- a/sys-cluster/hpx/hpx-9999.ebuild +++ b/sys-cluster/hpx/hpx-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{2_7,3_5,3_6} ) +PYTHON_COMPAT=( python{2_7,3_6} ) if [[ ${PV} == 9999 ]] ; then inherit git-r3 @@ -13,7 +13,7 @@ else KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" S="${WORKDIR}/${PN}_${PV}" fi -inherit cmake-utils fortran-2 python-any-r1 +inherit cmake fortran-2 python-any-r1 DESCRIPTION="C++ runtime system for parallel and distributed applications" HOMEPAGE="https://stellar.cct.lsu.edu/tag/hpx/" @@ -64,16 +64,16 @@ src_configure() { mycmakeargs+=( -DHPX_WITH_MALLOC=system ) fi - cmake-utils_src_configure + cmake_src_configure } src_test() { # avoid over-suscribing - cmake-utils_src_make -j1 tests + cmake_build -j1 tests } src_install() { - cmake-utils_src_install + cmake_src_install if use examples; then mv "${D}/usr/bin/spin" "${D}/usr/bin/hpx_spin" || die insinto /usr/share/doc/${PF} -- cgit v1.2.3