mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
openblas: update to 0.3.13.
This commit is contained in:
parent
17b18ed14a
commit
7195b3d47a
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'openblas'
|
# Template file for 'openblas'
|
||||||
pkgname=openblas
|
pkgname=openblas
|
||||||
version=0.3.12
|
version=0.3.13
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="OpenBLAS-${version}"
|
wrksrc="OpenBLAS-${version}"
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_build_args=" HOSTCC=gcc USE_OPENMP=1"
|
make_build_args=" HOSTCC=gcc USE_OPENMP=1"
|
||||||
|
@ -13,7 +13,7 @@ license="BSD-3-Clause"
|
||||||
homepage="https://www.openblas.net/"
|
homepage="https://www.openblas.net/"
|
||||||
changelog="https://raw.githubusercontent.com/xianyi/OpenBLAS/v${version}/Changelog.txt"
|
changelog="https://raw.githubusercontent.com/xianyi/OpenBLAS/v${version}/Changelog.txt"
|
||||||
distfiles="https://github.com/xianyi/OpenBLAS/archive/v${version}.tar.gz"
|
distfiles="https://github.com/xianyi/OpenBLAS/archive/v${version}.tar.gz"
|
||||||
checksum=65a7d3a4010a4e3bd5c0baa41a234797cd3a1735449a4a5902129152601dc57b
|
checksum=79197543b17cc314b7e43f7a33148c308b0807cd6381ee77f77e15acf3e6459e
|
||||||
|
|
||||||
case "${XBPS_TARGET_MACHINE}" in
|
case "${XBPS_TARGET_MACHINE}" in
|
||||||
armv5*) make_build_args+=" TARGET=ARMV5" ;;
|
armv5*) make_build_args+=" TARGET=ARMV5" ;;
|
||||||
|
|
Loading…
Add table
Reference in a new issue