Skip to content

Commit

Permalink
[SCons] Avoid unnecessary rebuilds of wheel
Browse files Browse the repository at this point in the history
Fixes a regression introduced in 0958f7c.
  • Loading branch information
speth committed Jan 21, 2023
1 parent 11f48c9 commit d484dfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interfaces/cython/SConscript
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ ext = localenv.LoadableModule(f"cantera/_cantera{module_ext}",
build_cmd = ("$python_cmd_esc -m pip wheel -v --no-build-isolation --no-deps "
"--wheel-dir=build/python/dist build/python")
wheel_name = ("Cantera-${cantera_version}-cp${py_version_nodot}"
"-cp${py_version_nodot}-${plat}.whl")
"-cp${py_version_nodot}-${py_plat}.whl")
mod = build(localenv.Command(f"#build/python/dist/{wheel_name}", "setup.cfg",
build_cmd))
env['python_module'] = mod
Expand Down

0 comments on commit d484dfb

Please sign in to comment.