summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2023-09-20Fix a leftover typo from depflag rework (#40101)Massimiliano Culpo1-1/+1
2023-09-20Add details on error messages from requirements (#40092)Marc Mengel1-2/+6
2023-09-19Use process pool executors for web-crawling and retrieving archives (#39888)Massimiliano Culpo18-278/+288
2023-09-19ASP-based solver: declare deprecated versions iff config:deprecated:true (#40...Massimiliano Culpo8-41/+146
2023-09-18Better detection of Python libs/headers (#39308)Adam J. Stewart1-8/+12
2023-09-18checksum: use FIXME instead of FIX ME when adding versions (#40050)Michael Kuhn1-1/+1
2023-09-15CI: add spec to job vars (#39905)Caetano Melone1-0/+5
2023-09-15Windows RPATHing: fix symlink error (#39933)John W. Parent2-23/+38
2023-09-15Group primitive url/path handling functions together (#40028)Massimiliano Culpo20-884/+901
2023-09-15build(deps): bump sphinx from 7.2.5 to 7.2.6 in /lib/spack/docs (#40029)dependabot[bot]1-1/+1
2023-09-14Ensure PythonExtension is consistent when finding externals (#40012)Massimiliano Culpo1-41/+41
2023-09-14Add efficient `deptype` flag and `spack.deptypes` module (#39472)Harmen Stoppels33-455/+529
2023-09-13Revert "ASP-based solver: don't declare deprecated versions unless required (...Harmen Stoppels8-91/+42
2023-09-13ASP-based solver: don't declare deprecated versions unless required (#38181)Massimiliano Culpo8-42/+91
2023-09-13Spec.tree: add type hints (#39948)Massimiliano Culpo2-21/+47
2023-09-12Fix typo in metaclasses (#39947)Massimiliano Culpo1-1/+1
2023-09-12asp.py: fix deprecation warning (#39943)Harmen Stoppels1-3/+2
2023-09-12build(deps): bump black from 23.7.0 to 23.9.1 in /lib/spack/docs (#39937)dependabot[bot]1-1/+1
2023-09-11Update archspec to latest commit (#39920)Massimiliano Culpo4-10/+119
2023-09-08NMake Builder: change property name (#39824)John W. Parent1-5/+5
2023-09-08Windows decompression: fix removal of intermediate file (#38958)Dan Lipsa1-6/+7
2023-09-08Speed-up `spack external find` execution (#39843)Massimiliano Culpo9-340/+314
2023-09-08build(deps): bump pytest from 7.4.1 to 7.4.2 in /lib/spack/docs (#39883)dependabot[bot]1-1/+1
2023-09-07Docs/Packaging guide: Add BundlePackage (#39691)Tamara Dahlgren2-12/+80
2023-09-07CI Timing Statistics (#38598)kwryankrattiger5-38/+113
2023-09-07move determine_number_of_jobs into spack.util.cpus, use it in concretize (#37...Harmen Stoppels7-46/+86
2023-09-07CUDA 10.1/10.2: Fix conflicts with PGI 19+. (#39747)RĂ©mi Lacroix1-1/+1
2023-09-06Handles case of empty craype_dir (#39371)Dominic Hofer1-0/+2
2023-09-06"spack config add": support values with ":" (#39831)John W. Parent2-8/+44
2023-09-05CMakePackage: remove -DBUILD_TESTING flag (#37967)Adam J. Stewart1-2/+0
2023-09-05Revert ""spack config add": allow values with a ":" (#39279)" (#39825)Harmen Stoppels2-30/+7
2023-09-05compilers/gcc.py: support cxx{20,23}_flag (#39777)Wouter Deconinck1-0/+22
2023-09-05Add type-hints to the `spack.detection` package (#39803)Massimiliano Culpo2-67/+99
2023-09-05build(deps): bump pytest from 7.4.0 to 7.4.1 in /lib/spack/docs (#39790)dependabot[bot]1-1/+1
2023-09-04glibc: add package (#39695)Harmen Stoppels1-0/+41
2023-09-01Windows: fix pwsh env activate/deactivate; load/unload (#39118)John W. Parent6-11/+31
2023-09-01"spack config add": allow values with a ":" (#39279)John W. Parent2-7/+30
2023-08-31environment: improve spack remove matching (#39390)Massimiliano Culpo3-5/+95
2023-08-31build(deps): bump sphinx from 7.2.4 to 7.2.5 in /lib/spack/docs (#39716)dependabot[bot]1-1/+1
2023-08-31Remove a few local imports in tests (#39719)Harmen Stoppels1-12/+0
2023-08-31ASP-based solver: add hidden mode to ignore versions that are moving targets,...Harmen Stoppels5-134/+194
2023-08-30Windows: oneapi/msvc consistency (#39180)John W. Parent1-36/+145
2023-08-30completion: add alias handlingTodd Gamblin1-0/+3
2023-08-30Add `concretise` and `containerise` aliases for our UK usersTodd Gamblin1-1/+1
2023-08-29Revert "Add style tool to fix fish file formatting (#39155)" (#39680)Harmen Stoppels3-37/+13
2023-08-29build(deps): bump sphinx from 7.2.3 to 7.2.4 in /lib/spack/docs (#39668)dependabot[bot]1-1/+1
2023-08-28Add style tool to fix fish file formatting (#39155)Adam J. Stewart3-13/+37
2023-08-28modules: copy matched config to prevent bleed (#39421)Jonathon Anderson1-1/+1
2023-08-26External ROCm: add example configuration (#39602)Peter Scheibel2-0/+114
2023-08-25Windows symlinking support (#38599)James Smillie11-161/+787