summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin.mock/packages/dtlink4/package.py
AgeCommit message (Collapse)AuthorFilesLines
2016-12-27Ensure that every file in Spack has a license (#2659)Adam J. Stewart1-0/+24
* Ensure that every package has a license Also fixes URLs with http://http:// doubled. This is a continuation of #2656. * Add license to every file in Spack * Make sure Todd is the author of all packages * Fix flake8 tests * Don't license external Sphinx docs * Don't display licenses in tutorial example packages Also fixes typos and converts command-line examples from tcsh to bash, which is more common
2016-07-14spack: introduce dependency typesBen Boeckel1-0/+13
deptypes: allow for different queries For things like Python modules, they are required for the build and runtime, but rather than adding a new parameter for what to query across the dependency DAG, just expose the recursive query parameter.