From 6c8b565e986eceed706805b96456c6806599b604 Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Sun, 20 Dec 2020 14:59:39 -0500 Subject: [PATCH] update openblas to 0.3.13 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit I am getting compile errors with the old version on ubuntu 20.04: getarch_2nd.c:12:35: error: ‘SGEMM_DEFAULT_UNROLL_M’ undeclared (first use in this function); did you mean ‘XGEMM_DEFAULT_UNROLL_M’? An update fixes this. --- deal.II-toolchain/packages/openblas.package | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/deal.II-toolchain/packages/openblas.package b/deal.II-toolchain/packages/openblas.package index 31557be..6bf985d 100644 --- a/deal.II-toolchain/packages/openblas.package +++ b/deal.II-toolchain/packages/openblas.package @@ -1,5 +1,8 @@ -VERSION=0.3.7 -CHECKSUM=5cd4ff3891b66a59e47af2d14cde4056 +VERSION=0.3.13 +CHECKSUM=2ca05b9cee97f0d1a8ab15bd6ea2b747 + +#VERSION=0.3.7 +#CHECKSUM=5cd4ff3891b66a59e47af2d14cde4056 #VERSION=0.2.20 #CHECKSUM=48637eb29f5b492b91459175dcc574b1 -- 2.39.5