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 GitHub
parent 0c699d7494
commit dca23f3c37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -69,7 +69,7 @@ def cmake_args(self):
}
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