You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tutorial_configuration.rst
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -277,9 +277,9 @@ You can use this new entry like so:
277
277
278
278
$ spack spec openblas %clang_gfortran
279
279
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).
281
281
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).
283
283
284
284
.. These sections specify when Spack can use different compilers, and are primarily useful for configuration files that will be used across multiple systems.
285
285
@@ -510,7 +510,8 @@ Let's tell Spack about this package and where it can be found:
510
510
Here, we've told Spack that Curl 7.81.0 is installed on our system.
511
511
We've also told it the installation prefix where Curl can be found.
512
512
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
+
514
515
.. The weighting/preferences dont work quite the same so I skipped right to buildable:false
0 commit comments