lapack: built variants for 3.10.0, cleanup, migrate to YAML

This commit is contained in:
2022-07-07 19:18:04 +02:00
parent 0217c446b3
commit 9625693bb3
3 changed files with 9 additions and 1 deletions

View File

@@ -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'

View File

@@ -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

View 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