QMCPACK: add @3.15.0 (#32931)
This commit is contained in:
parent
8227a221e6
commit
8e60b3932c
@ -23,6 +23,7 @@ class Qmcpack(CMakePackage, CudaPackage):
|
||||
# can occasionally change.
|
||||
# NOTE: 12/19/2017 QMCPACK 3.0.0 does not build properly with Spack.
|
||||
version("develop")
|
||||
version("3.15.0", tag="v3.15.0")
|
||||
version("3.14.0", tag="v3.14.0")
|
||||
version("3.13.0", tag="v3.13.0")
|
||||
version("3.12.0", tag="v3.12.0")
|
||||
@ -121,6 +122,9 @@ class Qmcpack(CMakePackage, CudaPackage):
|
||||
# conflicts('^intel-mkl+ilp64',
|
||||
# msg='QMCPACK does not support MKL 64-bit integer variant')
|
||||
|
||||
# QMCPACK 3.15.0 increased the minimum gcc to 9
|
||||
conflicts("%gcc@:8", when="@3.15.0:")
|
||||
|
||||
# QMCPACK 3.10.0 increased the minimum requirements for compiler versions
|
||||
newer_compiler_warning = (
|
||||
"QMCPACK v3.10.0 or later requires a newer " "version of this compiler"
|
||||
|
Loading…
Reference in New Issue
Block a user