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:
parent
61e619bb27
commit
31a07f9bc4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue