dev-cpp/kokkos: Switch to cmake.eclass, no PN in DESCRIPTION

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2021-04-05 14:59:18 +02:00
parent cccd69ed66
commit b140d66efb

View File

@@ -1,11 +1,11 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit cmake-utils toolchain-funcs
inherit cmake toolchain-funcs
DESCRIPTION="Kokkos C++ Performance Portability Programming EcoSystem"
DESCRIPTION="C++ Performance Portability Programming EcoSystem"
HOMEPAGE="https://github.com/kokkos"
SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
@@ -15,9 +15,7 @@ KEYWORDS="~amd64 -x86"
IUSE="+openmp test"
RESTRICT="!test? ( test )"
DEPEND="
sys-apps/hwloc
"
DEPEND="sys-apps/hwloc"
RDEPEND="${DEPEND}"
BDEPEND=""
@@ -41,5 +39,5 @@ src_configure() {
-DBUILD_SHARED_LIBS=ON
)
cmake-utils_src_configure
cmake_src_configure
}