Diff vgm-5.1 with a vgm-5.2
/usr/portage/sci-physics/vgm/vgm-5.2.ebuild 2023-10-09 14:52:35.260368496 +0300 | ||
---|---|---|
27 | 27 |
geant4? ( >=sci-physics/geant-4.11:=[c++17] ) |
28 | 28 |
root? ( sci-physics/root:=[c++17] )" |
29 | 29 |
DEPEND="${RDEPEND} |
30 |
doc? ( app-doc/doxygen[dot] ) |
|
31 | 30 |
test? ( |
32 | 31 |
>=sci-physics/geant-4.11:=[gdml] |
33 | 32 |
sci-physics/geant4_vmc[g4root] |
34 | 33 |
)" |
34 |
BDEPEND=" |
|
35 |
doc? ( app-doc/doxygen[dot] ) |
|
36 |
" |
|
35 | 37 |
RESTRICT=" |
36 | 38 |
!geant4? ( test ) |
37 | 39 |
!root? ( test ) |
... | ... | |
69 | 71 | |
70 | 72 |
src_test() { |
71 | 73 |
cd "${BUILD_DIR}"/test || die |
72 |
# See upstream issue: https://github.com/vmc-project/vgm/issues/5 |
|
73 |
sed -i 's/ ScaledSolids / /' test3_suite.sh || die |
|
74 | 74 |
PATH="${BUILD_DIR}"/test:${PATH} ./test_suite.sh || die |
75 | 75 |
} |
76 | 76 |