pfunit: fix conflict directive (missing '+') (#19750)
This commit is contained in:
parent
d7335185e3
commit
9908e7a590
@ -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")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user