From 41b464022bcd7104f7e89a68e4e7431e7882cf9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ey=C3=9Fer?= Date: Mon, 9 Mar 2020 21:52:40 +0100 Subject: [PATCH] openblas: update to 0.3.9. Closes: #19988 [via git-merge-pr] --- srcpkgs/openblas/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/openblas/template b/srcpkgs/openblas/template index 7f9211e5255..683f9851122 100644 --- a/srcpkgs/openblas/template +++ b/srcpkgs/openblas/template @@ -1,6 +1,6 @@ # Template file for 'openblas' pkgname=openblas -version=0.3.7 +version=0.3.9 revision=1 wrksrc="OpenBLAS-${version}" build_style=gnu-makefile @@ -12,8 +12,8 @@ maintainer="Julien Dehos " 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=bde136122cef3dd6efe2de1c6f65c10955bbb0cc01a520c2342f5287c28f9379 +distfiles="https://github.com/xianyi/OpenBLAS/archive/v${version}.tar.gz" +checksum=17d4677264dfbc4433e97076220adc79b050e4f8a083ea3f853a53af253bc380 case "${XBPS_TARGET_MACHINE}" in armv5*) make_build_args+=" TARGET=ARMV5" ;; @@ -29,7 +29,7 @@ case "${XBPS_TARGET_MACHINE}" in esac post_extract() { - sed -i 's#OPENBLAS_INCLUDE_DIR := .*$#OPENBLAS_INCLUDE_DIR := $(PREFIX)/include/openblas#' Makefile.install + vsed -i 's#OPENBLAS_INCLUDE_DIR := .*$#OPENBLAS_INCLUDE_DIR := $(PREFIX)/include/openblas#' Makefile.install } post_install() { @@ -43,7 +43,7 @@ openblas-devel_package() { vmove usr/include/openblas vmove usr/lib/cmake vmove usr/lib/pkgconfig - vmove usr/lib/libopenblas*.a* + vmove "usr/lib/*.a" vmove usr/lib/libopenblas.so } }