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
2020-12-23
bugfix: do not write empty default dicts/lists in envs (#20526)
Greg Becker
3
-47
/
+38
2020-12-23
concretizer: remove vestigial code and comment
Massimiliano Culpo
1
-20
/
+0
2020-12-23
style: ensure that all packages pass `spack style -a`
Todd Gamblin
3
-5
/
+13
2020-12-23
Add Intel oneAPI packages (#20411)
Robert Cohn
4
-20
/
+93
2020-12-22
add mypy to style checks; rename `spack flake8` to `spack style` (#20384)
Tom Scogland
42
-304
/
+590
2020-12-22
concretizer: refactor conditional rules to be less repetitious (#20507)
Todd Gamblin
2
-89
/
+60
2020-12-22
Refactor flake8 handling and tool compatibility (#20376)
Tom Scogland
1
-229
/
+112
2020-12-22
concretizer: optimize loop on compiler version
Massimiliano Culpo
2
-13
/
+15
2020-12-22
concretizer: optimized loop on node platforms
Massimiliano Culpo
1
-3
/
+3
2020-12-20
concretizer: fix failing unit tests
Massimiliano Culpo
2
-4
/
+18
2020-12-20
concretizer: emit facts for integrity constraints
Massimiliano Culpo
2
-37
/
+40
2020-12-20
concretizer: emit facts for constraints on imposed dependencies
Massimiliano Culpo
2
-38
/
+85
2020-12-20
concretizer: avoid redundant grounding on dependency types
Massimiliano Culpo
2
-27
/
+24
2020-12-20
concretizer: move conditional dependency logic into `concretize.lp`
Todd Gamblin
2
-18
/
+60
2020-12-20
concretizer: spec_clauses should traverse dependencies
Todd Gamblin
1
-20
/
+24
2020-12-20
concretizer: pull _develop_specs_from_env out of main setup loop
Todd Gamblin
1
-7
/
+10
2020-12-20
concretizer: add #defined statements to avoid warnings.
Todd Gamblin
1
-0
/
+2
2020-12-19
asp: memoize the list of all target_specs to speed-up setup phase (#20473)
Massimiliano Culpo
1
-4
/
+11
2020-12-18
ci: fixes for compiler bootstrapping (#17563)
Scott Wittenburg
7
-63
/
+241
2020-12-17
View location resolve environment variables (#20420)
psakievich
1
-1
/
+2
2020-12-17
docs: add single node concurrent build example (#20416)
Tamara Dahlgren
1
-4
/
+11
2020-12-17
unit-tests: ensure that installed packages can be reused (#20307)
Massimiliano Culpo
1
-0
/
+84
2020-12-16
PythonPackage: add import module smoke tests (#20023)
Adam J. Stewart
5
-128
/
+126
2020-12-16
docs: fix spack install debug arg order (#20428)
Greg Becker
1
-4
/
+3
2020-12-16
Docs: add more Command Reference links to spack test (#20413)
Adam J. Stewart
1
-2
/
+12
2020-12-16
docs: fix spack command for unit-test pytest help (#20415)
Tamara Dahlgren
1
-1
/
+1
2020-12-15
Fix comparisons for abstract specs (#20341)
Greg Becker
2
-3
/
+29
2020-12-15
concretizer: don't use one_of_iff for range constraints (#20383)
Todd Gamblin
2
-58
/
+50
2020-12-15
Bugfix/docs: correct and expand smoke test documentation (#20278)
Tamara Dahlgren
1
-70
/
+151
2020-12-15
outputs: restore default output of fetch/build/total times (#20394)
Tamara Dahlgren
1
-5
/
+4
2020-12-15
package sanity: ensure all variant defaults are allowed values (#20373)
Massimiliano Culpo
3
-5
/
+16
2020-12-14
concretizer: remove clingo command-line driver (#20362)
Todd Gamblin
1
-216
/
+0
2020-12-11
Debugging support: fix compiler wrapper log on Mac OS (#20333)
Ben Cowan
1
-0
/
+2
2020-12-10
Tests: enable re-use of post-install tests in smoke tests (#20298)
Tamara Dahlgren
1
-1
/
+5
2020-12-08
Command Reference: add link to spack test docs (#20054)
Adam J. Stewart
1
-0
/
+2
2020-12-08
concretizer: try hard to obtain all needed variant_possible_value()'s (#20102)
Andrew W Elble
5
-10
/
+52
2020-12-07
Compiler wrapper linting (#20249)
Harmen Stoppels
1
-4
/
+4
2020-12-07
bugfix: work around issue handling packages not in any repo
Massimiliano Culpo
2
-0
/
+7
2020-12-07
concretizer: refactor handling of special variants dev_build and patches
Todd Gamblin
2
-50
/
+55
2020-12-07
Add "spack versions --new" flag to only show new versions (#20030)
vvolkl
2
-16
/
+61
2020-12-06
concretizer: each external version is allowed by definition (#20247)
Massimiliano Culpo
3
-0
/
+26
2020-12-04
Also allow --rpath as rpath linker flags (#18473)
Harmen Stoppels
2
-4
/
+13
2020-12-04
concretizer: restrict maximizing variant values to MV variants (#20194)
Massimiliano Culpo
2
-2
/
+10
2020-12-03
allow install of build-deps from cache via --include-build-deps switch (#19955)
eugeneswalker
2
-2
/
+8
2020-12-03
environment installs: fix reporting. (#20004)
Matthias Wolf
1
-1
/
+1
2020-12-03
avoid circular import (#20236)
Greg Becker
1
-1
/
+1
2020-12-03
concretizer: call inject_patches_variants() on the roots of the specs (#20203)
Andrew W Elble
3
-4
/
+14
2020-12-02
Add CARE package, fixes for ROCmPackage and subclasses (#20070)
Danny Taller
1
-0
/
+2
2020-12-02
concretizer: try hard to infer the real version of compilers (#20099)
Massimiliano Culpo
3
-3
/
+53
2020-12-02
Fix hipcc once more (#20095)
Harmen Stoppels
2
-27
/
+22
[prev]
[next]