From 975a836248ec37284f1ce8d32fc44715f34a2b74 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Wed, 24 Feb 2021 13:43:17 +0100 Subject: [PATCH] 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" +} +