summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2022-12-21json: remove python 2 only code (#34615)Harmen Stoppels3-45/+5
2022-12-21rocm: make amdgpu_target sticky (#34591)Cory Bloor1-0/+1
2022-12-21urlopen: handle timeout in opener (#34639)Harmen Stoppels1-4/+4
2022-12-21etags for index.json invalidation, test coverage (#34641)Harmen Stoppels4-97/+442
2022-12-20archspec: add support for zen4 (#34609)Massimiliano Culpo7-33/+98
2022-12-17fix != -> == typo (#34568)Harmen Stoppels1-1/+1
2022-12-16Compiler detection: avoid false recognition of MSVC (#34574)John W. Parent1-0/+2
2022-12-15Propagate exceptions from Spack python console (#34547)Massimiliano Culpo1-0/+17
2022-12-15IntelOneApiPackage: add envmods variant to toggle environment modifications b...Sean Koyama1-5/+14
2022-12-15Add a proper deprecation warning for update-index -d (#34520)Harmen Stoppels4-5/+38
2022-12-15Remove warning in download_tarball (#34549)Harmen Stoppels1-4/+0
2022-12-15Forward lookup of the "run_tests" attribute (#34531)Massimiliano Culpo2-1/+20
2022-12-14Revert "Revert "Use `urllib` handler for `s3://` and `gs://`, improve `url_ex...Harmen Stoppels4-159/+92
2022-12-14Use update-index --mirror-url <url> instead of -d <url> (#34519)Harmen Stoppels3-3/+3
2022-12-13Use file paths/urls correctly (#34452)Harmen Stoppels28-471/+259
2022-12-13Don't fetch to order mirrors (#34359)Harmen Stoppels2-11/+15
2022-12-13Fix markdown links in rst files (#34488)Aidan Heerdegen1-4/+6
2022-12-13spack/package.py: improve editor support for some +/- static props (#34319)Harmen Stoppels2-20/+20
2022-12-13scons: fix signature for `install_args` (#34481)Massimiliano Culpo1-4/+4
2022-12-12directives: depends_on should not admit anonymous specs (#34368)Todd Gamblin2-1/+15
2022-12-12intel-oneapi-* conflicts for non linux, x86 (#34441)Robert Cohn1-0/+11
2022-12-10`pkg grep`: use `capfd` instead of executable for testsTodd Gamblin1-5/+5
2022-12-10Revert "Use `urllib` handler for `s3://` and `gs://`, improve `url_exists` th...Todd Gamblin4-77/+121
2022-12-10Use `urllib` handler for `s3://` and `gs://`, improve `url_exists` through HE...Harmen Stoppels4-121/+77
2022-12-09new command: `spack pkg grep` to search package files (#34388)Todd Gamblin3-5/+125
2022-12-09Windows: reenable unit tests (#33385)John W. Parent17-32/+88
2022-12-09binary distribution: warn about issues (#34152)Harmen Stoppels1-3/+8
2022-12-09s3: cache client instance (#34372)Harmen Stoppels4-78/+117
2022-12-08Cray manifest: automatically convert 'cray' platform to 'linux' (#34177)Peter Scheibel3-3/+39
2022-12-07Windows: Prevent SameFileError when rpathing (#34332)John W. Parent1-4/+11
2022-12-07parser: refactor with coarser token granularity (#34151)Massimiliano Culpo14-1566/+1505
2022-12-06compiler flags: fix mixed flags from cli and yaml (#34218)Greg Becker2-35/+35
2022-12-06Stop checking for {s3://path}/index.html (#34325)Harmen Stoppels1-14/+0
2022-12-06Avoid stat call in `llnl.util.symlink` on non-windows (#34321)Harmen Stoppels1-1/+4
2022-12-06Remove legacy yaml from buildcache fetch (#34347)Harmen Stoppels2-102/+24
2022-12-06Bootstrap most of Spack dependencies using environments (#34029)Massimiliano Culpo18-1149/+1426
2022-12-05vermin: remove all novm comments from code (#34308)Todd Gamblin23-26/+26
2022-12-05web: remove checks for SSL verification support (#34307)Todd Gamblin1-31/+5
2022-12-04typing: move from comment annotations to Python 3.6 annotations (#34305)Todd Gamblin39-134/+118
2022-12-02patch command: add concretizer args (#34282)Greg Becker1-0/+1
2022-12-02Docs: Minor change 'several'->'over a dozen' (#34274)Tamara Dahlgren1-1/+1
2022-12-02concretizer: use only `attr()` for Spec attributes (#31202)Todd Gamblin4-430/+409
2022-12-02Bugfix: Fetch should not force use of curl to check url existence (#34225)Tamara Dahlgren1-3/+3
2022-12-01conditional variant values: allow boolean (#33939)Greg Becker2-17/+39
2022-11-30Deduplicate code to propagate module changes across MRO (#34157)Massimiliano Culpo2-50/+22
2022-11-30Single pass text replacement (#34180)Harmen Stoppels2-34/+88
2022-11-29debug: move "nonexistent config path" message to much higher verbosity level ...Todd Gamblin1-2/+2
2022-11-28warn about removal of deprecated format strings (#34101)Greg Becker4-3/+16
2022-11-28Use a module-like object to propagate changes in the MRO, when setting build ...Massimiliano Culpo2-18/+77
2022-11-28Revert "Revert "gitlab: Add shared PR mirror to places pipelines look for bin...Harmen Stoppels3-0/+17