mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-15 01:53:25 -04:00
sys-cluster/AXL: restrict test
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
@@ -13,11 +13,7 @@ LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
PATCHES=(
|
||||
"${FILESDIR}/no-static-${PV}.patch"
|
||||
"${FILESDIR}/no-install-readme.patch"
|
||||
)
|
||||
|
||||
RDEPEND="
|
||||
sys-libs/zlib
|
||||
sys-cluster/KVTree
|
||||
@@ -27,6 +23,13 @@ BDEPEND="
|
||||
>=dev-util/cmake-2.8
|
||||
"
|
||||
|
||||
RESTRICT="test" # https://github.com/ECP-VeloC/AXL/issues/110
|
||||
#RESTRICT="!test? ( test )"
|
||||
PATCHES=(
|
||||
"${FILESDIR}/no-static-${PV}.patch"
|
||||
"${FILESDIR}/no-install-readme.patch"
|
||||
)
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
#other options available: CRAY_DW INTEL_CPPR IBM_BBAPI
|
||||
|
||||
Reference in New Issue
Block a user