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:

committed by
becker33

parent
6698650679
commit
9f71382912
@@ -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
|
||||
|
Reference in New Issue
Block a user