summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2021-10-11Add `spack env activate --temp` (#25388)Harmen Stoppels2-16/+54
2021-10-11Remove unused --dependencies flag (#25731)Harmen Stoppels1-1/+1
2021-10-08Remove DB reindex during a read operation (#26601)Massimiliano Culpo2-12/+16
2021-10-08Fix leaky spack.binary_distribution.binary_index in tests (#26609)Harmen Stoppels2-7/+20
2021-10-08Allow Version('') and map it to the empty tuple (#25953)Tamara Dahlgren2-4/+21
2021-10-07add hash field to spec on find --json and assert in test its there (#26443)Daniel G Travieso2-6/+9
2021-10-07Fix for license symlinking issue. (#26576)Paul Ferrell1-1/+1
2021-10-07Pipelines: retry service job on system errors (#26508)Scott Wittenburg1-0/+12
2021-10-07Memoize the result of spack.platforms.host() (#26573)Harmen Stoppels1-0/+1
2021-10-06Provide more info in `SbangPathError` to aid CI debugging (#26316)Tamara Dahlgren2-3/+24
2021-10-06Restore the correct computation of stores in environments (#26560)Massimiliano Culpo4-2/+66
2021-10-06Remove the spack.architecture module (#25986)Massimiliano Culpo32-428/+271
2021-10-05Use gnuconfig package for config file replacement for RISC-V. (#26364)Kevin Pedretti5-10/+86
2021-10-05Move shell aware env into spack.environment.shell (#25608)Harmen Stoppels12-218/+346
2021-10-05Isolate bootstrap configuration from user configuration (#26071)Massimiliano Culpo5-27/+96
2021-10-04cc: make error messages more clearTodd Gamblin1-6/+7
2021-10-04cc: convert compiler wrapper to posix shellTodd Gamblin2-292/+434
2021-10-04Stand-alone tests: distinguish NO-TESTS from PASSED (#25880)Tamara Dahlgren2-2/+31
2021-10-04Avoid replacing symlinked spack.yaml when concretizing an environment (#26428)Pedro Demarchi Gomes2-1/+20
2021-10-04Improve an error message in stage.py (#23737)Andreas Baumbach1-1/+2
2021-10-04Fix NonVirtualInHierarchyError message format (#26008)Dylan Simon1-1/+1
2021-10-04Build ppc64le docker images (#26442)Massimiliano Culpo3-5/+32
2021-10-04Update Spec.full_hash docstring (#26456)Massimiliano Culpo1-4/+1
2021-10-03Fix JSONDecodeError when using compiler modules (#25624)Jordan Galby2-2/+2
2021-10-03Remove .99 from version ranges (#26422)Harmen Stoppels3-6/+6
2021-10-01Simplify setup_package in build environment (#26070)Harmen Stoppels1-29/+22
2021-10-01Fix error message when test throws AttributeError (#25895)Cory Bloor1-4/+6
2021-10-01Allow non-empty ranges 1.1.0:1.1 (#26402)Harmen Stoppels2-2/+23
2021-10-01Spack install: handle failed restore of backup (#25647)Harmen Stoppels3-35/+200
2021-10-01Service jobs do not need an active environmentScott Wittenburg1-5/+0
2021-10-01Add oneAPI packages from 2021.4 release (#26401)Anna Masalskaya1-0/+12
2021-10-01bootstrapping: improve error messages (#26399)Harmen Stoppels2-8/+26
2021-09-30Add info command tests to increase coverage (#26127)Tamara Dahlgren1-0/+16
2021-09-30Replace spec-related install_test asserts with exceptions; added unit tests (...Tamara Dahlgren2-6/+57
2021-09-30ArchSpec: minor cleanup of a few methods (#26376)Massimiliano Culpo1-51/+26
2021-09-30match .spack literal, not as a regex (#26374)Harmen Stoppels3-5/+6
2021-09-30Bump version from v0.16.2 to v0.16.3 (#26372)Harmen Stoppels1-1/+1
2021-09-30Move new CUDA conflicts inside when('~allow-unsupported-compilers') block (#2...David Beckingsale1-22/+21
2021-09-29Un-unset TERM and DISPLAY (#26326)Harmen Stoppels1-4/+0
2021-09-28Move detection logic in its own package (#26119)Massimiliano Culpo5-287/+376
2021-09-27Use gnuconfig package for config file replacement (#26035)Harmen Stoppels3-44/+234
2021-09-27Correct path comparisons for fs view (#25891)psakievich2-6/+13
2021-09-26log_parser.py: Find failed test case messages in error logs (#25694)bernhardkaindl1-1/+7
2021-09-25autotools doc PR: No depends_on('m4') with depends_on('autoconf') (#26101)bernhardkaindl1-8/+32
2021-09-24autotools.py/autoreconf: Show the depends_on()s to add to the package (#26115)bernhardkaindl1-4/+18
2021-09-24Remove centos:6 image references (#26095)Harmen Stoppels3-12/+1
2021-09-22spack/build_environment.py: Clean MAKEFLAGS, DISPLAY and TERM (#26092)bernhardkaindl1-0/+7
2021-09-21Feature: Add deprecated versions section to spack info output (#25972)Tamara Dahlgren1-5/+20
2021-09-21Rename 'variant_name' to 'variant' and document it in autotools build system ...Harmen Stoppels3-20/+40
2021-09-20Allow setting variant name in AutotoolsPackage._activate_or_not (#26054)iarspider2-15/+29