sci-physics/geant-vmc: Fixes for test suite.
authorOliver Freyermuth <o.freyermuth@googlemail.com>
Tue, 16 Jul 2019 23:29:58 +0000 (01:29 +0200)
committerMichał Górny <mgorny@gentoo.org>
Thu, 18 Jul 2019 15:45:47 +0000 (17:45 +0200)
This works around issues either already
fixed in upstream master or in pending PRs.

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Oliver Freyermuth <o.freyermuth@googlemail.com>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
sci-physics/geant-vmc/geant-vmc-4.4.0.ebuild
sci-physics/geant-vmc/geant-vmc-9999.ebuild

index ae53bfcd41d1ce45cb6b2d5708901f6b91b32fee..83c2f0b1204edf09481f5eabce67214b38dea5a9 100644 (file)
@@ -31,6 +31,7 @@ RDEPEND="
 DEPEND="${RDEPEND}
        doc? ( app-doc/doxygen )"
 RESTRICT="
+       !examples? ( test )
        !geant3? ( test )
        !g4root? ( test )
        !mtroot? ( test )
@@ -77,8 +78,12 @@ src_test() {
        # see e.g. https://sft.its.cern.ch/jira/browse/ROOT-8146 .
        addwrite /dev/random
        cd examples || die
+       # Bug: Can not disable Garfield in test suite, fixed upstream.
+       sed -i 's/ExGarfield//' test_suite.sh || die
+       # Bug: Path for E03 sub-examples wrong, see https://github.com/vmc-project/geant4_vmc/pull/11 .
+       sed -i 's#only in E03 test#only in E03 test\nG4EXEDIR=${BUILDDIR}/examples/$EXAMPLE/$OPTION#' test_suite_exe.sh || die
        ./test_suite.sh --g3=off --builddir="${BUILD_DIR}" || die
-       ./test_suite_exe.sh --g3=off --builddir="${BUILD_DIR}" || die
+       ./test_suite_exe.sh --g3=off --garfield=off --builddir="${BUILD_DIR}" || die
 }
 
 src_install() {
index ae53bfcd41d1ce45cb6b2d5708901f6b91b32fee..ffc8e7dc87437873c5817f7f1acb13d7c5faaa5c 100644 (file)
@@ -31,6 +31,7 @@ RDEPEND="
 DEPEND="${RDEPEND}
        doc? ( app-doc/doxygen )"
 RESTRICT="
+       !examples? ( test )
        !geant3? ( test )
        !g4root? ( test )
        !mtroot? ( test )
@@ -77,8 +78,8 @@ src_test() {
        # see e.g. https://sft.its.cern.ch/jira/browse/ROOT-8146 .
        addwrite /dev/random
        cd examples || die
-       ./test_suite.sh --g3=off --builddir="${BUILD_DIR}" || die
-       ./test_suite_exe.sh --g3=off --builddir="${BUILD_DIR}" || die
+       ./test_suite.sh --debug --g3=off --garfield=off --builddir="${BUILD_DIR}" || die
+       ./test_suite_exe.sh -debug --g3=off --garfield=off --builddir="${BUILD_DIR}" || die
 }
 
 src_install() {