summaryrefslogtreecommitdiff
path: root/var/spack/repos/duplicates.test/packages/cycle-a/package.py
AgeCommit message (Collapse)AuthorFilesLines
2024-01-02Update copyright year to 2024 (#41919)Todd Gamblin1-1/+1
It was time to run `spack license update-copyright-year` again.
2023-08-15Improve handling of cases with cyclesMassimiliano Culpo1-0/+17
To avoid paying the cost of setup and of a full grounding again, move cycle detection into a separate program and check first if the solution has cycles. If it has, ground only the integrity constraint preventing cycles and solve again.