summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-mpi4py
AgeCommit message (Collapse)AuthorFilesLines
2018-01-02Cython only needed for develop version of mpi4py (#6780)Adam J. Stewart1-1/+1
2017-11-17Mpi4py update (#6342)Stephen Hudson1-2/+3
2017-11-04Replace github.com/llnl/spack with github.com/spack/spack (#6142)Todd Gamblin1-1/+1
We moved to a new GitHub org! Now make the code and docs reflect that.
2017-10-18py-mpi4py: Add develop version and dependencies (#5798)Stephen Hudson1-0/+3
* py-mpi4py: Add develop version and dependencies - Add cython dependency for develop version - Add explicit python dependency * py-mpi4py: Specify 2.0.1 instead of develop for conditional dep
2017-09-06Update copyright notices for 2017 (#5295)Michael Kuhn1-1/+1
2017-08-06Download from pypi.io, not pypi.python.org (#4981)Adam J. Stewart1-1/+1
2017-06-24Make LICENSE recognizable by GitHub. (#4598)Todd Gamblin1-1/+1
2017-01-16Add PythonPackage base classAdam J. Stewart1-5/+1
- Add a PythonPackage class with build system support. - Support build phases in PythonPackage - Add a custom sanity check for PythonPackages - Get rid of nolink dependencies in python packages - Update spack create to use new PythonPackage class - Port most of Python packages to new PythonPackage class - Conducted a massive install and activate of Python packages. - Fixed bugs introduced by install and activate. - Update API docs on PythonPackage
2016-10-06Feature Proposal : Make All Python Extensions User Configuration Independent ↵Joseph Ciurej1-1/+1
(#1435) * Updated all Python extension packages to use 'setup_py' on install. * Fixed a few minor style issues with the updated Python packages.
2016-08-10Spack packages now PEP8 compliant.Todd Gamblin1-1/+7
2016-07-14deptypes: mark deptypes in packagesBen Boeckel1-1/+1
2016-05-11Correct LLNL LGPL license template for clarity.Todd Gamblin1-0/+24
2016-02-15Add latest versionAdam J. Stewart1-0/+2
2015-11-26New, cleaner package repository structure.Todd Gamblin1-0/+14
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).