summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sci-libs/openblas: drop 0.3.21-r1, 0.3.23Sam James2024-03-044-921/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sci-libs/openblas: improved parallel build fix.Michael Orlitzky2023-07-131-0/+67
| | | | | Bug: https://bugs.gentoo.org/910174 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* sci-libs/openblas: remove unused patchesMichael Mair-Keimberger2023-07-082-277/+0
| | | | | | Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/31800 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* sci-libs/openblas: add 0.3.23Michael Orlitzky2023-07-061-0/+40
| | | | | | | | | | | All this really needed was a rebase of the shared-lib patch. The loong arch patch still applies, albeit with fuzz. The strict-aliasing warnings from bug 862909 also seem gone, probably as part of the underlying lapack upgrade. Closes: https://bugs.gentoo.org/862909 Closes: https://bugs.gentoo.org/905277 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* sci-libs/openblas: fix build w/ clang 16Sam James2022-11-221-0/+581
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sci-libs/openblas: add 0.3.21Michael Orlitzky2022-11-121-0/+237
| | | | | | | | | | I had to rebase the loongarch patch, and removed an old workaround for FFLAGS="-fcheck=bounds" in the test suite, but other than that a standard update. Bug: https://bugs.gentoo.org/726474 Closes: https://bugs.gentoo.org/878883 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* sci-libs/openblas: run scrub-patch on openblas-0.3.20-fix-riscv.patchWANG Xuerui2022-05-131-17/+0
| | | | Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
* sci-libs/openblas: fix build on loongWANG Xuerui2022-05-131-0/+178
| | | | | Closes: https://bugs.gentoo.org/844013 Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
* sci-libs/openblas: fix riscv detectHan Gao2022-04-271-0/+116
| | | | | | Bug: https://bugs.gentoo.org/837806 Signed-off-by: Han Gao <rabenda.cn@gmail.com> Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* sci-libs/openblas: remove unused patchesMichael Mair-Keimberger2021-11-233-194/+0
| | | | | | | Closes: https://github.com/gentoo/gentoo/pull/22975 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* sci-libs/openblas: fix libcblas sonameAisha Tammy2020-11-081-1/+1
| | | | | | | | Closes: https://bugs.gentoo.org/753437 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Aisha Tammy <gentoo@aisha.cc> Closes: https://github.com/gentoo/gentoo/pull/18171 Signed-off-by: Sam James <sam@gentoo.org>
* sci-libs/openblas: version bump to 0.3.12Aisha Tammy2020-10-291-0/+36
| | | | | | | | | | | | | | | | | fix export of toolchain variables fix using BUILDCC for doing local scripting work fix building of tests on cross compile add options to manipulate threading and parallel calls fix up patch to latest add building of lapacke library add option to build relapack extension Closes: https://bugs.gentoo.org/749921 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Aisha Tammy <gentoo@aisha.cc> Closes: https://github.com/gentoo/gentoo/pull/17993 Signed-off-by: Sam James <sam@gentoo.org>
* sci-libs/openblas: bump to 0.3.10Sam James2020-09-181-0/+26
| | | | | | Closes: https://bugs.gentoo.org/727944 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Sam James <sam@gentoo.org>
* sci-libs/openblas: don't clobber FFLAGS while building lapack.Michael Orlitzky2020-06-111-0/+31
| | | | | | | | | | | | | 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: new package with eselect-ldso feature integrated.Mo Zhou2019-07-061-0/+137
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>