sys-cluster/rankstr: src_configure no longer necessary

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
This commit is contained in:
Andrew Ammerlaan
2020-03-03 16:55:17 +01:00
parent 904c9ce1fc
commit bdfc3fdea4

View File

@@ -27,10 +27,3 @@ src_prepare() {
default
cmake-utils_src_prepare
}
src_configure() {
local mycmakeargs=(
-DMPI="ON"
)
cmake-utils_src_configure
}