Add netcdf-c~parallel-netcdf variant specification to netcdf-fortran~mpi. (#16671)

Co-authored-by: sly <sly@lanl.gov>
This commit is contained in:
Nicholas Sly 2020-05-29 10:48:03 -06:00 committed by GitHub
parent 11fc6c5791
commit ec5959694c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,7 @@ class NetcdfFortran(AutotoolsPackage):
# https://www.unidata.ucar.edu/software/netcdf/docs/building_netcdf_fortran.html
depends_on('mpi', when='+mpi')
depends_on('netcdf-c~mpi', when='~mpi')
depends_on('netcdf-c~mpi~parallel-netcdf', when='~mpi')
depends_on('netcdf-c+mpi', when='+mpi')
depends_on('doxygen', when='+doc', type='build')