summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2021-05-22Update CHANGELOG and release version for v0.16.2v0.16.2Todd Gamblin1-1/+1
2021-05-22Style fixes for v0.16.2 releaseMassimiliano Culpo7-11/+21
2021-05-22performance: speed up existence checks in packages (#23661)Todd Gamblin3-24/+37
2021-05-22ASP-based solve: minimize compiler mismatches (#23016)Massimiliano Culpo3-32/+28
2021-05-22ASP-based solver: no intermediate package for concretizing together (#23307)Massimiliano Culpo2-0/+33
2021-05-22Import hooks using Python's built-in machinery (#23288)Massimiliano Culpo1-29/+38
2021-05-22spack location: fix usage without args (#22755)Harmen Stoppels2-4/+5
2021-05-22Add "spack [cd|location] --source-dir" (#22321)Harmen Stoppels2-56/+80
2021-05-22Use Python's built-in machinery to import compilers (#23290)Massimiliano Culpo1-8/+7
2021-05-22ASP-based solver: suppress warnings when constructing facts (#23090)Massimiliano Culpo1-1/+4
2021-05-22Externals with merged prefixes (#22653)Peter Scheibel2-17/+85
2021-05-22ASP-based solver: assign OS correctly with inheritance from parent (#22896)Massimiliano Culpo3-0/+28
2021-05-22"spack build-env" searches env for relevant spec (#21642)Peter Scheibel5-4/+117
2021-05-22Remove erroneous warnings about quotes for from_source_file (#22767)Adam J. Stewart2-10/+18
2021-05-22Bootstrapping: swap store before configuration (#22631)Massimiliano Culpo3-6/+45
2021-05-22Bootstrap: add _builtin config scope (#22610)Harmen Stoppels1-2/+5
2021-05-22Fix clearing cache of InternalConfigScope (#22609)Harmen Stoppels3-40/+49
2021-05-22bugfix for active when pkg is already active error (#22587)Cyrus Harrison1-2/+7
2021-05-22Enforce uniqueness of the version_weight atom per nodeMassimiliano Culpo3-6/+26
2021-05-22Externals are preferred even when they have non-default variant valuesMassimiliano Culpo3-2/+39
2021-05-22clingo: modify recipe for bootstrapping (#22354)Massimiliano Culpo2-12/+57
2021-05-22ASP-based solver: model disjoint sets for multivalued variants (#22534)Massimiliano Culpo3-2/+49
2021-05-22Make SingleFileScope able to repopulate the cache after clearing it (#22559)Massimiliano Culpo2-16/+47
2021-05-22spack location: bugfix for out of source build dirs (#22348)Harmen Stoppels1-1/+13
2021-05-22bugfix: allow imposed constraints to be overridden in special casesTodd Gamblin1-6/+16
2021-05-22bugfix: do not generate dep conditions when no dependencyTodd Gamblin1-10/+15
2021-05-22concretizer: unify logic for spec conditionalsTodd Gamblin3-183/+119
2021-05-22bootstrap: account for platform specific configuration scopes (#22489)Massimiliano Culpo1-7/+18
2021-05-22Bootstrap clingo from sources (#21446)Massimiliano Culpo10-21/+349
2021-05-21make `spack fetch` work with environments (#19166)Andreas Baumbach4-20/+117
2021-05-21Added a context manager to swap architecturesMassimiliano Culpo5-35/+89
2021-05-21bugfix for target adjustments on target ranges (#20537)Greg Becker3-15/+20
2021-05-21Move context manager to swap the current configuration into spack.configMassimiliano Culpo3-64/+78
2021-05-21Move context manager to swap the current store into spack.storeMassimiliano Culpo3-15/+32
2021-05-21repo: generalize "swap" context manager to also accept pathsMassimiliano Culpo16-61/+71
2021-05-21Updates to support clingo-cffi (#20657)Josh Essman1-9/+19
2021-05-21Improve error message for inconsistencies in package.py (#21811)Massimiliano Culpo2-5/+40
2021-05-21concretizer: simplify "fact" method (#21148)Massimiliano Culpo1-23/+5
2021-05-21Python 3.10 support: collections.abc (#20441)Adam J. Stewart19-43/+141
2021-05-10respect -k/verify-ssl-false in _existing_url method (#21864)Greg Becker1-0/+2
2021-04-15updates for new tutorialGregory Becker1-2/+2
2021-02-19Update CHANGELOG and release versionv0.16.1Tamara Dahlgren1-1/+1
2021-02-19Resolve (post-cherry-picking) flake8 errorsTamara Dahlgren3-4/+8
2021-02-17apple-clang: add correct path to compiler wrappers (#21662)Adam J. Stewart1-1/+1
2021-02-17add intel oneapi to compiler/pkg translations (#21448)Greg Becker1-1/+2
2021-02-17Print groups properly for spack find -d (#20028)Yang Zongze1-1/+1
2021-02-17store sbang_install_path in buildinfo, use for subsequent relocation (#20768)eugeneswalker1-0/+11
2021-02-17[WIP] relocate.py: parallelize test replacement logic (#19690)Nathan Hanford9-210/+281
2021-02-17concretizer: require at least a dependency type to say the dependency holdsMassimiliano Culpo2-0/+11
2021-02-17concretizer: dependency conditions cannot hold if package is externalMassimiliano Culpo3-2/+9