qmcpack: more restriction on openblas variants (#27723)
This commit is contained in:
parent
452a693aab
commit
787cc535e9
@ -15,7 +15,7 @@ class Qmcpack(CMakePackage, CudaPackage):
|
|||||||
# Package information
|
# Package information
|
||||||
homepage = "https://www.qmcpack.org/"
|
homepage = "https://www.qmcpack.org/"
|
||||||
git = "https://github.com/QMCPACK/qmcpack.git"
|
git = "https://github.com/QMCPACK/qmcpack.git"
|
||||||
maintainers = ['naromero77']
|
maintainers = ['ye-luo']
|
||||||
tags = ['ecp', 'ecp-apps']
|
tags = ['ecp', 'ecp-apps']
|
||||||
|
|
||||||
# This download method is untrusted, and is not recommended by the
|
# This download method is untrusted, and is not recommended by the
|
||||||
@ -97,6 +97,12 @@ class Qmcpack(CMakePackage, CudaPackage):
|
|||||||
conflicts('^openblas+ilp64',
|
conflicts('^openblas+ilp64',
|
||||||
msg='QMCPACK does not support OpenBLAS 64-bit integer variant')
|
msg='QMCPACK does not support OpenBLAS 64-bit integer variant')
|
||||||
|
|
||||||
|
conflicts('^openblas threads=none',
|
||||||
|
msg='QMCPACK does not support OpenBLAS without threading')
|
||||||
|
|
||||||
|
conflicts('^openblas threads=pthreads',
|
||||||
|
msg='QMCPACK does not support OpenBLAS with pthreads')
|
||||||
|
|
||||||
conflicts('cuda_arch=none',
|
conflicts('cuda_arch=none',
|
||||||
when='+cuda',
|
when='+cuda',
|
||||||
msg='A value for cuda_arch must be specified. Add cuda_arch=XX')
|
msg='A value for cuda_arch must be specified. Add cuda_arch=XX')
|
||||||
|
Loading…
Reference in New Issue
Block a user