pfunit: fix conflict directive (missing '+') (#19750)

This commit is contained in:
Andrew W Elble 2020-11-05 10:26:26 -05:00 committed by GitHub
parent d7335185e3
commit 9908e7a590
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,7 +45,7 @@ class Pfunit(CMakePackage):
'not support the Fortran 2008 features required by new pFUnit.')
# See https://github.com/Goddard-Fortran-Ecosystem/pFUnit/pull/179
conflicts("+shared", when="@4.0.0:")
conflicts("use_comm_world", when="~mpi")
conflicts("+use_comm_world", when="~mpi")
conflicts('+mpi', when='@:3.99.99 %gcc@10.0.0:')
patch("mpi-test.patch", when="@:3.99.99 +use_comm_world")