summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sci-libs/lapack: readd deprecated functions.Alessandro Barbieri2020-03-082-0/+93
| | | | | | | | | Reported-By: leoricupero@gmail.com Closes: https://bugs.gentoo.org/702254 Closes: https://github.com/gentoo/gentoo/pull/14803 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com> Signed-off-by: Benda Xu <heroxbd@gentoo.org>
* */*: [QA] Use consistent function definition formattingDavid Seifert2020-02-221-3/+3
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* */*: Bump copyright on files touched this yearMichał Górny2020-02-111-1/+1
| | | | | | | Update the copyright notice on all files that were touched since January 1st but did not have the notice updated. Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sci-libs/lapack: [QA] Remove unnecessary -DCMAKE_INSTALL_PREFIX argumentsDavid Seifert2020-02-081-1/+0
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* */*: Drop stable alpha keywordsMatt Turner2020-01-251-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* sci-libs/lapack: alpha stable wrt bug #698756Mikle Kolyada2019-12-241-1/+1
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="alpha" Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* sci-libs/lapack: stable 3.8.0 for ppc64, bug #698756Sergei Trofimovich2019-12-011-1/+1
| | | | | | Package-Manager: Portage-2.3.80, Repoman-2.3.19 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* sci-libs/lapack: arm64 stable (bug #698756)Aaron Bauman2019-11-231-1/+1
| | | | | Signed-off-by: Aaron Bauman <bman@gentoo.org> Package-Manager: Portage-2.3.79, Repoman-2.3.18
* sci-libs/lapack: ia64 stable wrt bug #698756Agostino Sarubbo2019-11-201-1/+1
| | | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.16 RepoMan-Options: --include-arches="ia64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sci-libs/lapack: ppc stable wrt bug #698756Agostino Sarubbo2019-11-201-1/+1
| | | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.16 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sci-libs/lapack: amd64 stable wrt bug #698756Agostino Sarubbo2019-11-151-1/+1
| | | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.16 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sci-libs/lapack: arm stable wrt bug #698756Mikle Kolyada2019-11-011-1/+1
| | | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.16 RepoMan-Options: --include-arches="arm" Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* sci-libs/lapack: x86 stable (bug #698756)Thomas Deutschmann2019-11-011-1/+1
| | | | | Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* sci-libs: Remove *-fbsd KEYWORDSMichał Górny2019-10-111-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sci-libs/lapack: add eselect-ldso USE flag.Benda Xu2019-06-262-8/+14
| | | | | | | | | profiles: mask eselect-ldso USE flags on fbsd and rpath ARCH. eselect-ldso USE depends on ld.so to do runtime library switching. Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Benda Xu <heroxbd@gentoo.org>
* sci-libs/lapack: new ebuild for lapack that enables runtime switching.Mo Zhou2019-06-263-0/+117
This ebuild replaces {blas,cblas,lapack,lapacke}-reference ebuild files. Closes: https://github.com/gentoo/gentoo/pull/12319 Signed-off-by: Mo Zhou <cdluminate@gmail.com> Signed-off-by: Benda Xu <heroxbd@gentoo.org>