Age | Commit message (Expand) | Author | Files | Lines |
2021-10-05 | Use gnuconfig package for config file replacement for RISC-V. (#26364) | Kevin Pedretti | 5 | -10/+86 |
2021-10-05 | Move shell aware env into spack.environment.shell (#25608) | Harmen Stoppels | 12 | -218/+346 |
2021-10-05 | Isolate bootstrap configuration from user configuration (#26071) | Massimiliano Culpo | 5 | -27/+96 |
2021-10-04 | cc: make error messages more clear | Todd Gamblin | 1 | -6/+7 |
2021-10-04 | cc: convert compiler wrapper to posix shell | Todd Gamblin | 2 | -292/+434 |
2021-10-04 | Stand-alone tests: distinguish NO-TESTS from PASSED (#25880) | Tamara Dahlgren | 2 | -2/+31 |
2021-10-04 | Avoid replacing symlinked spack.yaml when concretizing an environment (#26428) | Pedro Demarchi Gomes | 2 | -1/+20 |
2021-10-04 | Improve an error message in stage.py (#23737) | Andreas Baumbach | 1 | -1/+2 |
2021-10-04 | Fix NonVirtualInHierarchyError message format (#26008) | Dylan Simon | 1 | -1/+1 |
2021-10-04 | Build ppc64le docker images (#26442) | Massimiliano Culpo | 3 | -5/+32 |
2021-10-04 | Update Spec.full_hash docstring (#26456) | Massimiliano Culpo | 1 | -4/+1 |
2021-10-03 | Fix JSONDecodeError when using compiler modules (#25624) | Jordan Galby | 2 | -2/+2 |
2021-10-03 | Remove .99 from version ranges (#26422) | Harmen Stoppels | 3 | -6/+6 |
2021-10-01 | Simplify setup_package in build environment (#26070) | Harmen Stoppels | 1 | -29/+22 |
2021-10-01 | Fix error message when test throws AttributeError (#25895) | Cory Bloor | 1 | -4/+6 |
2021-10-01 | Allow non-empty ranges 1.1.0:1.1 (#26402) | Harmen Stoppels | 2 | -2/+23 |
2021-10-01 | Spack install: handle failed restore of backup (#25647) | Harmen Stoppels | 3 | -35/+200 |
2021-10-01 | Service jobs do not need an active environment | Scott Wittenburg | 1 | -5/+0 |
2021-10-01 | Add oneAPI packages from 2021.4 release (#26401) | Anna Masalskaya | 1 | -0/+12 |
2021-10-01 | bootstrapping: improve error messages (#26399) | Harmen Stoppels | 2 | -8/+26 |
2021-09-30 | Add info command tests to increase coverage (#26127) | Tamara Dahlgren | 1 | -0/+16 |
2021-09-30 | Replace spec-related install_test asserts with exceptions; added unit tests (... | Tamara Dahlgren | 2 | -6/+57 |
2021-09-30 | ArchSpec: minor cleanup of a few methods (#26376) | Massimiliano Culpo | 1 | -51/+26 |
2021-09-30 | match .spack literal, not as a regex (#26374) | Harmen Stoppels | 3 | -5/+6 |
2021-09-30 | Bump version from v0.16.2 to v0.16.3 (#26372) | Harmen Stoppels | 1 | -1/+1 |
2021-09-30 | Move new CUDA conflicts inside when('~allow-unsupported-compilers') block (#2... | David Beckingsale | 1 | -22/+21 |
2021-09-29 | Un-unset TERM and DISPLAY (#26326) | Harmen Stoppels | 1 | -4/+0 |
2021-09-28 | Move detection logic in its own package (#26119) | Massimiliano Culpo | 5 | -287/+376 |
2021-09-27 | Use gnuconfig package for config file replacement (#26035) | Harmen Stoppels | 3 | -44/+234 |
2021-09-27 | Correct path comparisons for fs view (#25891) | psakievich | 2 | -6/+13 |
2021-09-26 | log_parser.py: Find failed test case messages in error logs (#25694) | bernhardkaindl | 1 | -1/+7 |
2021-09-25 | autotools doc PR: No depends_on('m4') with depends_on('autoconf') (#26101) | bernhardkaindl | 1 | -8/+32 |
2021-09-24 | autotools.py/autoreconf: Show the depends_on()s to add to the package (#26115) | bernhardkaindl | 1 | -4/+18 |
2021-09-24 | Remove centos:6 image references (#26095) | Harmen Stoppels | 3 | -12/+1 |
2021-09-22 | spack/build_environment.py: Clean MAKEFLAGS, DISPLAY and TERM (#26092) | bernhardkaindl | 1 | -0/+7 |
2021-09-21 | Feature: Add deprecated versions section to spack info output (#25972) | Tamara Dahlgren | 1 | -5/+20 |
2021-09-21 | Rename 'variant_name' to 'variant' and document it in autotools build system ... | Harmen Stoppels | 3 | -20/+40 |
2021-09-20 | Allow setting variant name in AutotoolsPackage._activate_or_not (#26054) | iarspider | 2 | -15/+29 |
2021-09-19 | Python: use platform-specific site packages dir (#25998) | Adam J. Stewart | 2 | -2/+2 |
2021-09-17 | Bootstrap should search for compilers after switching config scopes (#26029) | Massimiliano Culpo | 6 | -47/+80 |
2021-09-16 | cc: Use parameter expansion instead of basename (#24509) | Michael Kuhn | 1 | -1/+1 |
2021-09-16 | Recommend Git's manyFiles feature (#25977) | Michael Kuhn | 2 | -2/+2 |
2021-09-16 | Add a deprecation warning when using the old concretizer (#25966) | Massimiliano Culpo | 1 | -0/+8 |
2021-09-16 | Improve bootstrapping docs a hair (#25962) | Harmen Stoppels | 2 | -50/+51 |
2021-09-16 | Fix NameError in foreground/background test (#25967) | Harmen Stoppels | 1 | -2/+4 |
2021-09-16 | Inform the user about bootstrapping (#25964) | Harmen Stoppels | 1 | -0/+3 |
2021-09-15 | Raise exception when 1+ stand-alone tests fail (#25857) | Tamara Dahlgren | 1 | -0/+14 |
2021-09-14 | Make clingo the default solver (#25502) | Massimiliano Culpo | 2 | -1/+11 |
2021-09-14 | Add a __reduce__ method to Environment (#25678) | Adam J. Stewart | 2 | -0/+27 |
2021-09-14 | Adding ability to compare git references to spack install (#24639) | Vanessasaurus | 11 | -43/+614 |