Skip to content

Commit 30d20f9

Browse files
authored
Merge pull request #338 from branfosj/eb5
more EB5 docs
2 parents 38656b2 + 6aa165f commit 30d20f9

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

docs/easybuild-v5/changes.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)