summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* virtual/{lapack,{c,}blas}: always depend on reference lapack.Benda Xu2019-07-211-1/+1
| | | | | | | | Only the reference lapack provides headers and libraries for down stream programs at build time. Package-Manager: Portage-2.3.69, Repoman-2.3.12 Signed-off-by: Benda Xu <heroxbd@gentoo.org>
* virtual/cblas: add openblas as a cblas provider.Benda Xu2019-07-201-0/+1
| | | | | Package-Manager: Portage-2.3.69, Repoman-2.3.12 Signed-off-by: Benda Xu <heroxbd@gentoo.org>
* virtual/{c,}blas: add sci-libs/blis as a candidate.Benda Xu2019-07-031-1/+4
| | | | | | | | | | | | On ld.so-based systems, runtime library switching is possible. We use 'eselect-ldso' to flag this possibility. In this case, blis can used as a drop-in replacement via an `eselect` call. Otherwise If USE eselect-ldso is not set, only reference implementation will be pulled in. Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Benda Xu <heroxbd@gentoo.org>
* virtual/{blas,cblas,lapack,lapacke}: add virtual packages.Benda Xu2019-07-031-0/+14
| | | | | | | | | | | | | | | | | | | | | These virtual packages are used by the BLAS/LAPACK runtime switching mechanism. Closes: https://github.com/gentoo/gentoo/pull/12323 Closes: https://bugs.gentoo.org/373613 Closes: https://bugs.gentoo.org/381801 Closes: https://bugs.gentoo.org/498490 Closes: https://bugs.gentoo.org/563674 Closes: https://bugs.gentoo.org/564546 Closes: https://bugs.gentoo.org/565776 Closes: https://bugs.gentoo.org/646316 Closes: https://bugs.gentoo.org/657984 Closes: https://bugs.gentoo.org/659014 Closes: https://bugs.gentoo.org/659264 Closes: https://bugs.gentoo.org/669644 Signed-off-by: Mo Zhou <cdluminate@gmail.com> Signed-off-by: Benda Xu <heroxbd@gentoo.org>
* Revert "virtual/{blas,cblas,lapack,lapacke}: add/update virtual packages."Mike Gilbert2019-06-261-14/+0
| | | | | | | | | This reverts commit 5f8a985b71b033d7a7c4d252c00dd83669ee5913. This commit dropped all stable keywords on these packages, causing treewide depenency breakage. Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* Revert "virtual/cblas: add sci-libs/blis as a candidate."Mike Gilbert2019-06-261-4/+1
| | | | | | This reverts commit c103f40f0d09655bf675fb6a90b088942d56bf93. Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* virtual/cblas: add sci-libs/blis as a candidate.Benda Xu2019-06-261-1/+4
| | | | | Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Benda Xu <heroxbd@gentoo.org>
* virtual/{blas,cblas,lapack,lapacke}: add/update virtual packages.Mo Zhou2019-06-261-0/+14
These virtual packages are used by the BLAS/LAPACK runtime switching mechanism. Drop old EAPI=5 ebuilds. Closes: https://github.com/gentoo/gentoo/pull/12323 Closes: https://bugs.gentoo.org/373613 Closes: https://bugs.gentoo.org/669644 Closes: https://bugs.gentoo.org/564546 Closes: https://bugs.gentoo.org/565776 Closes: https://bugs.gentoo.org/646316 Closes: https://bugs.gentoo.org/563674 Closes: https://bugs.gentoo.org/659014 Closes: https://bugs.gentoo.org/659264 Closes: https://bugs.gentoo.org/657984 Closes: https://bugs.gentoo.org/381801 Closes: https://bugs.gentoo.org/646316 Closes: https://bugs.gentoo.org/565776 Closes: https://bugs.gentoo.org/498490 Signed-off-by: Mo Zhou <cdluminate@gmail.com> Signed-off-by: Benda Xu <heroxbd@gentoo.org>