forked from ports/contrib
openblas: 0.3.9 -> 0.3.10
This commit is contained in:
parent
2e4ec8789b
commit
31f5217230
@ -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
|
||||
|
@ -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.gz)
|
||||
|
||||
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user