Skip to content

Commit

Permalink
remember the `
Browse files Browse the repository at this point in the history
  • Loading branch information
branfosj authored Jan 16, 2025
1 parent 26c5970 commit 2823ccf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/writing-easyconfig-files.md
Original file line number Diff line number Diff line change
Expand Up @@ -677,13 +677,13 @@ respectively), not from the easyconfig values.
To generate a crates list for a package:

1. Download and unpack the source code for the package you wish to build
1. Change into the directory containing the top level `Cargo.toml.
1. Change into the directory containing the top level `Cargo.toml`.
1. Run `python -m easybuild.easyblocks.generic.cargo .`

If there is not already a lockfile then you may need to do the following to generate it:

1. Load a recent Rust module
1. cargo generate-lockfile
1. `cargo generate-lockfile`

### Configure/build/install command options {: #configure_build_install_command_options }

Expand Down

0 comments on commit 2823ccf

Please sign in to comment.