index
:
spack
adelie
adelie-v0.19.0
adelie-v0.20.3
adelie-v0.21.0
develop
A flexible package manager that supports multiple versions, configurations, platforms, and compilers.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2023-09-07
move determine_number_of_jobs into spack.util.cpus, use it in concretize (#37...
Harmen Stoppels
7
-46
/
+86
2023-09-07
CUDA 10.1/10.2: Fix conflicts with PGI 19+. (#39747)
RĂ©mi Lacroix
1
-1
/
+1
2023-09-06
Handles case of empty craype_dir (#39371)
Dominic Hofer
1
-0
/
+2
2023-09-06
"spack config add": support values with ":" (#39831)
John W. Parent
2
-8
/
+44
2023-09-05
CMakePackage: remove -DBUILD_TESTING flag (#37967)
Adam J. Stewart
1
-2
/
+0
2023-09-05
Revert ""spack config add": allow values with a ":" (#39279)" (#39825)
Harmen Stoppels
2
-30
/
+7
2023-09-05
compilers/gcc.py: support cxx{20,23}_flag (#39777)
Wouter Deconinck
1
-0
/
+22
2023-09-05
Add type-hints to the `spack.detection` package (#39803)
Massimiliano Culpo
2
-67
/
+99
2023-09-05
build(deps): bump pytest from 7.4.0 to 7.4.1 in /lib/spack/docs (#39790)
dependabot[bot]
1
-1
/
+1
2023-09-04
glibc: add package (#39695)
Harmen Stoppels
1
-0
/
+41
2023-09-01
Windows: fix pwsh env activate/deactivate; load/unload (#39118)
John W. Parent
6
-11
/
+31
2023-09-01
"spack config add": allow values with a ":" (#39279)
John W. Parent
2
-7
/
+30
2023-08-31
environment: improve spack remove matching (#39390)
Massimiliano Culpo
3
-5
/
+95
2023-08-31
build(deps): bump sphinx from 7.2.4 to 7.2.5 in /lib/spack/docs (#39716)
dependabot[bot]
1
-1
/
+1
2023-08-31
Remove a few local imports in tests (#39719)
Harmen Stoppels
1
-12
/
+0
2023-08-31
ASP-based solver: add hidden mode to ignore versions that are moving targets,...
Harmen Stoppels
5
-134
/
+194
2023-08-30
Windows: oneapi/msvc consistency (#39180)
John W. Parent
1
-36
/
+145
2023-08-30
completion: add alias handling
Todd Gamblin
1
-0
/
+3
2023-08-30
Add `concretise` and `containerise` aliases for our UK users
Todd Gamblin
1
-1
/
+1
2023-08-29
Revert "Add style tool to fix fish file formatting (#39155)" (#39680)
Harmen Stoppels
3
-37
/
+13
2023-08-29
build(deps): bump sphinx from 7.2.3 to 7.2.4 in /lib/spack/docs (#39668)
dependabot[bot]
1
-1
/
+1
2023-08-28
Add style tool to fix fish file formatting (#39155)
Adam J. Stewart
3
-13
/
+37
2023-08-28
modules: copy matched config to prevent bleed (#39421)
Jonathon Anderson
1
-1
/
+1
2023-08-26
External ROCm: add example configuration (#39602)
Peter Scheibel
2
-0
/
+114
2023-08-25
Windows symlinking support (#38599)
James Smillie
11
-161
/
+787
2023-08-24
rebuild-index: fix race condition by avoiding parallelism (#39594)
Harmen Stoppels
1
-25
/
+10
2023-08-24
Remove leftover attributes from parser (#39574)
Massimiliano Culpo
2
-27
/
+1
2023-08-24
build(deps): bump sphinx from 7.2.2 to 7.2.3 in /lib/spack/docs (#39603)
dependabot[bot]
1
-1
/
+1
2023-08-23
Uppercase global constants in spec.py (#39573)
Massimiliano Culpo
9
-38
/
+38
2023-08-23
do not warn for invalid package name on repo.yaml if subdirectory: '' (#39439)
Greg Becker
1
-1
/
+1
2023-08-23
ASP-based solver: split heuristic for duplicate nodes (#39593)
Massimiliano Culpo
3
-16
/
+27
2023-08-23
Add --fail-fast option for generating build caches (#38496)
Dom Heinzeller
1
-1
/
+25
2023-08-23
docs: API, f-string, and path updates to test section (#39584)
Tamara Dahlgren
1
-38
/
+42
2023-08-22
spack.caches: make fetch_cache_location lowercase (#39575)
Kamil Iskra
1
-1
/
+1
2023-08-22
ASP-based solver: use edge properties for reused specs (#39508)
Massimiliano Culpo
3
-31
/
+33
2023-08-22
Bump sphinx from 6.2.1 to 7.2.2 in /lib/spack/docs (#39502)
dependabot[bot]
1
-1
/
+1
2023-08-22
Bump sphinx-rtd-theme from 1.2.2 to 1.3.0 in /lib/spack/docs (#39562)
dependabot[bot]
1
-1
/
+1
2023-08-18
Fix Spack freeze on install child process unexpected exit (#39015)
Jordan Galby
1
-8
/
+27
2023-08-17
ASP-based solver: optimize key to intermediate dicts (#39471)
Massimiliano Culpo
1
-8
/
+15
2023-08-17
Bump mypy from 1.5.0 to 1.5.1 in /lib/spack/docs (#39478)
dependabot[bot]
1
-1
/
+1
2023-08-17
Add debugging statements to file search (#39121)
Peter Scheibel
1
-2
/
+7
2023-08-17
Delay abstract hashes lookup (#39251)
Harmen Stoppels
7
-68
/
+92
2023-08-16
Extract Package from PackageNode for error messages
Massimiliano Culpo
1
-72
/
+72
2023-08-16
Avoid sort on singleton list during edge insertion (#39458)
Harmen Stoppels
1
-9
/
+7
2023-08-16
Do not impose provider conditions, if the node is not a provider (#39456)
Massimiliano Culpo
2
-8
/
+30
2023-08-16
json: minify by default (#39457)
Harmen Stoppels
1
-1
/
+1
2023-08-16
Add new custom markers to unit tests (#33862)
Massimiliano Culpo
82
-500
/
+211
2023-08-15
Change semantic for providers
Massimiliano Culpo
2
-11
/
+57
2023-08-15
Change "effect_rules" for symmetry with trigger rules
Massimiliano Culpo
1
-13
/
+16
2023-08-15
Rework conflicts so that "vendors" is not needed anymore
Massimiliano Culpo
4
-78
/
+28
[next]