summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/asciidoc
AgeCommit message (Collapse)AuthorFilesLines
2017-01-18Massive conversion from Package to AutotoolsPackage (#2845)Adam J. Stewart1-7/+1
* Massive conversion from Package to AutotoolsPackage * Forgot to convert p4est to AutotoolsPackage * Fix typo * Fix broken link in docs
2016-12-09update flux dependencies and package (#2541)Tom Scogland1-0/+2
* update flux dependencies and package * refinements from @adamjstewart * fix flux document generation The docbook-xsl package has been added, and correctly configures catalog files to generate documentation correctly with asciidoc.
2016-08-30Fix package docstrings, #1612Adam J. Stewart1-1/+2
2016-08-10Spack packages now PEP8 compliant.Todd Gamblin1-0/+1
2016-05-11Correct LLNL LGPL license template for clarity.Todd Gamblin1-0/+24
2015-11-26New, cleaner package repository structure.Todd Gamblin1-0/+18
Package repositories now look like this: top-level-dir/ repo.yaml packages/ libelf/ package.py mpich/ package.py ... This leaves room at the top level for additional metadata, source, per-repo configs, indexes, etc., and it makes it easy to see that something is a spack repo (just look for repo.yaml and packages).