summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAdam J. Stewart <ajstewart426@gmail.com>2016-12-12 16:20:36 -0600
committerbecker33 <becker33@llnl.gov>2016-12-12 14:20:36 -0800
commit9f713829126f5d5e354402ee38aff97c145e89ab (patch)
treefba961c8dd2cbad8631b1103bb50a0435aa34f3c /lib
parent6698650679a0b0faf5cb3576565f340a87fef64a (diff)
downloadspack-9f713829126f5d5e354402ee38aff97c145e89ab.tar.gz
spack-9f713829126f5d5e354402ee38aff97c145e89ab.tar.bz2
spack-9f713829126f5d5e354402ee38aff97c145e89ab.tar.xz
spack-9f713829126f5d5e354402ee38aff97c145e89ab.zip
Add missing bzip2 dependency to freetype (#2536)
* Add freetype dependency on bzip2 * Switch package with an install method for the docs
Diffstat (limited to 'lib')
-rw-r--r--lib/spack/docs/packaging_guide.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/spack/docs/packaging_guide.rst b/lib/spack/docs/packaging_guide.rst
index bf3b6af3f4..003432b5d4 100644
--- a/lib/spack/docs/packaging_guide.rst
+++ b/lib/spack/docs/packaging_guide.rst
@@ -2028,8 +2028,8 @@ The last element of a package is its ``install()`` method. This is
where the real work of installation happens, and it's the main part of
the package you'll need to customize for each piece of software.
-.. literalinclude:: ../../../var/spack/repos/builtin/packages/libpng/package.py
- :pyobject: Libpng.install
+.. literalinclude:: ../../../var/spack/repos/builtin/packages/mpfr/package.py
+ :pyobject: Mpfr.install
:linenos:
``install`` takes a ``spec``: a description of how the package should