virtual/lapacke: Add index64 passthrough

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2025-09-14 11:48:48 +02:00
parent ccdd634e66
commit b23a6b8d1c
2 changed files with 18 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
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 index64"
RDEPEND="
>=sci-libs/lapack-3.8.0[lapacke,eselect-ldso?,index64(-)?]
eselect-ldso? ( || (
>=sci-libs/lapack-3.8.0[lapacke,eselect-ldso]
>=sci-libs/openblas-0.3.10[eselect-ldso]
) )
"

View File

@@ -7,6 +7,7 @@
</maintainer>
<use>
<flag name="eselect-ldso">Enable runtime library switching by eselect and ld.so.</flag>
<flag name="index64">Provide an ILP64 library in addition to LP64</flag>
</use>
<stabilize-allarches/>
</pkgmetadata>