mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-17 19:13:13 -04:00
sys-cluster/redset: restrict test
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
@@ -12,7 +12,8 @@ SRC_URI="https://github.com/ECP-VeloC/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
PATCHES=( "${FILESDIR}/no-static-${PV}.patch" )
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND="
|
||||
sys-cluster/KVTree[mpi]
|
||||
sys-cluster/rankstr
|
||||
@@ -24,6 +25,9 @@ BDEPEND="
|
||||
>=dev-util/cmake-2.8
|
||||
"
|
||||
|
||||
RESTRICT="test" # https://github.com/ECP-VeloC/redset/issues/30
|
||||
PATCHES=( "${FILESDIR}/no-static-${PV}.patch" )
|
||||
|
||||
src_install() {
|
||||
cmake_src_install
|
||||
dodoc -r doc/rst/.
|
||||
|
||||
Reference in New Issue
Block a user