Fixed bugs discovered in conflicts directives (#39338)

This commit is contained in:
Massimiliano Culpo
2023-08-09 14:20:49 +02:00
committed by GitHub
parent e24bb5dd1c
commit 3843001004
9 changed files with 8 additions and 14 deletions

View File

@@ -361,9 +361,7 @@ class Dealii(CMakePackage, CudaPackage):
)
# Optional dependencies:
conflicts(
"+adol-c", when="^netcdf", msg="Symbol clash between the ADOL-C library and " "Netcdf."
)
conflicts("+adol-c", when="+netcdf", msg="Symbol clash between the ADOL-C library and Netcdf.")
conflicts(
"+adol-c",
when="^trilinos+chaco",