commit 31f5217230c32d9366c8cf73515ade00f8c95179 Author: Tim Biermann <tbier@posteo.de> Date: Sun Jun 14 23:12:22 2020 +0000 openblas: 0.3.9 -> 0.3.10 diff --git a/openblas/.signature b/openblas/.signature index 4f06772d6..3d9cbc0af 100644 --- a/openblas/.signature +++ b/openblas/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3/mAX37y16NQ8ddpZLB3QCdJlprur08gjaHQQkS8Qj8beTaIx63N/chQXasJGX2wz5j+NH/FepJZdLc8bC4+1AE= -SHA256 (Pkgfile) = b4b1f11b6a2a46cfb1f2f0e38045f60abcfac703adc6e9b23fc5237e700f407d +RWSagIOpLGJF3zDgbx2wovuTXsgoWUpHsy1P6cCvvSdeSTBIVnhJIM36xpa0FUTQ2bGGxCnMVJ8HRmXKloWirKtKCiDJak2I+QM= +SHA256 (Pkgfile) = deeb7add9de518904436aa95589e3cbb194c86ce011df25ebffab5bb82bdab85 SHA256 (.footprint) = 921c320c32d94df391c1d4513cbf87416651923896b1ced614434a8dd1a510c8 -SHA256 (OpenBLAS-0.3.9.tar.gz) = 17d4677264dfbc4433e97076220adc79b050e4f8a083ea3f853a53af253bc380 +SHA256 (OpenBLAS-0.3.10.tar.gz) = 0484d275f87e9b8641ff2eecaa9df2830cbe276ac79ad80494822721de6e1693 diff --git a/openblas/Pkgfile b/openblas/Pkgfile index 8e0481a9e..a0888e101 100644 --- a/openblas/Pkgfile +++ b/openblas/Pkgfile @@ -1,11 +1,10 @@ # Description: Optimized BLAS library # URL: http://www.openblas.net/ # Maintainer: Tim Biermann, tbier at posteo dot de -# Packager: Pedja, predivan at mts dot rs # Depends on: gcc-fortran name=openblas -version=0.3.9 +version=0.3.10 release=1 source=(https://github.com/xianyi/OpenBLAS/archive/v$version/OpenBLAS-$version.tar.g...) @@ -18,7 +17,7 @@ build () { # Symlink to provide blas, cblas cd $PKG/usr/lib/ - local _lapackver='3.9.0' + local _lapackver='3.10.0' # BLAS ln -sf libopenblasp-r$version.so libblas.so ln -sf libopenblasp-r$version.so libblas.so.${_lapackver:0:1}