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