Skip to content
Snippets Groups Projects
Commit d0f2f784 authored by Lorenz Thielbeer's avatar Lorenz Thielbeer
Browse files

Add conflict statement as suggested

parent 56f1d316
No related branches found
No related tags found
No related merge requests found
......@@ -29,6 +29,7 @@ class Sda(MakefilePackage):
# Dependencies.
depends_on('%gcc@9.4.0:')
depends_on('python@3.8:', type=('build','run'))
conflicts('%gcc@:9.3.999', when='@7.3.3d')
conflicts('%intel')
build_directory = 'src'
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment