spack/lib
Todd Gamblin 6f2cac9565 init: initialize spack.store lazily
- spack.store was previously initialized at the spack.store module level,
  but this means the store has to be initialized on every spack call.

- this moves the state in spack.store to a singleton so that the store is
  only initialized when needed.
2018-05-17 14:10:30 -07:00
..
spack init: initialize spack.store lazily 2018-05-17 14:10:30 -07:00