Skip to content

Commit

Permalink
sci-libs/rocBLAS: re-enable tests.
Browse files Browse the repository at this point in the history
Signed-off-by: Benda Xu <[email protected]>
  • Loading branch information
heroxbd committed Nov 27, 2023
1 parent 2a8d386 commit 40d52bf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions sci-libs/rocBLAS/rocBLAS-5.7.1-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,10 @@ S="${WORKDIR}/${PN}-rocm-${PV}"
LICENSE="BSD"
KEYWORDS="~amd64"
SLOT="0/$(ver_cut 1-2)"
RESTRICT="!test? ( test )"
IUSE="benchmark test"
REQUIRED_USE="${ROCM_REQUIRED_USE}"

RESTRICT="test" # Tests fail

BDEPEND="
>=dev-util/rocm-cmake-5.3
dev-util/Tensile:${SLOT}
Expand Down Expand Up @@ -76,7 +75,6 @@ src_configure() {
-DCMAKE_INSTALL_INCLUDEDIR="include/rocblas"
-DBUILD_CLIENTS_SAMPLES=OFF
-DBUILD_CLIENTS_TESTS=$(usex test ON OFF)
-DTensile_TEST_LOCAL_PATH="${EPREFIX}/usr/share/Tensile"
-DBUILD_CLIENTS_BENCHMARKS=$(usex benchmark ON OFF)
-DTensile_CPU_THREADS=$(makeopts_jobs)
-DBUILD_WITH_PIP=OFF
Expand Down

0 comments on commit 40d52bf

Please sign in to comment.