Skip to content

Commit 3c6605e

Browse files
authored
complete removed
1 parent cf64653 commit 3c6605e

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

docs/easybuild-v5/removed-functionality.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -106,37 +106,44 @@ removed.
106106

107107
## `use_git_am` option for `apply_patch` function {: #apply_patch-use_git_am }
108108

109-
*(more info soon)*
109+
The `use_git_am` option for `apply_patch` was renamed to `use_git` in EasyBuild 4.3.0 . This option
110+
has now been removed.
110111

111112
---
112113

113114
## `skip_symlinks` option for `adjust_permissions` function {: #adjust_permissions-skip_symlinks }
114115

115-
*(more info soon)*
116+
The `skip_symlinks` option in the `adjust_permissions` function has been removed. Symlinks are not
117+
been followed in this function.
116118

117119
---
118120

119121
## `log_error` option in `which` function {: #which-log_error }
120122

121-
*(more info soon)*
123+
The `log_error` option in the `which` function was changed to `on_error` in EasyBuild 4.4.0 to allow
124+
enhanced options on what to do when an error is encountered in this function. This option has now
125+
been removed.
122126

123127
---
124128

125129
## `descr` option for `simple_option` function {: #simple_option-descr }
126130

127-
*(more info soon)*
131+
The `descr` option in the `simple_option` function was removed. This has been unused in EasyBuild for
132+
a long time.
128133

129134
---
130135

131136
## `dummy` toolchain {: #dummy-toolchain }
132137

133-
*(more info soon)*
138+
The `dummy` toolchain was replaced y the `SYSTEM` toolchain in EasyBuild 4. The `dummy` toolchain has
139+
now been removed. As part of this the `--add-system-to-minimal-toolchains` option replaces
140+
`--add-dummy-to-minimal-toolchains`.
134141

135142
---
136143

137144
## Support for 32-bit targets {: #32-bit-targets }
138145

139-
*(more info soon)*
146+
EasyBuild has support for 32-bit targets for `imkl` versions before 11. These have now been removed.
140147

141148
---
142149

0 commit comments

Comments
 (0)