File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -122,19 +122,24 @@ their system.
122122
123123## Change semantics of `--dry-run` (`-D`), so it doesn' t imply `--robot` (`-r`) {: # dry-run-robot }
124124
125- *(more info soon)*
125+ For EasyBuild 5.0, we have changed so that `--dry-run` (`-D`) no longer implies `--robot` (`-r`).
126+ Those wanting the previous behaviour should use both options together `--dry-run --robot` (`-Dr`).
126127
127128---
128129
129130# # Move verifying of checksums from `source` to `fetch` step, to include it with `--fetch` {: #verifying-checksums }
130131
131- *(more info soon)*
132+ Checksums are now verified in the `fetch` step, instead of the `source` step.
133+ This means that the checksums are verified at the point EasyBuild checks that the file is present or downloads it if it is not.
134+
135+ Note, also, that the [`source` step has been renamed to `extract` step][source-step].
132136
133137---
134138
135139# # Create `lib` to `lib64` symlink (and vice versa) *before* running `postinstallcmds` {: #lib-lib64-symlink }
136140
137- *(more info soon)*
141+ In EasyBuild 5.0 the `lib` / `lib64` symlink is created before running the `postinstallcmds`.
142+ This change simplifies writing postinstallcmds because it ensures the `lib` directory already exists.
138143
139144---
140145
You can’t perform that action at this time.
0 commit comments