Skip to content

Commit 439c868

Browse files
committed
Add missing package from 'spack info' command; Autotools->AutotoolsBuilder
Signed-off-by: tldahlgren <35777542+tldahlgren@users.noreply.github.com>
1 parent 5693e4f commit 439c868

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

outputs/packaging/info-mpileaks.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
$ spack info --phases
1+
$ spack info --phases tutorial-mpileaks
22
AutotoolsPackage: tutorial-mpileaks
33

44
Description:

tutorial_packaging.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ You should see the information derived from the package now includes the descrip
197197
Also notice it shows:
198198

199199
* the preferred version derived from the code;
200-
* the default ``Autotools`` package `installation phases <https://spack.readthedocs.io/en/latest/build_systems/autotoolspackage.html#phases>`_;
200+
* the default ``AutotoolsBuilder`` package `installation phases <https://spack.readthedocs.io/en/latest/build_systems/autotoolspackage.html#phases>`_;
201201
* the `gmake <https://github.com/spack/spack-packages/blob/c27b98c74c41e6b1000215d4fc5661aa6841694d/repos/spack_repo/builtin/build_systems/autotools.py#L62>`_ and `gnuconfig <https://github.com/spack/spack-packages/blob/c27b98c74c41e6b1000215d4fc5661aa6841694d/repos/spack_repo/builtin/build_systems/autotools.py#L60>`_ build dependencies inherited from ``AutotoolsPackage``; and
202202
* both link and run dependencies are currently ``None``.
203203

0 commit comments

Comments
 (0)