summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sci-libs/openblas: amd64 stable wrt bug #729206Agostino Sarubbo2020-06-251-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sci-libs/openblas: disable -fcheck=all as well.Michael Orlitzky2020-06-111-1/+1
| | | | | | | | | | We already had to disable -fcheck-bounds, but -fcheck=all enables the bounds checks in addition to whatever else it enables, so we have to filter that flag too. 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: earn respect for CFLAGS/FFLAGS.Michael Orlitzky2020-06-111-0/+4
| | | | | | | | | The upstream Makefile.system adds "-O2" to your C/FORTRAN flags if you don't tell it not to. Now we tell it not to, so that you can build at lower optimization levels like -O0. Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* sci-libs/openblas: don't clobber FFLAGS while building lapack.Michael Orlitzky2020-06-112-1/+35
| | | | | | | | | | | | | Nothing's ever easy, and bug 726474 is turning out to be no exception. The problem goes deeper than I originally thought; this commit adds a patch that prevents "rare and hard to reproduce crashes" when the user has custom FFLAGS set. A new revision was made to force rebuilds in case some user has mis-compiled the package. 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: remove older "unused" versions.Michael Orlitzky2020-06-103-256/+0
| | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* 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>