Age | Commit message (Expand) | Author | Files | Lines |
2021-09-21 | locks: only open lockfiles once instead of for every lock held (#24794) | Todd Gamblin | 1 | -20/+127 |
2021-09-21 | Use AWS CloudFront for source mirror (#23978) | Todd Gamblin | 1 | -1/+1 |
2021-09-21 | Cray: fix extracting paths from module files (#23472) | Harmen Stoppels | 2 | -3/+13 |
2021-09-21 | Fix use of quotes in Python build system (#22279) | Adam J. Stewart | 1 | -1/+1 |
2021-09-21 | clang/llvm: fix version detection (#19978) | Michael Kuhn | 3 | -7/+11 |
2021-09-21 | Fix fetching for Python 3.9.6 (#24686) | Adam J. Stewart | 1 | -6/+6 |
2021-06-23 | Update command to setup tutorial (#24488) | Massimiliano Culpo | 1 | -2/+2 |
2021-05-22 | Update CHANGELOG and release version for v0.16.2v0.16.2 | Todd Gamblin | 2 | -1/+28 |
2021-05-22 | Style fixes for v0.16.2 release | Massimiliano Culpo | 8 | -12/+22 |
2021-05-22 | performance: speed up existence checks in packages (#23661) | Todd Gamblin | 3 | -24/+37 |
2021-05-22 | ASP-based solve: minimize compiler mismatches (#23016) | Massimiliano Culpo | 3 | -32/+28 |
2021-05-22 | ASP-based solver: no intermediate package for concretizing together (#23307) | Massimiliano Culpo | 2 | -0/+33 |
2021-05-22 | Import hooks using Python's built-in machinery (#23288) | Massimiliano Culpo | 1 | -29/+38 |
2021-05-22 | spack location: fix usage without args (#22755) | Harmen Stoppels | 2 | -4/+5 |
2021-05-22 | Add "spack [cd|location] --source-dir" (#22321) | Harmen Stoppels | 3 | -58/+82 |
2021-05-22 | Use Python's built-in machinery to import compilers (#23290) | Massimiliano Culpo | 1 | -8/+7 |
2021-05-22 | ASP-based solver: suppress warnings when constructing facts (#23090) | Massimiliano Culpo | 1 | -1/+4 |
2021-05-22 | Externals with merged prefixes (#22653) | Peter Scheibel | 2 | -17/+85 |
2021-05-22 | ASP-based solver: assign OS correctly with inheritance from parent (#22896) | Massimiliano Culpo | 3 | -0/+28 |
2021-05-22 | "spack build-env" searches env for relevant spec (#21642) | Peter Scheibel | 5 | -4/+117 |
2021-05-22 | Remove erroneous warnings about quotes for from_source_file (#22767) | Adam J. Stewart | 2 | -10/+18 |
2021-05-22 | Bootstrapping: swap store before configuration (#22631) | Massimiliano Culpo | 3 | -6/+45 |
2021-05-22 | Bootstrap: add _builtin config scope (#22610) | Harmen Stoppels | 1 | -2/+5 |
2021-05-22 | Fix clearing cache of InternalConfigScope (#22609) | Harmen Stoppels | 3 | -40/+49 |
2021-05-22 | bugfix for active when pkg is already active error (#22587) | Cyrus Harrison | 1 | -2/+7 |
2021-05-22 | Enforce uniqueness of the version_weight atom per node | Massimiliano Culpo | 4 | -6/+43 |
2021-05-22 | Externals are preferred even when they have non-default variant values | Massimiliano Culpo | 5 | -2/+64 |
2021-05-22 | clingo: modify recipe for bootstrapping (#22354) | Massimiliano Culpo | 4 | -16/+83 |
2021-05-22 | ASP-based solver: model disjoint sets for multivalued variants (#22534) | Massimiliano Culpo | 4 | -2/+64 |
2021-05-22 | Make SingleFileScope able to repopulate the cache after clearing it (#22559) | Massimiliano Culpo | 2 | -16/+47 |
2021-05-22 | Channelflow: Fix the package. (#22483) | RĂ©mi Lacroix | 1 | -1/+1 |
2021-05-22 | spack location: bugfix for out of source build dirs (#22348) | Harmen Stoppels | 1 | -1/+13 |
2021-05-22 | bugfix: allow imposed constraints to be overridden in special cases | Todd Gamblin | 1 | -6/+16 |
2021-05-22 | bugfix: do not generate dep conditions when no dependency | Todd Gamblin | 1 | -10/+15 |
2021-05-22 | concretizer: unify logic for spec conditionals | Todd Gamblin | 3 | -183/+119 |
2021-05-22 | bootstrap: account for platform specific configuration scopes (#22489) | Massimiliano Culpo | 1 | -7/+18 |
2021-05-22 | Bootstrap clingo from sources (#21446) | Massimiliano Culpo | 12 | -46/+363 |
2021-05-21 | clingo-bootstrap: account for cray platform (#22460) | Massimiliano Culpo | 1 | -3/+7 |
2021-05-21 | clingo: fix typo (#22444) | Maxim Belkin | 1 | -1/+1 |
2021-05-21 | clingo: added a package with option for bootstrapping clingo (#20652) | Massimiliano Culpo | 2 | -2/+66 |
2021-05-21 | Clingo: fix missing import (#21364) | Adam J. Stewart | 1 | -0/+1 |
2021-05-21 | clingo: prefer master branch | Todd Gamblin | 1 | -1/+1 |
2021-05-21 | make `spack fetch` work with environments (#19166) | Andreas Baumbach | 4 | -20/+117 |
2021-05-21 | Added a context manager to swap architectures | Massimiliano Culpo | 5 | -35/+89 |
2021-05-21 | bugfix for target adjustments on target ranges (#20537) | Greg Becker | 3 | -15/+20 |
2021-05-21 | Move context manager to swap the current configuration into spack.config | Massimiliano Culpo | 3 | -64/+78 |
2021-05-21 | Move context manager to swap the current store into spack.store | Massimiliano Culpo | 3 | -15/+32 |
2021-05-21 | repo: generalize "swap" context manager to also accept paths | Massimiliano Culpo | 16 | -61/+71 |
2021-05-21 | Run clingo-cffi tests in a container (#21913) | Massimiliano Culpo | 1 | -36/+6 |
2021-05-21 | Updates to support clingo-cffi (#20657) | Josh Essman | 2 | -9/+70 |