alps: add conflict (#48751)
Co-authored-by: Sinan81 <Sinan@world> Co-authored-by: Sinan81 <Sinan81@users.noreply.github.com>
This commit is contained in:
parent
a8cd0b99f3
commit
0e3d7efb0f
@ -43,6 +43,11 @@ class Alps(CMakePackage):
|
||||
|
||||
extends("python")
|
||||
|
||||
# https://github.com/ALPSim/ALPS/issues/9
|
||||
conflicts(
|
||||
"%gcc@14", when="@:2.3.3-beta.6", msg="use gcc older than version 14 or else build fails"
|
||||
)
|
||||
|
||||
# See https://github.com/ALPSim/ALPS/issues/6#issuecomment-2604912169
|
||||
# for why this is needed
|
||||
resources = {
|
||||
|
Loading…
Reference in New Issue
Block a user