summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2021-11-29Speed up install of environments with dev packages (#27167)Thomas Madlener1-44/+60
2021-11-29distro: don't use deprecated linux_distribution (#27658)Harmen Stoppels1-4/+2
2021-11-29bootstrap: restrict patchelf to v0.13.x (#27685)Massimiliano Culpo1-1/+4
2021-11-29Handle byte sequences which are not encoded as UTF8 while logging. (#21447)Paul Ferrell2-1/+24
2021-11-26Bootstrap patchelf like GnuPG (#27532)Massimiliano Culpo4-83/+70
2021-11-25module_file_support: update format for configuration (#27598)Maxim Belkin1-67/+77
2021-11-24spack flake8: remove deprecated command (#27290)Massimiliano Culpo1-25/+0
2021-11-24intel-oneapi-mkl: add cluster libs and option for static linking (#26256)Robert Cohn2-2/+45
2021-11-24Make patchelf test use the realpath (#27618)Harmen Stoppels1-1/+1
2021-11-24Update distro to v1.6.0 (#27263)Massimiliano Culpo2-217/+502
2021-11-24Update Jinja2 to v2.11.3 and MarkupSafe to v1.1.1 (#27264)Massimiliano Culpo37-4147/+5002
2021-11-24Update six to v1.16.0 (#27265)Massimiliano Culpo2-21/+128
2021-11-23Fix leaky tests (#27616)Harmen Stoppels3-7/+7
2021-11-23Remove support for Python 2.6 (#27256)Massimiliano Culpo25-288/+62
2021-11-22bugfix: Allow legacy tests to be read after hash break (#26078)Nathan Hanford2-1/+33
2021-11-22Intel packages: add support for LLVM OpenMP (#26517)Piotr Luszczek1-1/+7
2021-11-22Make CUDA and ROCm architecture conditional (#27185)Massimiliano Culpo2-2/+4
2021-11-22Make _enable_or_disable(...) return an empty array for conditional variants w...Harmen Stoppels3-0/+32
2021-11-19Add connection specification to mirror creation (#24244)Joseph Snyder11-43/+218
2021-11-19define_from_variant: return an empty string for non-existing variants (#27503)Harmen Stoppels3-0/+29
2021-11-19Adding --reuse to dev-build command. (#27487)Michael Davis1-2/+2
2021-11-19Remove spurious debug print (#27541)Massimiliano Culpo1-1/+0
2021-11-18Refactor bootstrap of "spack style" dependencies (#27485)Massimiliano Culpo4-156/+156
2021-11-18Allow recent pytest versions to be used with Spack (#25371)Massimiliano Culpo94-28/+76
2021-11-18ci: run style unit tests only if we target develop (#27472)Harmen Stoppels2-2/+17
2021-11-17Fix overly generic exceptions in log parser (#27413)Harmen Stoppels1-4/+0
2021-11-16Intel mpi: allow use of external libfabric (#27292)Robert Cohn1-9/+10
2021-11-15Turn some verbose messages into debug messages (#27408)Harmen Stoppels1-8/+8
2021-11-12Add PyPI docs and warning in auto-generated package (#27404)Seth R. Johnson2-3/+16
2021-11-11Fix overloaded argparse keys (#27379)Harmen Stoppels5-15/+14
2021-11-09spack tutorial: fix output to screen (#27316)Massimiliano Culpo1-1/+3
2021-11-09Fix typos (ouptut) (#27317)Maxim Belkin2-2/+2
2021-11-09Fix log-format reporter ignoring install errors (#25961)Jordan Galby3-31/+48
2021-11-09make --enable-locks actually enable locks (#24675)Dylan Simon1-2/+3
2021-11-09build_environment: clean *_ROOT variables (#26474)Valentin Volkl1-0/+7
2021-11-08Python tests: skip importing weirdly-named modules (#27151)iarspider2-0/+6
2021-11-05bump version number to 0.17.0Todd Gamblin2-2/+2
2021-11-05Prevent additional properties to be in the answer set when reusing specs (#27...Massimiliano Culpo3-1/+42
2021-11-05make version docs reflect reality (#27149)Harmen Stoppels1-26/+30
2021-11-05commands: `spack load --list` alias for `spack find --loaded` (#27184)Todd Gamblin4-10/+50
2021-11-05docs for experimental `--reuse` argument to `spack install`Todd Gamblin1-0/+28
2021-11-05error message for reusing multiple hashes for packageGregory Becker1-1/+2
2021-11-05concretizer: add error messages and simplify asp.pyTodd Gamblin2-8/+18
2021-11-05Fix logic program for multi-valued variantsMassimiliano Culpo1-45/+71
2021-11-05bugfix: handle hashes that only exist in input specsTodd Gamblin1-27/+48
2021-11-05concretizer: exempt already-installed specs from compiler and variant rulesTodd Gamblin2-7/+22
2021-11-05spack diff: more flexible tests, restore transitive diff with spec_clausesTodd Gamblin3-12/+39
2021-11-05Add a missing definition in the logic programMassimiliano Culpo1-0/+1
2021-11-05Add buildcache to reusable specsMassimiliano Culpo4-16/+51
2021-11-05spack install: add --reuse argumentMassimiliano Culpo2-4/+6