summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2021-09-19Python: use platform-specific site packages dir (#25998)Adam J. Stewart2-2/+2
2021-09-17Bootstrap should search for compilers after switching config scopes (#26029)Massimiliano Culpo6-47/+80
2021-09-16cc: Use parameter expansion instead of basename (#24509)Michael Kuhn1-1/+1
2021-09-16Recommend Git's manyFiles feature (#25977)Michael Kuhn2-2/+2
2021-09-16Add a deprecation warning when using the old concretizer (#25966)Massimiliano Culpo1-0/+8
2021-09-16Improve bootstrapping docs a hair (#25962)Harmen Stoppels2-50/+51
2021-09-16Fix NameError in foreground/background test (#25967)Harmen Stoppels1-2/+4
2021-09-16Inform the user about bootstrapping (#25964)Harmen Stoppels1-0/+3
2021-09-15Raise exception when 1+ stand-alone tests fail (#25857)Tamara Dahlgren1-0/+14
2021-09-14Make clingo the default solver (#25502)Massimiliano Culpo2-1/+11
2021-09-14Add a __reduce__ method to Environment (#25678)Adam J. Stewart2-0/+27
2021-09-14Adding ability to compare git references to spack install (#24639)Vanessasaurus11-43/+614
2021-09-14Update spack monitor to support new spec (#25928)Vanessasaurus1-1/+3
2021-09-13Fix environment reading from lockfile to trust written hashes (#25879)Greg Becker3-10/+57
2021-09-13Avoid hidden circular dependencies in spack.architecture (#25873)Massimiliano Culpo22-473/+490
2021-09-13Bugfix: Correct checksum's sha256 when retrieve from remote (#25831)Tamara Dahlgren1-0/+10
2021-09-13Bugfix: spack test debug requires Spack tty (#25897)Tamara Dahlgren1-1/+1
2021-09-10[docs] document official gfortran macOS precompiled binaries (#25818)Stephen McDowell1-3/+5
2021-09-10Remove dead code in installer (#24035)Harmen Stoppels3-69/+0
2021-09-09CUDA official GCC conflicts (#25054)albestro1-6/+21
2021-09-09Refactor unit-tests in test/architecture.py (#25848)Massimiliano Culpo5-121/+101
2021-09-09specs: move to new spec.json format with build provenance (#22845)Nathan Hanford34-674/+1195
2021-09-08Account for bootstrapping from sources niche caseMassimiliano Culpo1-7/+23
2021-09-08Fix clingo bootstrapping on rhel + ppc64leMassimiliano Culpo1-0/+53
2021-09-08Disable module generation during bootstrappingMassimiliano Culpo5-7/+41
2021-09-08url stats: add `--show-issues` option (#25792)Todd Gamblin4-36/+91
2021-09-08lib/spack/env/cc: tolerate trailing / in elements of $PATH (#25733)bernhardkaindl2-1/+35
2021-09-07docs: minor grammar fix (#25814)Stephen McDowell1-1/+1
2021-09-03Always disable leftover active environment after testsHarmen Stoppels1-12/+12
2021-09-03Don't error when removing scope that does not existHarmen Stoppels1-1/+2
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