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
2018-05-17
config: rework config system into a class instead of globals
Todd Gamblin
13
-470
/
+555
2018-05-17
init: move editor from spack/__init__.py to spack.util.editor
Todd Gamblin
3
-22
/
+58
2018-05-17
init: factor paths out of spack/__init__.py and into spack.paths module
Todd Gamblin
59
-286
/
+357
2018-05-17
init: simplify import ordering in __init__.py
Todd Gamblin
8
-87
/
+112
2018-05-15
Move report writers to separate classes
Zack Galbreath
5
-190
/
+335
2018-05-15
Add test case for CDash reporting
Zack Galbreath
1
-0
/
+42
2018-05-15
upload reports to CDash
Zack Galbreath
2
-6
/
+35
2018-05-15
Generate CDash reports for build/install step
Zack Galbreath
1
-2
/
+33
2018-05-15
CDash report for concretization errors
Zack Galbreath
2
-1
/
+24
2018-05-15
CDash report for configure step
Zack Galbreath
2
-8
/
+112
2018-05-15
Capture source line number in CTest log parser
Zack Galbreath
1
-1
/
+1
2018-05-15
Fix typo in comment
Zack Galbreath
1
-1
/
+1
2018-05-15
Add CDash as a valid reporting format
Zack Galbreath
1
-1
/
+2
2018-05-15
Initialize report generator before parsing specs
Zack Galbreath
2
-7
/
+10
2018-05-15
Allow --overwrite and --log-format to be used together
Zack Galbreath
1
-36
/
+35
2018-05-15
Format-agnostic data structure for reports
Zack Galbreath
1
-43
/
+45
2018-05-08
Packages can tune the list of files to be archived at the end of install (#7760)
Massimiliano Culpo
4
-0
/
+81
2018-05-07
Specs add a space before dependencies (#7942)
Massimiliano Culpo
3
-26
/
+45
2018-05-06
Support *.TAR.gz extension. (#7973)
健美猫
1
-1
/
+1
2018-05-05
Fix coloring of URLs containing @ symbol (#7799)
Adam J. Stewart
1
-3
/
+3
2018-05-05
Set default provider for every virtual package (#7784)
Adam J. Stewart
1
-0
/
+10
2018-05-01
Fix initialization of defaults in yaml schema validation (#7959)
scheibelp
2
-2
/
+47
2018-04-28
Document how to run unit tests with print statements (#7860)
Adam J. Stewart
1
-0
/
+7
2018-04-26
Allow len(Version) to return number of split components. (#7918)
Chris Green
2
-0
/
+11
2018-04-26
XL Fortran compiler >= 16.0 is synced with C compiler version (#7887)
serbanmaerean
2
-0
/
+12
2018-04-26
Use GitLab's API endpoint for fetching a git snapshot. (#7881)
Sergey Kosukhin
2
-4
/
+25
2018-04-26
config_args does NOT apply to CMakePackage. (#7917)
健美猫
1
-1
/
+1
2018-04-18
Add -d option to diy to specify source path move -j to common args (#5963)
Matthew Scott Krafczyk
3
-4
/
+20
2018-04-18
Fix bug/oversight in formatting error message. (#7810)
Elizabeth Fischer
1
-1
/
+1
2018-04-17
Activation of activated package just msg's (#7752)
George Hartzell
1
-1
/
+2
2018-04-17
Better error message for spack providers (#7748)
Massimiliano Culpo
3
-7
/
+116
2018-04-13
cray: add comment about module use in packages.yaml (#7751)
Cameron Smith
1
-1
/
+8
2018-04-13
Fix when_spec inheritance for extensions (#7746)
becker33
1
-1
/
+1
2018-04-11
Package.provides account for v deps that are provided conditionally (#7716)
Massimiliano Culpo
2
-1
/
+13
2018-04-04
make view understand hashes (#7573)
healther
1
-4
/
+5
2018-04-03
Fix bug in test_find_with_globbing unit test (#7652)
Adam J. Stewart
1
-1
/
+1
2018-04-03
Do not call sys.exit() in except block (#7659)
Zack Galbreath
3
-12
/
+31
2018-03-31
Avoid double 'lib' for packages whose name already starts with lib (#7651)
Adam J. Stewart
4
-12
/
+51
2018-03-28
mirrors.yaml: does not expand ~ (#7631)
Axel Huebl
1
-4
/
+4
2018-03-27
Fix buildcache relocate: only skip if rpaths are relative (#7605)
Patrick Gartung
1
-1
/
+1
2018-03-24
Update copyright on LLNL files for 2018. (#7592)
Todd Gamblin
293
-295
/
+295
2018-03-24
Avoid stat-ing all packages at startup. (#7587)
Todd Gamblin
1
-3
/
+9
2018-03-23
Remove case consistency check at startup. (#7585)
Todd Gamblin
1
-110
/
+0
2018-03-23
Cray clean environment (#7582)
Mario Melara
2
-3
/
+19
2018-03-23
Increment Spack version (#7565)
Adam J. Stewart
1
-1
/
+1
2018-03-23
Grab crayos version from PrgEnv module versions (#7583)
becker33
1
-3
/
+11
2018-03-23
Add the ability to separate architecture in path scheme (#4329)
Mario Melara
3
-6
/
+67
2018-03-22
Speedup the default 'libs' property search ... (#7553)
Veselin Dobrev
1
-24
/
+21
2018-03-22
Fix error raising during install with Python 3 (#6894)
Adam J. Stewart
1
-2
/
+8
2018-03-22
Record installation date and time in DB (#7334)
Massimiliano Culpo
6
-51
/
+262
[next]