We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00711bd commit 68ba610Copy full SHA for 68ba610
1 file changed
eb_hooks.py
@@ -643,7 +643,7 @@ def parse_hook_maturin(ec, eprefix):
643
if orig_rust in ec['builddependencies']:
644
rust_index = ec['builddependencies'].index(orig_rust)
645
ec['builddependencies'][rust_index] = new_rust
646
- print_msg(f"Replaced {orig_rust} build dependency by {new_rust}.")
+ print_msg(f"Replaced {orig_rust} build dependency by {new_rust} for {ec.name} {ec.version}")
647
else:
648
raise EasyBuildError("maturin-specific hook triggered for non-maturin easyconfig?!")
649
0 commit comments