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:
Jon Rood 2017-08-09 18:50:28 -05:00 committed by Adam J. Stewart
parent 869d40648f
commit 58cdd46ebd

View File

@ -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 ##########################