summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Expand)AuthorFilesLines
2024-01-02Update copyright year to 2024 (#41919)Todd Gamblin7-7/+7
2023-09-08Spack on Windows: fix shell scripts when root contains a space (#39875)John W. Parent2-18/+17
2023-09-01Windows: fix pwsh env activate/deactivate; load/unload (#39118)John W. Parent1-4/+19
2023-08-18spack.bat: Fixup CL arg parsing (#39359)John W. Parent1-51/+29
2023-07-04Remove from __future__ imports (#38703)Adam J. Stewart1-2/+0
2023-06-27Windows: Add PowerShell env support (#37951)John W. Parent2-1/+133
2023-04-06Spack on Windows: spack.bat comment syntax (#36531)John W. Parent1-19/+19
2023-03-28Windows: spack.bat CLI handling robustness (#36281)John W. Parent1-36/+71
2023-02-22Allow users to specify root env dir (#32836)psakievich1-0/+1
2023-02-17Windows: enforce carriage return for .bat files (#35514)John W. Parent1-1/+1
2023-02-07Windows: Fix spack.bat handling of env commands (#35143)Dan Lipsa1-18/+30
2023-01-18license year bump (#34921)Harmen Stoppels6-6/+6
2023-01-09Remove Spack external find from startupJohn Parent1-1/+0
2023-01-09Update haspywinJohn Parent1-0/+1
2022-11-14Remove support for running with Python 2.7 (#33063)Massimiliano Culpo1-5/+3
2022-11-07encode development requirements in pyproject.toml (#32616)Tom Scogland1-46/+2
2022-09-07Make GHA tests parallel by using xdist (#32361)Tom Scogland1-1/+0
2022-09-02Reorder workflow execution in GHA (#32183)Tom Scogland1-0/+96
2022-07-31black: reformat entire repository with blackTodd Gamblin2-9/+9
2022-07-31black: clean up noqa comments from most of the codeTodd Gamblin2-3/+3
2022-04-20refactor powershell setup to make it sourceable (#29987)Tom Scogland1-54/+5
2022-03-22Windows PWSH setup fix (#29649)John W. Parent1-4/+4
2022-03-17PWSH SupportJohn Parent1-0/+59
2022-03-17Windows Support: Testing Suite integrationJohn Parent1-0/+1
2022-03-17Update tests support for WindowsBetsy McPhail1-5/+5
2022-03-17Spack on Windows package portsJohn Parent1-2/+6
2022-03-17Add Github Actions for Windows (#24504)John Parent2-3/+9
2022-03-17Relocate spack_cmd and scripts from installer to root bin (#24651)John W. Parent3-0/+304
2022-01-14Update copyright year to 2022Todd Gamblin2-2/+2
2021-11-23Remove support for Python 2.6 (#27256)Massimiliano Culpo1-4/+2
2021-08-17Use a patched argparse only in Python 2.X (#25376)Massimiliano Culpo1-0/+23
2021-05-22Spack can Use RHEL8's `platform-python` if nothing else is available. (#23857)Todd Gamblin1-1/+2
2021-04-22Docs: Updated copyrights in files still using 2020 as ending year (#23215)Tamara Dahlgren1-1/+1
2021-03-20notify and error out on more unsupported versions (#22389)Tom Scogland1-9/+14
2021-02-12Introduce a SPACK_PYTHON environment variable (#21222)Chuck Atkins1-3/+6
2021-01-02copyrights: update all files with license headers for 2021Todd Gamblin2-2/+2
2020-12-22add mypy to style checks; rename `spack flake8` to `spack style` (#20384)Tom Scogland1-0/+2
2020-11-12macos: update build process to use spawn instead of fork (#18205)Peter Scheibel1-2/+4
2020-10-28sbang: vendor sbangTodd Gamblin1-95/+15
2020-10-27sbang: convert sbang script to POSIX shellTodd Gamblin1-48/+106
2020-10-26sbang: add support for php (#18299)Toyohisa Kameyama1-7/+18
2020-03-29spack-python should exec `spack python` (#15738)Todd Gamblin1-1/+1
2020-01-24sbang: Fix perl binary detectionMichael Kuhn1-3/+3
2020-01-21pipelines: `spack ci` command with env-based workflow (#12854)Scott Wittenburg3-503/+0
2019-12-30copyright: update copyright dates for 2020 (#14328)Todd Gamblin5-5/+5
2019-10-22fetching: S3 upload and download (#11117)Omar Padron1-1/+1
2019-09-29prefer Python 3 to Python 2 for running SpackTodd Gamblin1-1/+17
2019-09-13Fixes identified in ecp facilities hackathon fixes:Scott Wittenburg1-26/+18
2019-09-13Implement an optional compiler bootstrapping phaseScott Wittenburg2-116/+193
2019-09-13Add pre-ci job generation for a multi-repo setupScott Wittenburg1-0/+93