summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sci-libs/openblas: enlongen the longdesc in metadata.xml.Michael Orlitzky2020-06-101-20/+36
| | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* sci-libs/openblas: fix tests with fortran bounds checking enabled.Michael Orlitzky2020-06-101-2/+9
| | | | | | | | | | | | | | | | One OpenBLAS test fails when you enable bounds checks in your fortran compiler via e.g. either "-fbounds-check" or "-fcheck=bounds" with gfortran. This was reported upstream at https://github.com/xianyi/OpenBLAS/issues/2657 but in the meantime the easiest thing to do for *our* users is to filter out those flags when USE=test is set. Thanks to Bernd for reporting the problem on bug 726474. Closes: https://bugs.gentoo.org/726474 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* sci-libs/openblas: update obsolete github URL (tarball -> archive).Michael Orlitzky2020-06-101-1/+1
| | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* sci-libs/openblas: remove redundant dodirs in the latest version.Michael Orlitzky2020-06-101-2/+0
| | | | | | | | | Bernd noticed this while working on bug 726474. This part of the changeset is obviously correct, so let's get it out of the way. Bug: https://bugs.gentoo.org/726474 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* sci-libs/openblas: fix AR usage in the latest version.Michael Orlitzky2020-06-091-2/+4
| | | | | | | | | Upstream sets $AR unconditionally in a non-autotools Makefile, so we have to try extra hard to override it. Closes: https://bugs.gentoo.org/725608 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* sci-libs/openblas: version bump.Benda Xu2020-03-262-0/+128
| | | | | | Closes: https://bugs.gentoo.org/714598 Package-Manager: Portage-2.3.88, Repoman-2.3.18 Signed-off-by: Benda Xu <heroxbd@gentoo.org>
* */*: [QA] Use consistent function definition formattingDavid Seifert2020-02-222-12/+12
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* sci-libs/openblas: add new version 0.3.7Mo Zhou2019-09-042-0/+128
| | | | | | | Closes: https://github.com/gentoo/gentoo/pull/12742 Signed-off-by: Mo Zhou <cdluminate@gmail.com> Signed-off-by: Benda Xu <heroxbd@gentoo.org>
* sci-libs/openblas: use pkg_setup to do the build env and checks.Benda Xu2019-08-041-26/+21
| | | | | | Closes: https://github.com/gentoo/gentoo/pull/12576 Package-Manager: Portage-2.3.69, Repoman-2.3.12 Signed-off-by: Benda Xu <heroxbd@gentoo.org>
* sci-libs/openblas: Allow custom CFLAGS and add fortran checks.Benda Xu2019-08-042-9/+23
| | | | | | | | | Drop unused USE flags. Suggested-By: Hasan ÇALIŞIR <hasan.calisir@psauxit.com> Closes: https://github.com/gentoo/gentoo/pull/12576 Package-Manager: Portage-2.3.69, Repoman-2.3.12 Signed-off-by: Benda Xu <heroxbd@gentoo.org>
* sci-libs/openblas-0.3.6: add index-64bit support.Mo Zhou2019-07-242-3/+16
| | | | | | | Closes: https://github.com/gentoo/gentoo/pull/12475 Signed-off-by: Mo Zhou <cdluminate@gmail.com> Signed-off-by: Benda Xu <heroxbd@gentoo.org>
* sci-libs/openblas: remove 0.3.5 version.Mo Zhou2019-07-242-106/+0
| | | | | Signed-off-by: Mo Zhou <cdluminate@gmail.com> Signed-off-by: Benda Xu <heroxbd@gentoo.org>
* sci-libs/openblas: bump to 0.3.6, solving problem with gcc-9.1.0 .Mo Zhou2019-07-112-0/+106
| | | | | | | | Closes: https://github.com/gentoo/gentoo/pull/12423 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Mo Zhou <cdluminate@gmail.com> Signed-off-by: Benda Xu <heroxbd@gentoo.org>
* sci-libs/openblas: add the missing postinst steps and maintainer.Mo Zhou2019-07-112-10/+34
| | | | | | | | Closes: https://github.com/gentoo/gentoo/pull/12422 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Mo Zhou <cdluminate@gmail.com> Signed-off-by: Benda Xu <heroxbd@gentoo.org>
* sci-libs/openblas: new package with eselect-ldso feature integrated.Mo Zhou2019-07-064-0/+243
Closes: https://bugs.gentoo.org/584534 Closes: https://bugs.gentoo.org/658034 Closes: https://github.com/gentoo/gentoo/pull/12357 Signed-off-by: Mo Zhou <cdluminate@gmail.com> Signed-off-by: Benda Xu <heroxbd@gentoo.org>