Gentoo Archives: gentoo-science

From: heroxbd@g.o
To: gentoo-dev@l.g.o, gentoo-science@l.g.o
Cc: Benda Xu <heroxbd@g.o>
Subject: [gentoo-science] [PATCH 0/2] RFC: Introducing ldso switching to BLAS/LAPACK
Date: Thu, 27 Jun 2019 06:17:13
Message-Id: 20190627061616.15381-1-heroxbd@gentoo.org
1 From: Benda Xu <heroxbd@g.o>
2
3 The following 2 patches are to introduce the runtime switching
4 mechanism to BLAS/LAPACK libraries in Gentoo.
5
6 This feature is turned off by default and only the reference
7 BLAS/LAPACK is used to satisfy the dependencies. It can be enabled by
8 USE=eselect-ldso.
9
10
11 Sorry for the glitch to the tree caused by my mistake yesterday. I am
12 looking forward to your review. I am cross posting to -dev and -sci
13 so as to attract atention from all interested parties.
14
15 Cheers,
16 Benda
17
18 Benda Xu (2):
19 virtual/{blas,cblas,lapack,lapacke}: add virtual packages.
20 virtual/{c,}blas: add sci-libs/blis as a candidate.
21
22 virtual/blas/blas-3.8.ebuild | 17 +++++++++++++++++
23 virtual/blas/metadata.xml | 10 +++++++---
24 virtual/cblas/cblas-3.8.ebuild | 17 +++++++++++++++++
25 virtual/cblas/metadata.xml | 10 +++++++---
26 virtual/lapack/lapack-3.8.ebuild | 14 ++++++++++++++
27 virtual/lapack/metadata.xml | 10 +++++++---
28 virtual/lapacke/lapacke-3.8.ebuild | 14 ++++++++++++++
29 virtual/lapacke/metadata.xml | 16 ++++++++++++++++
30 8 files changed, 99 insertions(+), 9 deletions(-)
31 create mode 100644 virtual/blas/blas-3.8.ebuild
32 create mode 100644 virtual/cblas/cblas-3.8.ebuild
33 create mode 100644 virtual/lapack/lapack-3.8.ebuild
34 create mode 100644 virtual/lapacke/lapacke-3.8.ebuild
35 create mode 100644 virtual/lapacke/metadata.xml
36
37 --
38 2.17.0

Replies