From 9625693bb30cf5f8fe86bb9d05c9f5111e806dd3 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Thu, 7 Jul 2022 19:18:04 +0200 Subject: [PATCH] lapack: built variants for 3.10.0, cleanup, migrate to YAML --- Compiler/lapack/build | 1 + Compiler/lapack/files/variants.rhel6 | 1 - Compiler/lapack/files/variants.yaml | 8 ++++++++ 3 files changed, 9 insertions(+), 1 deletion(-) delete mode 100644 Compiler/lapack/files/variants.rhel6 create mode 100644 Compiler/lapack/files/variants.yaml diff --git a/Compiler/lapack/build b/Compiler/lapack/build index 0665726..fbccd55 100755 --- a/Compiler/lapack/build +++ b/Compiler/lapack/build @@ -2,6 +2,7 @@ pbuild::set_download_url "https://github.com/Reference-LAPACK/$P/archive/v${V_PKG}.tar.gz" +pbuild::add_configure_args '-DBUILD_SHARED_LIBS=ON' pbuild::add_configure_args '-DCBLAS=ON' pbuild::add_configure_args '-DLAPACKE=ON' diff --git a/Compiler/lapack/files/variants.rhel6 b/Compiler/lapack/files/variants.rhel6 deleted file mode 100644 index 71d6728..0000000 --- a/Compiler/lapack/files/variants.rhel6 +++ /dev/null @@ -1 +0,0 @@ -lapack/3.9.0 unstable gcc/{7.5.0,8.4.0,9.3.0,10.1.0} b:cmake/3.15.5 diff --git a/Compiler/lapack/files/variants.yaml b/Compiler/lapack/files/variants.yaml new file mode 100644 index 0000000..d679f63 --- /dev/null +++ b/Compiler/lapack/files/variants.yaml @@ -0,0 +1,8 @@ +lapack/3.9.0: + - with: gcc/{7.5.0,8.4.0,9.3.0,10.1.0,10.3.0} + dependencies: b:cmake/3.15.5 + relstage: stable +lapack/3.10.0: + - with: gcc/{7.5.0,8.4.0,8.5.0,9.3.0,9.5.0,10.3.0,11.2.0,11.3.0,12.1.0} + dependencies: b:cmake/3.15.5 + relstage: stable