Skip to content

Commit 1bfbda4

Browse files
committed
some typos
1 parent 6a29814 commit 1bfbda4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tutorial_configuration.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ Instead, we'll update our config to force disable it:
461461
hdf5:
462462
require:
463463
- spec: "~mpi"
464-
- any_of: ["%llvm", "gcc"]
464+
- any_of: ["%llvm", "%gcc"]
465465
466466
467467
Note that defining ``hdf5`` overrides everything under ``all``, so the Clang preference must be reintroduced.
@@ -486,7 +486,7 @@ On these systems, we have a pre-installed curl.
486486
Let's tell Spack about this package and where it can be found:
487487

488488
.. code-block:: yaml
489-
:emphasize-lines: 14-17
489+
:emphasize-lines: 16-20
490490
491491
spack:
492492
specs: []
@@ -502,7 +502,7 @@ Let's tell Spack about this package and where it can be found:
502502
hdf5:
503503
require:
504504
- spec: "~mpi"
505-
- any_of: ["%llvm", "gcc"]
505+
- any_of: ["%llvm", "%gcc"]
506506
curl:
507507
externals:
508508
- spec: curl@7.81.0 %gcc@11.4.0

0 commit comments

Comments
 (0)