diff options
| author | 2022-03-26 09:09:44 +0100 | |
|---|---|---|
| committer | 2022-03-26 09:09:44 +0100 | |
| commit | c0a41daf91f1347e0d769c5a4c5497e3106de8c0 (patch) | |
| tree | cf96b3cf3f74234260651fea0973b0fc481973a3 | |
| parent | dev-util/afdko: prevent pip from installing cmake, ninja (diff) | |
| download | guru-c0a41daf91f1347e0d769c5a4c5497e3106de8c0.tar.gz guru-c0a41daf91f1347e0d769c5a4c5497e3106de8c0.tar.bz2 guru-c0a41daf91f1347e0d769c5a4c5497e3106de8c0.zip | |
sys-cluster/rankstr: restrict tests, need MPI
Closes: https://bugs.gentoo.org/836144
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
| -rw-r--r-- | sys-cluster/rankstr/rankstr-0.2.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-cluster/rankstr/rankstr-0.2.0.ebuild b/sys-cluster/rankstr/rankstr-0.2.0.ebuild index c7a1ae789..373a03796 100644 --- a/sys-cluster/rankstr/rankstr-0.2.0.ebuild +++ b/sys-cluster/rankstr/rankstr-0.2.0.ebuild @@ -18,7 +18,7 @@ RDEPEND="virtual/mpi" DEPEND="${RDEPEND}" PATCHES=( "${FILESDIR}/${PN}-0.1.0-no-static.patch" ) -RESTRICT="!test? ( test )" +RESTRICT="test" # tests require an MPI setup src_configure() { local mycmakeargs=( |
