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
2019-06-04
modules: set permissions based on package configuration (#11337)
Greg Becker
5
-52
/
+99
2019-06-04
Buildcache relocate.py error fix (#11616)
Patrick Gartung
1
-0
/
+2
2019-05-31
Build cache: relocate path to spack/bin/sbang in text files. (#11592)
Patrick Gartung
3
-13
/
+35
2019-05-28
Cap the maximum number of build jobs (#11373)
Massimiliano Culpo
5
-16
/
+49
2019-05-27
docs: set gettext_uuid to False to reduce churn (#11567)
Todd Gamblin
2
-1
/
+2
2019-05-27
mirror create: non-zero return code (#8585)
Axel Huebl
1
-0
/
+2
2019-05-26
link_tree: add option to merge link trees with relative targets
Todd Gamblin
2
-40
/
+90
2019-05-26
docs: make docs build relocatable for localized builds
Todd Gamblin
21
-50
/
+59
2019-05-26
docs: remove legacy import for Sphinx 1.7
Todd Gamblin
1
-6
/
+1
2019-05-26
docs: match ReadTheDocs; use -W (warnings as errors) with Sphinx
Todd Gamblin
1
-1
/
+1
2019-05-26
commands: add --update option to `spack list`
Todd Gamblin
5
-96
/
+171
2019-05-26
commands: Add --header and --update options to `spack commands`
Todd Gamblin
4
-54
/
+143
2019-05-26
docs: Use HDF5 as the example package for `spack graph`
Todd Gamblin
2
-13
/
+17
2019-05-24
build env: simplify handling of parallel jobs (#11524)
Massimiliano Culpo
9
-35
/
+97
2019-05-23
docs: truncate `spack list` output in basic usage
Todd Gamblin
1
-3
/
+6
2019-05-21
Add Fujitsu compiler to Spack. (#11287)
t-karatsu
6
-4
/
+86
2019-05-20
Make flake8 check spack script as well as .py files (#11513)
Adam J. Stewart
1
-1
/
+1
2019-05-20
Get Cray OS version from PrgEnv-cray (#10774)
Mario Melara
1
-2
/
+2
2019-05-18
Typos: funciton, woudl, hm,... (#11511)
George Hartzell
1
-3
/
+3
2019-05-18
Execute modulecmd in bash shell (#11510)
Mario Melara
1
-2
/
+4
2019-05-16
Command extensions can import code from modules in root or cmd folder (#11209)
Massimiliano Culpo
4
-4
/
+277
2019-05-17
Allow command access to dump/pickle_environment from #8476 (#11434)
Chris Green
2
-7
/
+56
2019-05-15
fix suite-sparse built with tbb from intel-parallel-studio (#11134)
Denis Davydov
1
-1
/
+11
2019-05-15
Use `svn info --xml` instead of `svn info` to get svn revisions (#11466)
Todd Gamblin
2
-14
/
+8
2019-05-14
Remove vestigial print statement in module logic (#11438)
Greg Becker
1
-1
/
+0
2019-05-10
permissions: preserve suid and sgid bits (#10727)
Greg Becker
2
-0
/
+46
2019-05-10
Intel packages: multiple installs and optional scalapack libs (#11384)
Glenn Johnson
1
-1
/
+5
2019-05-09
modules: use new `module` function instead of `get_module_cmd` (#8570)
Greg Becker
8
-248
/
+118
2019-05-10
make license check more-strict
Peter Josef Scheibel
2
-39
/
+93
2019-05-08
Hide some variables in spack-build.env file
Seth R Johnson
1
-2
/
+6
2019-05-07
Environment path sanitization and sourcing (#8476)
Chris Green
3
-7
/
+208
2019-05-04
Binary caches on MacOS - allow expanded RPATHs (#11345)
Patrick Gartung
2
-0
/
+37
2019-05-04
Added a function that concretizes specs together (#11158)
Massimiliano Culpo
3
-2
/
+112
2019-05-03
extend Version class so that 2.0 > 1.develop > 1.1 and develop > master > hea...
Denis Davydov
4
-72
/
+123
2019-05-02
fix error when adding package to env in container (#11321)
Levi Baber
1
-1
/
+1
2019-05-02
Don't use buildcache to install patchelf (#11343)
Patrick Gartung
1
-1
/
+1
2019-05-01
Fix spack flake8 to use Travis's target as base when needed
Todd Gamblin
1
-2
/
+6
2019-04-24
_valid_tokens list is missing intended comma (#11271)
Daryl W. Grunau
1
-1
/
+1
2019-04-23
Update tutorial page with RIKEN tutorial slides. (#11254)
Todd Gamblin
1
-13
/
+28
2019-04-22
Fix transitions between tutorial sections (#11251)
Greg Becker
3
-11
/
+21
2019-04-20
spack edit: use execv instead of Executable (#11245)
Todd Gamblin
3
-37
/
+262
2019-04-20
Fix detection of LLVM-enabled PGI compilers (#10704)
Adam J. Stewart
2
-2
/
+12
2019-04-20
Move NoLibrariesError/NoHeadersError into error.py (#10997)
Denis Davydov
3
-11
/
+20
2019-04-19
Fix outdated R packages failing to fetch (#11039)
Justin S
1
-3
/
+4
2019-04-19
Fix backwards compatibility for module naming (#11236)
Greg Becker
1
-0
/
+4
2019-04-18
Spack chain docs: config should go in upstreams.yaml (#11225)
Peter Scheibel
1
-14
/
+12
2019-04-18
Moved cleanup before raising (the code couldn't be reached before)
Massimiliano Culpo
1
-3
/
+3
2019-04-18
Cleaned get methods of Repo and RepoPath
Massimiliano Culpo
1
-5
/
+3
2019-04-18
Used functools.wrap for the decorator + reordered imports
Massimiliano Culpo
1
-20
/
+23
2019-04-18
Removed 'namespace' argument from Repo and RepoPath
Massimiliano Culpo
1
-32
/
+19
[next]