From 9f713829126f5d5e354402ee38aff97c145e89ab Mon Sep 17 00:00:00 2001 From: "Adam J. Stewart" Date: Mon, 12 Dec 2016 16:20:36 -0600 Subject: Add missing bzip2 dependency to freetype (#2536) * Add freetype dependency on bzip2 * Switch package with an install method for the docs --- lib/spack/docs/packaging_guide.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') 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 -- cgit v1.2.3-70-g09d2