From a30d924b7708495306ce9fee39e944e2e78e27d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Mon, 29 Sep 2025 11:04:19 +0200 Subject: [PATCH] virtual/lapacke: Add an explicit dep on blas-lapack-aux-wrappers MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- virtual/lapacke/lapacke-3.8-r2.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/virtual/lapacke/lapacke-3.8-r2.ebuild b/virtual/lapacke/lapacke-3.8-r2.ebuild index dd2eeae1e1400..37813423712e5 100644 --- a/virtual/lapacke/lapacke-3.8-r2.ebuild +++ b/virtual/lapacke/lapacke-3.8-r2.ebuild @@ -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(-)?]