diff options
author | Oliver Freyermuth <o.freyermuth@googlemail.com> | 2023-06-14 22:27:30 +0200 |
---|---|---|
committer | Guilherme Amadio <amadio@gentoo.org> | 2023-09-13 10:10:38 +0200 |
commit | f33278825b6c160fb745fbd562622169d094e2df (patch) | |
tree | bbc3dbdd6d717e06b132bd95145d01761cd5bec7 /sci-physics | |
parent | sci-physics/vgm: add 5.2 (diff) | |
download | gentoo-f33278825b6c160fb745fbd562622169d094e2df.tar.gz gentoo-f33278825b6c160fb745fbd562622169d094e2df.tar.bz2 gentoo-f33278825b6c160fb745fbd562622169d094e2df.zip |
sci-physics/vgm: reactivate test, move doxygen to BDEPEND
ScaledSolids test fixed upstream.
Closes: https://github.com/gentoo/gentoo/pull/31439
Signed-off-by: Oliver Freyermuth <o.freyermuth@googlemail.com>
Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
Diffstat (limited to 'sci-physics')
-rw-r--r-- | sci-physics/vgm/vgm-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-physics/vgm/vgm-9999.ebuild b/sci-physics/vgm/vgm-9999.ebuild index 777ea264b4d8..f7524d3384d5 100644 --- a/sci-physics/vgm/vgm-9999.ebuild +++ b/sci-physics/vgm/vgm-9999.ebuild @@ -27,11 +27,13 @@ RDEPEND=" geant4? ( sci-physics/geant:=[c++17] ) root? ( sci-physics/root:=[c++17] )" DEPEND="${RDEPEND} - doc? ( app-doc/doxygen[dot] ) test? ( sci-physics/geant:=[gdml] sci-physics/geant4_vmc[g4root] )" +BDEPEND=" + doc? ( app-doc/doxygen[dot] ) +" RESTRICT=" !geant4? ( test ) !root? ( test ) @@ -69,8 +71,6 @@ src_compile() { src_test() { cd "${BUILD_DIR}"/test || die - # See upstream issue: https://github.com/vmc-project/vgm/issues/5 - sed -i 's/ ScaledSolids / /' test3_suite.sh || die PATH="${BUILD_DIR}"/test:${PATH} ./test_suite.sh || die } |