summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2022-11-17Hdf5 package: build on Windows (#31141)Jared Popelar2-1/+3
2022-11-17Waf build system: fix typo in legacy_attributes (#33958)Chris Green1-1/+1
2022-11-17docs: fix typo in multiple build systems (#33965)Harmen Stoppels1-1/+1
2022-11-17relocate.py: small refactor for file_is_relocatable (#33967)Harmen Stoppels4-39/+31
2022-11-17Remove deprecated subcommands from "spack bootstrap" (#33964)Massimiliano Culpo2-42/+23
2022-11-17Add sgid notice when running on AFS (#30247)Michael Kuhn1-0/+7
2022-11-17lib/spack/spack/store.py: Fix #28170 for padding relocation (#33122)Brian Vanderwende1-0/+1
2022-11-16initial implementation of slingshot detection (#33793)Greg Becker1-0/+4
2022-11-16Upstreams: add canonicalize path (#33946)psakievich1-1/+3
2022-11-16Windows bootstrapping: remove unneeded call to add dll to PATH (#33622)John W. Parent1-7/+0
2022-11-16SIP build system: fix "python not defined in builder" (#33906)Stephen Sachs1-1/+1
2022-11-16docs updates for spack env depfile (#33937)Harmen Stoppels1-6/+10
2022-11-16spack env depfile in Gitlab CI should use `install-deps/pkg-version-hash` tar...Harmen Stoppels1-3/+1
2022-11-16Change code suggestions to output black formatter compliant code (#33931)Kevin Broch1-2/+2
2022-11-16Getting Started: Python 2 is no longer supported (#33927)Adam J. Stewart1-1/+1
2022-11-15docs: fix typo (#33926)Michael Kuhn1-2/+2
2022-11-15Show time per phase (#33874)Harmen Stoppels2-16/+11
2022-11-15depfile: improve tab completion (#33773)Harmen Stoppels1-14/+30
2022-11-15Fixup: start the timer before the phase (#33917)Harmen Stoppels1-2/+1
2022-11-15Fix incorrect timer (#33900)Harmen Stoppels5-65/+305
2022-11-15External find now searches all dynamic linker paths (#33800)Brian Van Essen3-12/+211
2022-11-15Remove exit(0) (#33896)Harmen Stoppels2-9/+7
2022-11-15Stop using `six` in Spack (#33905)Massimiliano Culpo83-618/+329
2022-11-14gitlab: Add shared PR mirror to places pipelines look for binaries. (#33746)Scott Wittenburg3-0/+17
2022-11-14Add `$date` option to the list of config variables (#33875)psakievich3-0/+13
2022-11-14rocm: add all GFX9, GFX10 and GFX11 amdgpu_targets (#33871)Cory Bloor1-2/+17
2022-11-14Bump version to v0.20.0.dev0Todd Gamblin1-1/+1
2022-11-14Get rid of context for exceptions outside PackageBase (#33887)Harmen Stoppels1-0/+2
2022-11-14Fix a bug/typo in a config_values.py fixture (#33886)Massimiliano Culpo1-1/+1
2022-11-14Remove support for running with Python 2.7 (#33063)Massimiliano Culpo58-4197/+254
2022-11-14Speed up traverse unit tests (#33840)Harmen Stoppels1-32/+107
2022-11-13hotfix: ensure that schema is compatible with tutorial VM configTodd Gamblin1-0/+1
2022-11-13Speed-up bootstrap and architecture unit tests (#33865)Massimiliano Culpo2-2/+3
2022-11-12update tutorial command to newest release branch (#33867)Greg Becker1-1/+1
2022-11-12use spack.version_info as source of version truth for spack tutorial command ...Greg Becker1-1/+2
2022-11-11Speed-up unit tests by caching default mock concretization (#33755)Massimiliano Culpo10-180/+218
2022-11-11ensure view projections for extensions always point to extendee (#33848)Greg Becker1-2/+11
2022-11-11docs: updates related to extensions (#33837)Harmen Stoppels4-44/+78
2022-11-11remove activate/deactivate support in favor of environments (#29317)Harmen Stoppels21-1559/+31
2022-11-10remove deprecated top-level module config (#33828)Greg Becker3-66/+2
2022-11-11remove deprecated `concretization` environment key (#33774)Greg Becker3-90/+6
2022-11-10Use bfs order in spack find --deps tree (#33782)Harmen Stoppels2-9/+11
2022-11-10spack location: fix attribute lookup after multiple build systems (#33791)Massimiliano Culpo1-2/+4
2022-11-09always use the cxx compiler as a host compiler (#33771)Chris White1-7/+1
2022-11-09Revert "fix racy sbang (#33549)" (#33778)Harmen Stoppels3-65/+43
2022-11-09ensure external PythonPackages have python deps (#33777)Greg Becker5-0/+54
2022-11-08Account for patchelf binaries when creating local bootstrap mirror (#33776)Massimiliano Culpo1-0/+2
2022-11-08fix racy sbang (#33549)Harmen Stoppels3-43/+65
2022-11-08use pwd for usernames on unix (#19980)Greg Becker1-1/+13
2022-11-08Install from source if binary cache checksum validation fails (#31696)Stephen Sachs1-0/+10