mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 04:23:16 -04:00
sys-cluster/rankstr: cmake-utils --> cmake
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
EAPI="7"
|
||||
|
||||
inherit cmake-utils
|
||||
inherit cmake
|
||||
|
||||
DESCRIPTION="Split an MPI communicator into subcomms based on string values"
|
||||
HOMEPAGE="https://github.com/ECP-VeloC/rankstr"
|
||||
@@ -25,5 +25,5 @@ src_prepare() {
|
||||
#do not build static library
|
||||
sed -i '/rankstr-static/d' src/CMakeLists.txt || die
|
||||
default
|
||||
cmake-utils_src_prepare
|
||||
cmake_src_prepare
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user