sci-physics/rivet: needs yoda with eigen

Part-of: https://github.com/gentoo/gentoo/pull/44971
Closes: https://github.com/gentoo/gentoo/pull/44971
Signed-off-by: Alexander Puck Neuwirth <apn-pucky@gentoo.org>
This commit is contained in:
Alexander Puck Neuwirth 2025-12-12 10:34:16 +01:00
parent 1bca489fa2
commit 55b2a5ab4e
No known key found for this signature in database
GPG Key ID: ED7C252ACED415EF

View File

@ -40,8 +40,8 @@ RDEPEND="
highfive? ( highfive? (
sci-libs/highfive sci-libs/highfive
sci-libs/hdf5[cxx] sci-libs/hdf5[cxx]
sci-physics/yoda[eigen(-),highfive(-)]
) )
sci-libs/gsl sci-libs/gsl
zlib? ( virtual/zlib:= ) zlib? ( virtual/zlib:= )
python? ( python? (
@ -49,9 +49,9 @@ RDEPEND="
$(python_gen_cond_dep ' $(python_gen_cond_dep '
dev-python/matplotlib[${PYTHON_USEDEP}] dev-python/matplotlib[${PYTHON_USEDEP}]
') ')
>=sci-physics/yoda-2.1[${PYTHON_SINGLE_USEDEP}] sci-physics/yoda[${PYTHON_SINGLE_USEDEP}]
) )
>=sci-physics/yoda-2.1:=[highfive(-)?] >=sci-physics/yoda-2.1:=
!sci-physics/rivet:3 !sci-physics/rivet:3
" "
DEPEND="${RDEPEND}" DEPEND="${RDEPEND}"