summaryrefslogtreecommitdiff
diff options
authorMichał Górny <mgorny@gentoo.org>2025-09-14 11:47:57 +0200
committerMichał Górny <mgorny@gentoo.org>2025-09-16 19:35:18 +0200
commit48471820ead21fc5dd74def260bf64cd84710ad1 (patch)
tree46112904428f1dbc681bbc49af70146882692158
parentsci-libs/flexiblas: Support installing ILP64 variant (diff)
downloadgentoo-48471820ead21fc5dd74def260bf64cd84710ad1.tar.gz
gentoo-48471820ead21fc5dd74def260bf64cd84710ad1.tar.bz2
gentoo-48471820ead21fc5dd74def260bf64cd84710ad1.zip
virtual/blas: Add index64 passthrough
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--virtual/blas/blas-3.8-r1.ebuild17
-rw-r--r--virtual/blas/metadata.xml1
2 files changed, 18 insertions, 0 deletions
diff --git a/virtual/blas/blas-3.8-r1.ebuild b/virtual/blas/blas-3.8-r1.ebuild
new file mode 100644
index 000000000000..bc99048ffe70
--- /dev/null
+++ b/virtual/blas/blas-3.8-r1.ebuild
@@ -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 FORTRAN 77 BLAS 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="eselect-ldso index64"
+
+RDEPEND="
+ >=sci-libs/lapack-3.8[eselect-ldso?,index64(-)?]
+ eselect-ldso? ( || (
+ >=sci-libs/lapack-3.8[eselect-ldso]
+ sci-libs/openblas[eselect-ldso]
+ sci-libs/blis[eselect-ldso] ) )
+"
diff --git a/virtual/blas/metadata.xml b/virtual/blas/metadata.xml
index e6d517932cad..2b87d529e9ba 100644
--- a/virtual/blas/metadata.xml
+++ b/virtual/blas/metadata.xml
@@ -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>