mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-04 13:47:35 -08:00
virtual/cblas: blas-lapack-aux-wrapper is used on non-glibc now
Remove the elibc_glibc restriction on sci-libs/blas-lapack-aux-wrapper. No revbump, since this is only an ordering dependency for the first install. Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
parent
463ab74ddd
commit
1d5c37e8e8
@ -6,15 +6,13 @@ EAPI="8"
|
||||
DESCRIPTION="Virtual for BLAS C implementation"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos"
|
||||
IUSE="elibc_glibc eselect-ldso flexiblas index64"
|
||||
IUSE="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?]
|
||||
)
|
||||
sci-libs/blas-lapack-aux-wrapper[index64?]
|
||||
)
|
||||
!flexiblas? (
|
||||
>=sci-libs/lapack-3.8[eselect-ldso?,-flexiblas(-),index64(-)?]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user