mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
virtual/lapacke: Add an explicit dep on blas-lapack-aux-wrappers
Since sci-libs/blas-lapack-aux-wrappers are merely a PDEPEND of sci-libs/flexiblas (due to circularity), add it an explicit RDEPEND of the virtual as well, in order to enforce correct merge order. Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -6,12 +6,15 @@ EAPI="8"
|
||||
DESCRIPTION="Virtual for LAPACK C implementation"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
|
||||
IUSE="eselect-ldso flexiblas index64"
|
||||
IUSE="elibc_glibc eselect-ldso flexiblas index64"
|
||||
REQUIRED_USE="?? ( eselect-ldso flexiblas )"
|
||||
|
||||
RDEPEND="
|
||||
flexiblas? (
|
||||
sci-libs/flexiblas[system-blas(-),index64(-)?]
|
||||
elibc_glibc? (
|
||||
sci-libs/blas-lapack-aux-wrapper[index64?]
|
||||
)
|
||||
)
|
||||
!flexiblas? (
|
||||
>=sci-libs/lapack-3.8.0[lapacke,eselect-ldso?,-flexiblas(-),index64(-)?]
|
||||
|
||||
Reference in New Issue
Block a user