Skip to content
Snippets Groups Projects
  1. Nov 29, 2015
  2. Nov 26, 2015
    • Todd Gamblin's avatar
      Add tests for importing packages directly. · 763d850a
      Todd Gamblin authored
      Added test for, e.g.:
      
          import spack.pkg.builtin.mock.mpich
          import spack.pkg.builtin.mock.mpich as mpich
          from spack.pkg.builtin.mock.mpich import Mpich
      
      Among others.  These ensure that direct package imports work so that
      packages can be extended.
      763d850a
    • Todd Gamblin's avatar
      New, cleaner package repository structure. · 89d51279
      Todd Gamblin authored
      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).
      89d51279
  3. Nov 25, 2015
  4. Nov 23, 2015
  5. Nov 12, 2015
  6. Nov 05, 2015
    • Todd Gamblin's avatar
      Add Sphinx package · 1c4ef299
      Todd Gamblin authored
      1c4ef299
    • Todd Gamblin's avatar
      Fix SPACK-93, SPACK-94, GitHub #150 · 0d993947
      Todd Gamblin authored
      - `remove_prefix` was modified to remove from the DB, but the package
        may not have been added to the DB yet when `remove_prefix` is called
        from `cleanup`.
      
      - Made `remove_prefix` a pure utility function (it just removes the prefix)
      
      - Added `installed_db.remove()` call only after the `remove_prefix` in
        `uninstall`.
      0d993947
  7. Nov 04, 2015
  8. Oct 30, 2015
  9. Oct 29, 2015
  10. Oct 28, 2015
  11. Oct 27, 2015
  12. Oct 26, 2015
Loading