summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2021-09-02start of work to add spack audit packages-https checker (#25670)Vanessasaurus3-4/+92
2021-09-01Add variant to allow unsupported compiler & CUDA combinations (#19736)David Beckingsale1-84/+82
2021-09-01Speed-up two unit tests by using builtin.mock instead of builtin (#25544)Harmen Stoppels1-2/+2
2021-08-30Add documentation on compiler `environment` (#25508)kwryankrattiger1-0/+28
2021-08-28Add a __reduce__ method to Spec (#25658)Massimiliano Culpo1-22/+38
2021-08-27Fix: --overwrite backs up old install dir, but it gets destroyed anyways (#25...Harmen Stoppels3-5/+30
2021-08-27Load package environment prior to stand-alone/smoke test execution (#25619)Tamara Dahlgren1-0/+9
2021-08-27Add ld.gold and ld.lld compiler wrapper (#25626)Jordan Galby3-1/+3
2021-08-27Make `SpecBuildInterface` pickleable (#25628)Massimiliano Culpo1-1/+6
2021-08-26Make env (de)activate error with -e, -E, -D flags (#25625)Harmen Stoppels2-0/+33
2021-08-26Conditionally remove 'context' from kwargs in _urlopen (#25316)Paul Kuberry1-3/+9
2021-08-26Speedup environment activation, part 2 (#25633)Adam J. Stewart2-8/+13
2021-08-26Set pubkey trust to ultimate during `gpg trust` (#24976)Harmen Stoppels1-3/+42
2021-08-26Ensure environment are deactivated when bootstrapping (#25607)Massimiliano Culpo5-23/+52
2021-08-26Remove references to self.install_test_root from packaging guide (#25238)Tamara Dahlgren1-27/+19
2021-08-26Avoid double loop in subprocess_context.store_patches (#25621)Massimiliano Culpo1-10/+9
2021-08-26Remove fork_context from llnl.util.lang (#25620)Massimiliano Culpo1-18/+0
2021-08-26Regression test for version selection with preferences (#25602)Massimiliano Culpo2-0/+14
2021-08-25Bugfix: reinstalling updated develop specs (#25579)Harmen Stoppels1-6/+2
2021-08-25environment: match concrete specs only if they have the same build hash (#25575)Massimiliano Culpo1-0/+15
2021-08-25installation: filter padding from binary installs, too (#25600)Todd Gamblin1-2/+7
2021-08-25Make `spack graph -i` environment-aware (#25599)Todd Gamblin2-2/+18
2021-08-24bootstrap: use `sys.exec_prefix` to set up external python correctly (#25593)Todd Gamblin1-1/+1
2021-08-25bugfix: Correct source of PID for -ddd installation outputs (#25596)Tamara Dahlgren1-2/+2
2021-08-24bootstrap: fix printing for python 2 (#25592)Todd Gamblin2-0/+4
2021-08-24locks: only open lockfiles once instead of for every lock held (#24794)Todd Gamblin1-20/+128
2021-08-24Fix bindist network issues (#25587)Harmen Stoppels1-1/+3
2021-08-24ASP-based solver: rework version facts (#25585)Massimiliano Culpo2-87/+105
2021-08-23Spelling fixes (#25570)Paul Spencer1-2/+2
2021-08-21Document how to handle changing build systems (#25174)Adam J. Stewart3-0/+352
2021-08-20Fix spelling mistake in the word "monitor" (#25486)Paul Spencer1-1/+1
2021-08-20Pipelines: use shared pr mirror for pipeline generation and builds (#25529)Scott Wittenburg2-2/+19
2021-08-20Fix broken develop as CI didn't run on latest merge commit (#25531)Harmen Stoppels1-1/+1
2021-08-19New `spack.environment.active_environment` api, and make spack.environment no...Harmen Stoppels51-215/+176
2021-08-19buildcache: Add environment-aware buildcache sync command (#25470)Scott Wittenburg2-0/+228
2021-08-18Bootstrap clingo from binaries (#22720)Massimiliano Culpo12-127/+629
2021-08-18Support older py-pygments (#25456)Harmen Stoppels1-1/+1
2021-08-17cmake.py: Improve documentation (#25467)Erik Schnetter1-3/+3
2021-08-17Add link_type documentation (#25451)psakievich1-3/+12
2021-08-17Use a patched argparse only in Python 2.X (#25376)Massimiliano Culpo2-3/+26
2021-08-16Allow environment views to be sym/hard link and copy types (#24832)psakievich5-16/+74
2021-08-16Improve license err msg (#24117)robgics1-1/+2
2021-08-13Remove handling for deprecated module commands (#25411)Massimiliano Culpo2-52/+1
2021-08-13Mention bash in prerequisites (#25379)Harmen Stoppels1-1/+2
2021-08-12Fix typos in fixture use. Mention fixtures in pytest.ini (#25381)Massimiliano Culpo1-2/+2
2021-08-11Switch to settings option used in latest *and* oldest listed version (#25340)Tamara Dahlgren1-1/+1
2021-08-11doc: def llnl.util.filesystem.find fix rst (#25350)Axel Huebl1-8/+8
2021-08-10Rework rules for provider weights (#25331)Massimiliano Culpo4-44/+51
2021-08-09Make spack env activate x idempotent (#25222)Harmen Stoppels1-1/+2
2021-08-09installation: filter padding from all `tty` outputTodd Gamblin5-44/+111