mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 12:03:02 -04:00
sys-cluster/redset: 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="Low-level distributed erasure coding lib to protect datasets of MPI applications"
|
||||
HOMEPAGE="https://github.com/ECP-VeloC/redset"
|
||||
@@ -28,10 +28,10 @@ src_prepare() {
|
||||
#do not build static library
|
||||
sed -i '/redset-static/d' src/CMakeLists.txt
|
||||
default
|
||||
cmake-utils_src_prepare
|
||||
cmake_src_prepare
|
||||
}
|
||||
|
||||
src_install() {
|
||||
cmake-utils_src_install
|
||||
cmake_src_install
|
||||
dodoc -r doc/rst/.
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user