Adding lower bound to pnetcdf conflict in Trilinos (#5039)
* Adding lower bound to pnetcdf conflict in Trilinos to allow for use of develop and master branch. * Using even lower bound for pnetcdf conflict in Trilinos.
This commit is contained in:
parent
869d40648f
commit
58cdd46ebd
@ -173,7 +173,7 @@ class Trilinos(CMakePackage):
|
||||
# deprecated SuperLUDist v3.3 together with an Amesos patch is working.
|
||||
conflicts('+superlu-dist', when='@11.4.1:11.14.3')
|
||||
# PnetCDF was only added after v12.10.1
|
||||
conflicts('+pnetcdf', when='@:12.10.1')
|
||||
conflicts('+pnetcdf', when='@0:12.10.1')
|
||||
|
||||
# ###################### Dependencies ##########################
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user