ncview: Fix dependency check (#13615)
netcdf has been renamed to netcdf-c.
This commit is contained in:
parent
0d35ae7f5f
commit
6d6716e302
@ -23,7 +23,7 @@ def configure_args(self):
|
||||
|
||||
config_args = []
|
||||
|
||||
if spec.satisfies('^netcdf+mpi'):
|
||||
if spec.satisfies('^netcdf-c+mpi'):
|
||||
config_args.append('CC={0}'.format(spec['mpi'].mpicc))
|
||||
|
||||
return config_args
|
||||
|
Loading…
Reference in New Issue
Block a user