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
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -276,7 +276,8 @@ You can use this new entry like so:
276
276
277
277
$ spack spec openblas %clang_gfortran
278
278
279
-
Note the identifier `clang_gfortran` is not itself a spec (you don't version it). You reference it in other specs.
279
+
Note the identifier `clang_gfortran` is not itself a spec (you don't version it).
280
+
You reference it in other specs.
280
281
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).
281
282
282
283
.. These sections specify when Spack can use different compilers, and are primarily useful for configuration files that will be used across multiple systems.
0 commit comments