summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
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
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