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-07-19
Fix S3 urlparse scheme error and add test (#24952)
Harmen Stoppels
2
-4
/
+13
2021-07-16
Sphinx 3.4+ required for correct reference target linking
Adam J. Stewart
3
-3
/
+3
2021-07-16
API Docs: fix broken reference targets
Adam J. Stewart
57
-471
/
+510
2021-07-16
Python: query distutils to find site-packages directory (#24095)
Adam J. Stewart
3
-43
/
+32
2021-07-15
archspec: added support for arm compiler on graviton2 (#24904)
Massimiliano Culpo
2
-1
/
+7
2021-07-14
spec may be a string, use precomputed namespace (#24867)
Greg Becker
1
-1
/
+1
2021-07-13
binary_distribution: relocate x-pie-executable files (#24854)
eugeneswalker
1
-1
/
+1
2021-07-13
Fix KeyboardInterrupt signal for Python 2
Adam J. Stewart
1
-1
/
+4
2021-07-12
Enable/disable bootstrapping and customize store location (#23677)
Massimiliano Culpo
11
-10
/
+299
2021-07-12
build output: filter padding out of console output when `padded_length` is us...
Todd Gamblin
5
-7
/
+188
2021-07-11
docs: fix reference to count of system packages (#24821)
Matthew Fernandez
1
-1
/
+1
2021-07-10
Fix out of date remote spec.yamls while updating the index (#24811)
Scott Wittenburg
2
-10
/
+130
2021-07-09
debug: initial global debug flag support (#24285)
Vanessasaurus
2
-0
/
+74
2021-07-10
spec.splice: properly handle cached hash invalidations (#24795)
Greg Becker
3
-18
/
+91
2021-07-09
ci: tolerate 'InvalidAccessKeyId' (#24741)
Zack Galbreath
1
-1
/
+1
2021-07-09
Remove unnecessary compiler id override for XL (#24799)
Chris White
1
-15
/
+0
2021-07-08
imports: sort imports everywhere in Spack (#24695)
Todd Gamblin
327
-863
/
+1045
2021-07-07
cvs tests: don't use dateutil at all
Todd Gamblin
1
-18
/
+21
2021-07-07
style: get close to full coverage of `spack style`
Todd Gamblin
3
-95
/
+182
2021-07-07
style: clean up and restructure `spack style` command
Todd Gamblin
1
-93
/
+77
2021-07-07
style: Move isort configuration to pyproject.toml
Todd Gamblin
1
-4
/
+0
2021-07-07
style: add support for `isort` and `--fix`
Danny McClanahan
1
-9
/
+55
2021-07-06
oneAPI packages: add 2021.3 release (#24617)
Vasily Danilin
2
-12
/
+35
2021-07-06
fix buffered download (#24623)
Harmen Stoppels
1
-8
/
+8
2021-07-06
installer: fix double print of exception (#24697)
eugeneswalker
1
-0
/
+1
2021-07-02
Fix fetching for Python 3.9.6 (#24686)
Adam J. Stewart
1
-6
/
+6
2021-07-02
Pipelines: Improve broken specs check (#24643)
Scott Wittenburg
2
-21
/
+25
2021-07-02
Add `when` context manager to group common constraints in packages (#24650)
Massimiliano Culpo
4
-63
/
+183
2021-07-01
meson: fix typo (libs instead of default_library) (#24649)
Harmen Stoppels
1
-2
/
+2
2021-06-30
ci: only write to broken-specs list on SpackError (#24618)
Zack Galbreath
2
-18
/
+20
2021-06-30
ci: Don't raise an exception if we fail to relate CDash builds (#24299)
Zack Galbreath
4
-73
/
+96
2021-06-29
spack style: warn if flake8-import-order is missing (#24590)
Adam J. Stewart
1
-4
/
+7
2021-06-29
Fix prefix-collision detection for projections (#24049)
Harmen Stoppels
4
-32
/
+80
2021-06-28
Use flake8-import-order to enforce PEP-8 compliance (#23947)
Adam J. Stewart
1
-9
/
+9
2021-06-28
CUDA: 11.0.3 (11.0 "Update 1") (#24481)
Axel Huebl
1
-4
/
+4
2021-06-27
docs: link projections docs to spec format (#24478)
Dylan Simon
1
-1
/
+2
2021-06-26
Update archspec to support arm compiler on a64fx (#24524)
Massimiliano Culpo
2
-1
/
+13
2021-06-25
Doc: Note on required changes after merge of reproducible builds (#24347)
Adrien Bernede
1
-1
/
+18
2021-06-25
Add support for .tbz file extensions (#24479)
Adam J. Stewart
2
-1
/
+3
2021-06-24
Environment modifications: de-prioritize external packages (#23824)
Peter Scheibel
4
-170
/
+270
2021-06-24
Pipelines: Set a pipeline type variable (#24505)
Scott Wittenburg
3
-13
/
+17
2021-06-24
Add Externally Findable section to info command (#24503)
Asher Mancinelli
2
-0
/
+37
2021-06-23
Update command to setup tutorial (#24488)
Massimiliano Culpo
1
-2
/
+2
2021-06-23
spack ci: use return codes to signal exit status (#24090)
Scott Wittenburg
1
-3
/
+3
2021-06-23
Fix broken CI for package only PRs, make dateutil not strictly required (#24484)
Massimiliano Culpo
1
-6
/
+5
2021-06-22
filter_compiler_wrappers: include realpath of compiler wrappers (#24456)
eugeneswalker
1
-1
/
+5
2021-06-22
Add config option to use urllib to fetch if curl missing (#21398)
loulawrence
5
-117
/
+227
2021-06-22
Update conftest.py (#24473)
Peter Scheibel
1
-2
/
+2
2021-06-22
ASP-based solver: fix provider logic (#24351)
Massimiliano Culpo
2
-10
/
+31
2021-06-22
ASP-based solver: fix facts for default providers (#24380)
Massimiliano Culpo
1
-1
/
+2
[next]