lapack: built variants for 3.10.0, cleanup, migrate to YAML
This commit is contained in:
@@ -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'
|
||||
|
||||
|
||||
@@ -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
|
||||
8
Compiler/lapack/files/variants.yaml
Normal file
8
Compiler/lapack/files/variants.yaml
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user