From 06a5fa983aa806cf8c059d65966a87a28b5a2884 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Wed, 24 Feb 2021 13:41:59 +0100 Subject: [PATCH 1/3] OpenBLAS: old build script renamed --- Compiler/OpenBLAS/{build => build-0.3.10} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Compiler/OpenBLAS/{build => build-0.3.10} (100%) diff --git a/Compiler/OpenBLAS/build b/Compiler/OpenBLAS/build-0.3.10 similarity index 100% rename from Compiler/OpenBLAS/build rename to Compiler/OpenBLAS/build-0.3.10 From 5204a351f4de99e6042521abd1ab958615d9043f Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Wed, 24 Feb 2021 13:42:41 +0100 Subject: [PATCH 2/3] OpanBLAS: version 0.3.13 added --- Compiler/OpenBLAS/files/variants.rhel6 | 1 + 1 file changed, 1 insertion(+) diff --git a/Compiler/OpenBLAS/files/variants.rhel6 b/Compiler/OpenBLAS/files/variants.rhel6 index d56d4e6..48b8636 100644 --- a/Compiler/OpenBLAS/files/variants.rhel6 +++ b/Compiler/OpenBLAS/files/variants.rhel6 @@ -9,3 +9,4 @@ OpenBLAS/0.3.7 stable gcc/{7.4.0,8.3.0,9.2.0} OpenBLAS/0.3.9 stable gcc/{7.5.0,8.4.0,9.3.0,10.1.0} OpenBLAS/0.3.10 stable gcc/{7.5.0,8.4.0,9.3.0,10.1.0} +OpenBLAS/0.3.13 unstable gcc/{7.5.0,8.4.0,9.3.0,10.2.0} b:cmake/3.15.5 b:binutils/2.29 From 975a836248ec37284f1ce8d32fc44715f34a2b74 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Wed, 24 Feb 2021 13:43:17 +0100 Subject: [PATCH 3/3] OpenBLAS: build reviewed for version 0.3.13 --- Compiler/OpenBLAS/build | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 Compiler/OpenBLAS/build diff --git a/Compiler/OpenBLAS/build b/Compiler/OpenBLAS/build new file mode 100755 index 0000000..44020d4 --- /dev/null +++ b/Compiler/OpenBLAS/build @@ -0,0 +1,13 @@ +#!/usr/bin/env modbuild + +pbuild::set_download_url "http://github.com/xianyi/$P/archive/v${V_PKG}.tar.gz" + +pbuild::add_to_group 'Compiler' +pbuild::install_docfiles 'LICENSE' 'README.md' +#pbuild::set_supported_compilers 'gcc' 'intel' 'clang-macos' + +pbuild::pre_configure() { + pbuild::add_configure_args "-DCMAKE_BUILD_TYPE=Release" + pbuild::add_configure_args "-DDYNAMIC_ARCH=ON" +} +