diff options
author | Oliver Freyermuth <o.freyermuth@googlemail.com> | 2022-12-18 18:58:59 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-12-24 07:41:36 +0000 |
commit | fec296a07eb82feb1e34ed1849f780d28ef78aab (patch) | |
tree | 5f8c2712c833113a7a0d570fcb83bf8cb0c1906c /sci-physics | |
parent | dev-python/exceptiongroup: Bump to 1.1.0 (diff) | |
download | gentoo-fec296a07eb82feb1e34ed1849f780d28ef78aab.tar.gz gentoo-fec296a07eb82feb1e34ed1849f780d28ef78aab.tar.bz2 gentoo-fec296a07eb82feb1e34ed1849f780d28ef78aab.zip |
sci-physics/vgm: require <sci-physics/geant-4.11.1
There is include breakage with newer versions,
and libraries are missing for VGM tests (G4gl2ps).
Closes: https://bugs.gentoo.org/886599
Signed-off-by: Oliver Freyermuth <o.freyermuth@googlemail.com>
Closes: https://github.com/gentoo/gentoo/pull/28705
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-physics')
-rw-r--r-- | sci-physics/vgm/vgm-5.0.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sci-physics/vgm/vgm-5.0.ebuild b/sci-physics/vgm/vgm-5.0.ebuild index d58370b67b04..99dabda494c5 100644 --- a/sci-physics/vgm/vgm-5.0.ebuild +++ b/sci-physics/vgm/vgm-5.0.ebuild @@ -22,9 +22,13 @@ LICENSE="GPL-2" SLOT="0" IUSE="doc examples +geant4 +root test" +# upper version bound for Geant, see https://github.com/vmc-project/vgm/issues/10 RDEPEND=" sci-physics/clhep:= - geant4? ( >=sci-physics/geant-4.11[c++17] ) + geant4? ( + >=sci-physics/geant-4.11[c++17] + <sci-physics/geant-4.11.1[c++17] + ) root? ( sci-physics/root:=[c++17] )" DEPEND="${RDEPEND} doc? ( app-doc/doxygen[dot] ) |