Merge branch '218-lapack-3-9-0-with-gcc-10-3-and-lapack-3-10-0' into 'master'

Resolve "lapack/3.9.0 with gcc/10.3 and lapack/3.10.0"

Closes #218

See merge request Pmodules/buildblocks!308
This commit is contained in:
2022-07-07 17:19:10 +00:00
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