Skip to content

Commit 40b4ec7

Browse files
authored
Update :code:Something -> Something (#438)
1 parent 0694892 commit 40b4ec7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tutorial_advanced_packaging.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
Advanced Topics in Packaging
1212
============================
1313

14-
Spack tries to automatically configure packages with information from dependencies such that all you need to do is to list the dependencies (i.e., with the ``depends_on`` directive) and the build system (for example by deriving from :code:`CmakePackage`).
14+
Spack tries to automatically configure packages with information from dependencies such that all you need to do is to list the dependencies (i.e., with the ``depends_on`` directive) and the build system (for example by deriving from ``CmakePackage``).
1515

1616
However, there are many special cases.
1717
Often you need to retrieve details about dependencies to set package-specific configuration options, or to define package-specific environment variables used by the package's build system.
@@ -369,7 +369,7 @@ Now we can finally install ``armadillo ^netlib-lapack ^mpich``:
369369
Fetch: 0.01s. Build: 3.75s. Total: 3.76s.
370370
[+] /usr/local/opt/spack/linux-ubuntu16.04-x86_64/gcc-5.4.0/armadillo-8.100.1-sxmpu5an4dshnhickh6ykchyfda7jpyn
371371
372-
Since each implementation of a virtual package is responsible for locating the libraries associated with the interfaces it provides, dependents do not need to include special-case logic for different implementations and for example need only ask for :code:`spec['blas'].libs`.
372+
Since each implementation of a virtual package is responsible for locating the libraries associated with the interfaces it provides, dependents do not need to include special-case logic for different implementations and for example need only ask for ``spec['blas'].libs``.
373373

374374
----------------------
375375
Other Packaging Topics

0 commit comments

Comments
 (0)