summaryrefslogtreecommitdiff
path: root/var/spack/packages/py-libxml2/package.py
AgeCommit message (Collapse)AuthorFilesLines
2015-11-26New, cleaner package repository structure.Todd Gamblin1-15/+0
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).
2015-02-15Python package cleanup.Todd Gamblin1-0/+1
- Added a number of dependencies to python packages. - Python packages may still not build without some OS support. - Example: Numpy needs ATLAS, and will use a system ATLAS install. - Atlas requires turning off CPU throttling to build. - can't do this as a regular user -- how to build ATLAS with Spack - currnetly relying on a system ATLAS install.
2015-02-09Python package improvements.Todd Gamblin1-0/+1
2015-02-02added more Python modulesGregory L. Lee1-0/+13