Add netcdf-c~parallel-netcdf variant specification to netcdf-fortran~mpi. (#16671)
Co-authored-by: sly <sly@lanl.gov>
This commit is contained in:
parent
11fc6c5791
commit
ec5959694c
@ -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')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user