mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
virtual/lapacke: Add index64 passthrough
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
17
virtual/lapacke/lapacke-3.8-r2.ebuild
Normal file
17
virtual/lapacke/lapacke-3.8-r2.ebuild
Normal 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]
|
||||
) )
|
||||
"
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user