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
2021-10-28
config: fix `SPACK_DISABLE_LOCAL_CONFIG`, remove `$user_config_path` (#27022)
Todd Gamblin
6
-17
/
+13
2021-10-28
Deactivate previous env before activating new one (#25409)
Harmen Stoppels
2
-15
/
+23
2021-10-28
YamlFilesystemView: improve file removal performance via batching (#24355)
Robert Blackwell
3
-17
/
+23
2021-10-28
Fix sbang hook for non-writable files (#27007)
Michael Kuhn
2
-0
/
+15
2021-10-28
buildcaches: fix directory link relocation (#26948)
Paul Ferrell
2
-3
/
+17
2021-10-27
Remove documentation tests from GitHub Actions (#26981)
Massimiliano Culpo
1
-9
/
+0
2021-10-27
tests: speed up `spack list` tests (#26958)
Todd Gamblin
2
-36
/
+41
2021-10-27
Allow non-UTF-8 encoding in sbang hook (#26793)
Harmen Stoppels
2
-71
/
+181
2021-10-27
Fix assumption v.concrete => isinstance(v, Version) (#26537)
Harmen Stoppels
2
-2
/
+23
2021-10-26
config: overrides for caches and system and user scopes (#26735)
Harmen Stoppels
7
-47
/
+228
2021-10-26
modules: allow user to remove arch dir (#24156)
Greg Becker
8
-11
/
+58
2021-10-26
modules: configurable module defaults (#24367)
Greg Becker
4
-3
/
+86
2021-10-25
containerize: pin the Spack version used in a container (#21910)
Massimiliano Culpo
11
-86
/
+447
2021-10-25
cuda: add 11.4.1, 11.4.2, 11.5.0. (#26892)
Olli Lupton
1
-1
/
+4
2021-10-25
Reduce verbosity of module files warning
Harmen Stoppels
1
-3
/
+1
2021-10-25
Return early in do_fetch when there is no code or a package is external (#26926)
Harmen Stoppels
3
-7
/
+32
2021-10-25
virtuals: simplify virtual handling
Todd Gamblin
1
-16
/
+5
2021-10-25
Add a unit test to prevent regression
Massimiliano Culpo
4
-2
/
+20
2021-10-25
ASP-based solver: a package eligible to provide a virtual must provide it
Massimiliano Culpo
1
-0
/
+5
2021-10-24
Mark flaky test_ci_rebuild as xfail (#26911)
Scott Wittenburg
1
-0
/
+1
2021-10-24
py-vermin: add latest version 1.3.1 (#26920)
Morten Kristensen
1
-1
/
+1
2021-10-22
Document backport in py (#26897)
Harmen Stoppels
1
-0
/
+2
2021-10-22
Shorten long shebangs only if the execute permission is set (#26899)
Harmen Stoppels
2
-0
/
+54
2021-10-22
Backport #186 from py-py to fix macOS failures (#26653)
Harmen Stoppels
1
-3
/
+3
2021-10-22
Add GCS Bucket Mirrors (#26382)
Doug Jacobsen
5
-0
/
+375
2021-10-21
Make 'spack location -e' print the current env, and 'spack cd -e' go to the c...
Harmen Stoppels
2
-21
/
+26
2021-10-20
Add --preferred and --latest to`spack checksum` (#25830)
Tamara Dahlgren
5
-14
/
+103
2021-10-20
Reduce verbosity of error messages when concretizing environments (#26843)
Massimiliano Culpo
2
-17
/
+25
2021-10-20
Fix typo in repositories.rst (#26845)
Alexander Jaust
1
-1
/
+1
2021-10-19
A single process pool is not something to boast about (#26837)
Harmen Stoppels
1
-3
/
+3
2021-10-19
cray architecture detection for zen3/milan (#26827)
Greg Becker
1
-7
/
+14
2021-10-19
Reduce verbosity of threaded concretization (#26822)
Harmen Stoppels
1
-2
/
+6
2021-10-19
Speed-up environment concretization on linux with a process pool (#26264)
Massimiliano Culpo
9
-27
/
+232
2021-10-19
Fix trigger and child links in pipeline docs (#26814)
Christopher Kotfila
1
-2
/
+2
2021-10-18
Speed up pipeline generation (#26622)
Scott Wittenburg
2
-16
/
+38
2021-10-18
patches: make re-applied patches idempotent (#26784)
Todd Gamblin
4
-25
/
+137
2021-10-18
Make macOS installed libraries more relocatable (#26608)
Seth R. Johnson
6
-112
/
+392
2021-10-18
docutils > 0.17 issue with rendering list items in sphinx (#26355)
Shahzeb Siddiqui
2
-0
/
+4
2021-10-18
Remove unused exist_errors in installer.py (#26650)
Harmen Stoppels
1
-5
/
+1
2021-10-18
Don't print error output in the test whether gpgconf works (#26682)
Harmen Stoppels
1
-1
/
+1
2021-10-18
Revert 19736 because conflicts are avoided by clingo by default (#26721)
Harmen Stoppels
1
-96
/
+95
2021-10-15
Fix ruby dependent extensions. (#26729)
Brice Videau
1
-1
/
+8
2021-10-15
Revert "Don't run lsb_release on linux (#26707)" (#26754)
Harmen Stoppels
2
-4
/
+1
2021-10-15
EnvironmentModifications: allow disabling stack tracing (#26706)
Harmen Stoppels
2
-14
/
+29
2021-10-14
Stand-alone tests: disallow re-using an alias (#25881)
Tamara Dahlgren
4
-8
/
+82
2021-10-14
ASP-based solver: add a rule for version uniqueness in virtual packages (#26740)
Massimiliano Culpo
2
-0
/
+10
2021-10-14
Constrain abstract specs rather than concatenating strings in the "when" cont...
Massimiliano Culpo
6
-11
/
+73
2021-10-14
Don't run lsb_release on linux (#26707)
Harmen Stoppels
2
-1
/
+4
2021-10-13
buildcache: do one less tar file extraction
Patrick Gartung
2
-35
/
+25
2021-10-12
Improve error messages for bootstrap download failures (#26599)
Harmen Stoppels
5
-23
/
+100
[prev]
[next]