Channelflow: Fix the package. (#22483)

A search and replace went wrong in 2264e30d99.

Thanks to @wadudmiah who reported this issue.
This commit is contained in:
Rémi Lacroix 2021-03-23 18:04:40 +01:00 committed by Todd Gamblin
parent 61e619bb27
commit 31a07f9bc4

View file

@ -69,7 +69,7 @@ def cmake_args(self):
} }
args.append('-DWITH_NETCDF:STRING={0}'.format( args.append('-DWITH_NETCDF:STRING={0}'.format(
netcdf_str[spec.variants['netcdf-c'].value] netcdf_str[spec.variants['netcdf'].value]
)) ))
# Set an MPI compiler for parallel builds # Set an MPI compiler for parallel builds