Gentoo Archives: gentoo-dev

From: Benda Xu <heroxbd@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Eclasses for BLAS and Lapack
Date: Mon, 04 Dec 2017 10:06:00
Message-Id: 87r2san6yq.fsf@proton.d.airelinux.org
In Reply to: [gentoo-dev] Eclasses for BLAS and Lapack by Dominik Schmidt
1 Dear Fellows, and thanks Dominik,
2
3 Dominik Schmidt <schmidom@××××××××××××.ch> writes:
4
5 > Gentoo does not yet have a (proper) way of selecting a BLAS or Lapack
6 > implementation at compile time. Hence I wrote two eclasses, which can
7 > be found in my fork of the science overlay:
8 >
9 > * https://github.com/Doeme/sci/blob/blas_lapack_eclass/eclass/blas.eclass
10 > * https://github.com/Doeme/sci/blob/blas_lapack_eclass/eclass/lapack.eclass
11 >
12 > [...]
13
14 The Science Team is very interested in this approach as it solves a
15 fundamental problem of BLAS[1] selection in Gentoo. After the review,
16 we plan to land the 2 eclass-es into Gentoo main repository and start
17 ebuilds migration.
18
19 Your comments on the implementation are crucial to realize that.
20
21 Thanks!
22 Benda
23
24 1. Basic Linear Algebra Subprograms