Skip to content
Snippets Groups Projects
Commit 3ab56a18 authored by Todd Gamblin's avatar Todd Gamblin
Browse files

Fixes #980: really slow spack spec performance

- `spack spec dealii` now takse seconds rather than 18 minutes.

- Slow hash (`dag_hash`) was accidentally inserted into the fast hash
  (`__hash__`).

- Do not put the slow hash in the fast hash.
parent d0870865
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment