|
120 | 120 |
|
121 | 121 | 2. **Improved `spack find` UI for Environments** |
122 | 122 |
|
123 | | - If you're working in an enviroment, you likely care about: |
| 123 | + If you're working in an environment, you likely care about: |
124 | 124 |
|
125 | 125 | * What are the roots |
126 | 126 | * Which ones are installed / not installed |
|
154 | 154 | Quoted can also now include special characters, so you can supply flags like: |
155 | 155 |
|
156 | 156 | ``` |
157 | | - spack intall zlib ldflags='-Wl,-rpath=$ORIGIN/_libs' |
| 157 | + spack install zlib ldflags='-Wl,-rpath=$ORIGIN/_libs' |
158 | 158 | ``` |
159 | 159 |
|
160 | 160 | To reduce ambiguity in parsing, we now require that you *not* put spaces around `=` |
|
325 | 325 | * `spack logs`: print log files for packages (either partially built or installed) (#42202) |
326 | 326 | * `patch`: support reversing patches (#43040) |
327 | 327 | * `develop`: Add -b/--build-directory option to set build_directory package attribute (#39606) |
328 | | -* `spack list`: add `--namesapce` / `--repo` option (#41948) |
| 328 | +* `spack list`: add `--namespace` / `--repo` option (#41948) |
329 | 329 | * directives: add `checked_by` field to `license()`, add some license checks |
330 | 330 | * `spack gc`: add options for environments and build dependencies (#41731) |
331 | 331 | * Add `--create` to `spack env activate` (#40896) |
@@ -1023,7 +1023,7 @@ Spack now supports Python 3.12 (#40155) |
1023 | 1023 |
|
1024 | 1024 | Spack's traditional [package preferences]( |
1025 | 1025 | https://spack.readthedocs.io/en/latest/build_settings.html#package-preferences) |
1026 | | - are soft, but we've added hard requriements to `packages.yaml` and `spack.yaml` |
| 1026 | + are soft, but we've added hard requirements to `packages.yaml` and `spack.yaml` |
1027 | 1027 | (#32528, #32369). Package requirements use the same syntax as specs: |
1028 | 1028 |
|
1029 | 1029 | ```yaml |
@@ -1118,7 +1118,7 @@ Spack now supports Python 3.12 (#40155) |
1118 | 1118 | - `package cflags=-g`: |
1119 | 1119 | `cflags` will NOT be propagated to dependencies |
1120 | 1120 |
|
1121 | | - Syntax for non-boolan variants is similar to compiler flags. More in the docs for |
| 1121 | + Syntax for non-boolean variants is similar to compiler flags. More in the docs for |
1122 | 1122 | [variants]( |
1123 | 1123 | https://spack.readthedocs.io/en/latest/basic_usage.html#variants) and [compiler flags]( |
1124 | 1124 | https://spack.readthedocs.io/en/latest/basic_usage.html#compiler-flags). |
@@ -1741,7 +1741,7 @@ Spack now supports Python 3.12 (#40155) |
1741 | 1741 | * `spack fetch` is now environment-aware. (#19166) |
1742 | 1742 | * Numerous fixes for the new, `clingo`-based concretizer. (#23016, #23307, |
1743 | 1743 | #23090, #22896, #22534, #20644, #20537, #21148) |
1744 | | -* Supoprt for automatically bootstrapping `clingo` from source. (#20652, #20657 |
| 1744 | +* Support for automatically bootstrapping `clingo` from source. (#20652, #20657 |
1745 | 1745 | #21364, #21446, #21913, #22354, #22444, #22460, #22489, #22610, #22631) |
1746 | 1746 | * Python 3.10 support: `collections.abc` (#20441) |
1747 | 1747 | * Fix import issues by using `__import__` instead of Spack package importe. |
|
0 commit comments