Skip to content

Commit 3ad9948

Browse files
committed
italics->code; accidentally displayed a comment (added space)
1 parent 85347f0 commit 3ad9948

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

tutorial_configuration.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -277,9 +277,9 @@ You can use this new entry like so:
277277
278278
$ spack spec openblas %clang_gfortran
279279
280-
Note the identifier `clang_gfortran` is not itself a spec (you don't version it).
280+
Note the identifier ``clang_gfortran`` is not itself a spec (you don't version it).
281281
You reference it in other specs.
282-
Note that without `when: '%fortran'`, you could not use `clang_gfortran` with packages unless they depended on Fortran (likewise for the `when` statements on c/cxx).
282+
Note that without ``when: '%fortran'``, you could not use ``clang_gfortran`` with packages unless they depended on Fortran (likewise for the `when` statements on c/cxx).
283283

284284
.. These sections specify when Spack can use different compilers, and are primarily useful for configuration files that will be used across multiple systems.
285285
@@ -510,7 +510,8 @@ Let's tell Spack about this package and where it can be found:
510510
Here, we've told Spack that Curl 7.81.0 is installed on our system.
511511
We've also told it the installation prefix where Curl can be found.
512512
We don't know exactly which variants it was built with, but that's okay.
513-
Finally, we set `buildable: false` to require that Spack not try to build its own.
513+
Finally, we set ``buildable: false`` to require that Spack not try to build its own.
514+
514515
.. The weighting/preferences dont work quite the same so I skipped right to buildable:false
515516
516517
.. literalinclude:: outputs/config/2.externals.out

0 commit comments

Comments
 (0)