From ed842c6cbd03cc8e02947446449852862d300f97 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Thu, 2 May 2019 19:09:31 +0200 Subject: [PATCH] openblas: Update version from 0.2.19 to 0.3.6 The change-log is available [online][1]. We probably do not profit from the architecture improvements as we build with `DYNAMIC_ARCH=1`. [1]: https://github.com/xianyi/OpenBLAS/releases/tag/v0.3.4 --- openblas.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openblas.be0 b/openblas.be0 index 00f221843..d71002ea1 100755 --- a/openblas.be0 +++ b/openblas.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION openblas-0.2.19-0 +# BEE_VERSION openblas-0.3.6-0 BEE_BUILDTYPE=make BEE_MAKEFLAGS+=" DYNAMIC_ARCH=1"