Add missing bzip2 dependency to freetype (#2536)

* Add freetype dependency on bzip2

* Switch package with an install method for the docs
This commit is contained in:
Adam J. Stewart
2016-12-12 16:20:36 -06:00
committed by becker33
parent 6698650679
commit 9f71382912
3 changed files with 24 additions and 26 deletions

View File

@@ -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