diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2018-07-07 23:05:57 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-07-07 23:07:44 +0200 |
commit | 18d6aeb55d768dd3405059c12a15528d05c4bdd6 (patch) | |
tree | 0bc20737f621480759f50f7d50007c842347ee2f /community | |
parent | 3248befe50e1dd8bd8df44927f1d597b121a88f5 (diff) | |
download | aports-18d6aeb55d768dd3405059c12a15528d05c4bdd6.tar.bz2 aports-18d6aeb55d768dd3405059c12a15528d05c4bdd6.tar.xz |
community/openblas: upgrade to 0.3.1
No ABI breakages according to https://abi-laboratory.pro/?view=timeline&l=openblas.
Diffstat (limited to 'community')
-rw-r--r-- | community/openblas/APKBUILD | 9 | ||||
-rw-r--r-- | community/openblas/Use-the-old-zrot.S-assembly-on-POWER8-for-crot-as-well.patch | 23 |
2 files changed, 3 insertions, 29 deletions
diff --git a/community/openblas/APKBUILD b/community/openblas/APKBUILD index c25c7108cd..d6c440060f 100644 --- a/community/openblas/APKBUILD +++ b/community/openblas/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: Isaac Dunham <ibid.ag@gmail.com> pkgname=openblas _pkgname=OpenBLAS -pkgver=0.3.0 +pkgver=0.3.1 pkgrel=0 pkgdesc="A fast BSD-licensed BLAS based on gotoBLAS2, with LAPACK" url="http://www.openblas.net" @@ -13,9 +13,7 @@ depends="" depends_dev="gfortran" makedepends="$depends_dev perl linux-headers" subpackages="$pkgname-dev $pkgname-doc" -source="$pkgname-$pkgver.tar.gz::https://github.com/xianyi/$_pkgname/archive/v$pkgver.tar.gz - Use-the-old-zrot.S-assembly-on-POWER8-for-crot-as-well.patch - " +source="$pkgname-$pkgver.tar.gz::https://github.com/xianyi/$_pkgname/archive/v$pkgver.tar.gz" builddir="$srcdir/$_pkgname-$pkgver" _builddir64="$builddir-64" @@ -105,5 +103,4 @@ ilp64() { mv "$pkgdir"/usr/lib/libopenblas64_* "$subpkgdir"/usr/lib/ } -sha512sums="6a982d2adc13febc162d5c0077cedc116c771409ee1dbb651da6a073e5f6a439e1d0eba0349b3b2e506b274d3014adbf48fc96625ed942a61a54a0c936576b89 openblas-0.3.0.tar.gz -db3e84388699dbb99c98f48e014fbb1175fb7d73b708b074555b4ce8927db3c4876047b908f191b40b69af9dfb8724a4907bc7ca9a9a1407ab4c85ebf7dc8914 Use-the-old-zrot.S-assembly-on-POWER8-for-crot-as-well.patch" +sha512sums="4c8d50114378518c7c85b92dd52cb649290f3bdc119316c0e236ea56353447d1fcef18afb344d4f125ec8b379b10f9d43ab008316517d897bf73e8f0000ee8f7 openblas-0.3.1.tar.gz" diff --git a/community/openblas/Use-the-old-zrot.S-assembly-on-POWER8-for-crot-as-well.patch b/community/openblas/Use-the-old-zrot.S-assembly-on-POWER8-for-crot-as-well.patch deleted file mode 100644 index 76247acccb..0000000000 --- a/community/openblas/Use-the-old-zrot.S-assembly-on-POWER8-for-crot-as-well.patch +++ /dev/null @@ -1,23 +0,0 @@ -From 961d25e9c7e4a1758adb1dbeaa15187de69dd052 Mon Sep 17 00:00:00 2001 -From: Martin Kroeker <martin@ruby.chemie.uni-freiburg.de> -Date: Wed, 23 May 2018 22:54:39 +0200 -Subject: [PATCH] Use the new zrot.c on POWER8 for crot as well - -fixes #1571 (the old zrot.S assembly does not handle incx=0 correctly) ---- - kernel/power/KERNEL.POWER8 | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/kernel/power/KERNEL.POWER8 b/kernel/power/KERNEL.POWER8 -index 00ff8682a..1aa061078 100644 ---- a/kernel/power/KERNEL.POWER8 -+++ b/kernel/power/KERNEL.POWER8 -@@ -133,7 +133,7 @@ ZNRM2KERNEL = ../arm/znrm2.c - # - SROTKERNEL = srot.c - DROTKERNEL = drot.c --#CROTKERNEL = ../arm/zrot.c -+CROTKERNEL = zrot.c - ZROTKERNEL = zrot.c - # - SSCALKERNEL = sscal.c |