openblas: update to 0.3.4.
This commit is contained in:
parent
f042475e05
commit
aca6b5c5b7
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'openblas'
|
||||
pkgname=openblas
|
||||
version=0.3.3
|
||||
version=0.3.4
|
||||
revision=1
|
||||
wrksrc="OpenBLAS-${version}"
|
||||
build_style=gnu-makefile
|
||||
|
@ -9,10 +9,11 @@ hostmakedepends="perl gcc-fortran"
|
|||
makedepends="libgomp-devel"
|
||||
short_desc="Basic Linear Algebra Subprograms based on GotoBLAS2"
|
||||
maintainer="Julien Dehos <dehos@lisic.univ-littoral.fr>"
|
||||
homepage="https://www.openblas.net/"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://www.openblas.net/"
|
||||
changelog="https://raw.githubusercontent.com/xianyi/OpenBLAS/v${version}/Changelog.txt"
|
||||
distfiles="https://github.com/xianyi/${pkgname}/archive/v${version}.tar.gz"
|
||||
checksum=49d88f4494ae780e3d7fa51769c00d982d7cdb73e696054ac3baa81d42f13bab
|
||||
checksum=4b4b4453251e9edb5f57465bf2b3cf67b19d811d50c8588cdf2ea1f201bb834f
|
||||
|
||||
case "${XBPS_TARGET_MACHINE}" in
|
||||
armv5*) make_build_args+=" TARGET=ARMV5" ;;
|
||||
|
|
Loading…
Reference in New Issue