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
2022-11-21
ci: restore ability to reproduce gitlab job failures (#33953)
Scott Wittenburg
1
-3
/
+18
2022-11-21
uninstall: fix accidental cubic complexity (#34005)
Harmen Stoppels
3
-17
/
+66
2022-11-19
spack find: remove deprecated "--bootstrap" option (#34015)
Massimiliano Culpo
2
-29
/
+0
2022-11-19
package_base.py: Fix #34006: test msg needs to be a string (#34007)
Chris Green
2
-2
/
+10
2022-11-18
PackageBase should not define builder legacy attributes (#33942)
Chris Green
4
-11
/
+17
2022-11-18
Improve error message for requirements (#33988)
Massimiliano Culpo
1
-1
/
+1
2022-11-17
Hdf5 package: build on Windows (#31141)
Jared Popelar
2
-1
/
+3
2022-11-17
Waf build system: fix typo in legacy_attributes (#33958)
Chris Green
1
-1
/
+1
2022-11-17
docs: fix typo in multiple build systems (#33965)
Harmen Stoppels
1
-1
/
+1
2022-11-17
relocate.py: small refactor for file_is_relocatable (#33967)
Harmen Stoppels
4
-39
/
+31
2022-11-17
Remove deprecated subcommands from "spack bootstrap" (#33964)
Massimiliano Culpo
2
-42
/
+23
2022-11-17
Add sgid notice when running on AFS (#30247)
Michael Kuhn
1
-0
/
+7
2022-11-17
lib/spack/spack/store.py: Fix #28170 for padding relocation (#33122)
Brian Vanderwende
1
-0
/
+1
2022-11-16
initial implementation of slingshot detection (#33793)
Greg Becker
1
-0
/
+4
2022-11-16
Upstreams: add canonicalize path (#33946)
psakievich
1
-1
/
+3
2022-11-16
Windows bootstrapping: remove unneeded call to add dll to PATH (#33622)
John W. Parent
1
-7
/
+0
2022-11-16
SIP build system: fix "python not defined in builder" (#33906)
Stephen Sachs
1
-1
/
+1
2022-11-16
docs updates for spack env depfile (#33937)
Harmen Stoppels
1
-6
/
+10
2022-11-16
spack env depfile in Gitlab CI should use `install-deps/pkg-version-hash` tar...
Harmen Stoppels
1
-3
/
+1
2022-11-16
Change code suggestions to output black formatter compliant code (#33931)
Kevin Broch
1
-2
/
+2
2022-11-16
Getting Started: Python 2 is no longer supported (#33927)
Adam J. Stewart
1
-1
/
+1
2022-11-15
docs: fix typo (#33926)
Michael Kuhn
1
-2
/
+2
2022-11-15
Show time per phase (#33874)
Harmen Stoppels
2
-16
/
+11
2022-11-15
depfile: improve tab completion (#33773)
Harmen Stoppels
1
-14
/
+30
2022-11-15
Fixup: start the timer before the phase (#33917)
Harmen Stoppels
1
-2
/
+1
2022-11-15
Fix incorrect timer (#33900)
Harmen Stoppels
5
-65
/
+305
2022-11-15
External find now searches all dynamic linker paths (#33800)
Brian Van Essen
3
-12
/
+211
2022-11-15
Remove exit(0) (#33896)
Harmen Stoppels
2
-9
/
+7
2022-11-15
Stop using `six` in Spack (#33905)
Massimiliano Culpo
83
-618
/
+329
2022-11-14
gitlab: Add shared PR mirror to places pipelines look for binaries. (#33746)
Scott Wittenburg
3
-0
/
+17
2022-11-14
Add `$date` option to the list of config variables (#33875)
psakievich
3
-0
/
+13
2022-11-14
rocm: add all GFX9, GFX10 and GFX11 amdgpu_targets (#33871)
Cory Bloor
1
-2
/
+17
2022-11-14
Bump version to v0.20.0.dev0
Todd Gamblin
1
-1
/
+1
2022-11-14
Get rid of context for exceptions outside PackageBase (#33887)
Harmen Stoppels
1
-0
/
+2
2022-11-14
Fix a bug/typo in a config_values.py fixture (#33886)
Massimiliano Culpo
1
-1
/
+1
2022-11-14
Remove support for running with Python 2.7 (#33063)
Massimiliano Culpo
58
-4197
/
+254
2022-11-14
Speed up traverse unit tests (#33840)
Harmen Stoppels
1
-32
/
+107
2022-11-13
hotfix: ensure that schema is compatible with tutorial VM config
Todd Gamblin
1
-0
/
+1
2022-11-13
Speed-up bootstrap and architecture unit tests (#33865)
Massimiliano Culpo
2
-2
/
+3
2022-11-12
update tutorial command to newest release branch (#33867)
Greg Becker
1
-1
/
+1
2022-11-12
use spack.version_info as source of version truth for spack tutorial command ...
Greg Becker
1
-1
/
+2
2022-11-11
Speed-up unit tests by caching default mock concretization (#33755)
Massimiliano Culpo
10
-180
/
+218
2022-11-11
ensure view projections for extensions always point to extendee (#33848)
Greg Becker
1
-2
/
+11
2022-11-11
docs: updates related to extensions (#33837)
Harmen Stoppels
4
-44
/
+78
2022-11-11
remove activate/deactivate support in favor of environments (#29317)
Harmen Stoppels
21
-1559
/
+31
2022-11-10
remove deprecated top-level module config (#33828)
Greg Becker
3
-66
/
+2
2022-11-11
remove deprecated `concretization` environment key (#33774)
Greg Becker
3
-90
/
+6
2022-11-10
Use bfs order in spack find --deps tree (#33782)
Harmen Stoppels
2
-9
/
+11
2022-11-10
spack location: fix attribute lookup after multiple build systems (#33791)
Massimiliano Culpo
1
-2
/
+4
2022-11-09
always use the cxx compiler as a host compiler (#33771)
Chris White
1
-7
/
+1
[next]