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
2016-10-11
Make llnl.util.lock use file objects instead of low-level OS fds.
Todd Gamblin
2
-18
/
+20
2016-10-11
stage : try to remove dead links only of folder that you actually care about
alalazo
2
-14
/
+44
2016-10-11
lockfiles : creates directory for locks if not already present
alalazo
1
-0
/
+2
2016-10-11
diy : removed global write lock on the db
alalazo
1
-34
/
+31
2016-10-11
uninstall : removed global lock
alalazo
2
-16
/
+15
2016-10-11
unit tests : fixed failing tests
alalazo
1
-1
/
+4
2016-10-11
install : finer graned locking for install command
alalazo
5
-30
/
+97
2016-10-11
Fixed set operation from undefined += to a union (#1963)
James Wynne III
1
-1
/
+2
2016-10-11
spack list : merged package-list into list (#1932)
Massimiliano Culpo
3
-128
/
+116
2016-10-11
Make CMake-based builds more verbose by default. (#1988)
Kelly Thompson
1
-1
/
+2
2016-10-11
uninstall : permits to uninstall all installed software fixes #1477 (#1973)
Massimiliano Culpo
1
-30
/
+38
2016-10-11
md5 : normalizes input before computing the md5 fixes #1508 (#1977)
Massimiliano Culpo
1
-2
/
+13
2016-10-07
Add documentation for standard python repositories. (#1970)
Jean-Paul Pelteret
1
-0
/
+30
2016-10-07
Check for `-r` in ccld mode too (#1972)
Isuru Fernando
1
-2
/
+2
2016-10-07
fixes #858 (#1961)
Massimiliano Culpo
1
-1
/
+1
2016-10-06
Restore default RPATH settings but allow packages to limit to immediate deps....
Todd Gamblin
2
-2
/
+14
2016-10-06
Fix bugs preventing readthedocs from rebuilding the documentation (#1945)
Adam J. Stewart
2
-14
/
+12
2016-10-06
[Bug Fix (and docs too)] : Do not select @develop version by default (#1933)
Elizabeth Fischer
2
-5
/
+47
2016-10-06
add contribution guide focused on Git and PRs (#1664)
Denis Davydov
2
-0
/
+248
2016-10-06
Fix various documentation bugs (#1678)
Adam J. Stewart
8
-108
/
+97
2016-10-06
Fixes bug closing Executable file io-streams (#1890)
Matt Belhorn
1
-3
/
+3
2016-10-06
Fix fetch() method. Was being called with "wrong" arguments, raising excepti...
Elizabeth Fischer
1
-1
/
+1
2016-10-06
Fix Issues with non-numeric versions, as well as preferred=True (#1561)
Elizabeth Fischer
3
-39
/
+113
2016-10-05
Handle packages with unparseable extensions (#1758)
scheibelp
6
-21
/
+21
2016-10-05
docs/getting_started: s/Macintosn/Macintosh/; (#1928)
Geoffrey Oxberry
1
-1
/
+1
2016-10-05
Documentation Improvements for SC16 (#1676)
Elizabeth Fischer
10
-867
/
+2757
2016-10-05
New command flag: spack install --dependencies-only (#1603)
Elizabeth Fischer
5
-23
/
+40
2016-10-05
Add package for CONVERGE CFD (#1905)
Adam J. Stewart
1
-0
/
+5
2016-10-05
Added missing function for CMake builds. (#1250)
Elizabeth Fischer
1
-9
/
+15
2016-10-04
Read-only locks should close fd before opening for write. (#1906)
Todd Gamblin
2
-0
/
+37
2016-10-04
Fix some documentation build warnings. (#1902)
Todd Gamblin
3
-15
/
+13
2016-10-04
Rework build environment and cc to use smaller RPATHs. (#1894)
Todd Gamblin
3
-13
/
+108
2016-10-04
Fixes #1893: missing import
Todd Gamblin
1
-0
/
+1
2016-09-30
Fix read locks on read-only file systems (#1857)
Michael Kuhn
1
-1
/
+2
2016-09-28
Fixes #1860. Subversion builds sequentially due to race.
Todd Gamblin
1
-1
/
+1
2016-09-28
Fixes #1720: spack reindex fails with invalid ref count. (#1867)
Todd Gamblin
3
-49
/
+80
2016-09-28
Add single letter arg flags for spack graph (#1871)
Adam J. Stewart
1
-3
/
+3
2016-09-27
Make graph_ascii support deptypes.
Todd Gamblin
5
-27
/
+36
2016-09-27
Fixes #1098: spack graph crashes for large graphs.
Todd Gamblin
1
-6
/
+15
2016-09-27
Improvements to the Spack graph command.
Todd Gamblin
3
-29
/
+103
2016-09-27
Factor out canonical_deptype function, cleanup spec.py
Todd Gamblin
2
-41
/
+100
2016-09-27
Clean up Exceptions in `spec.py`
Todd Gamblin
2
-63
/
+6
2016-09-23
Fix doc bugs, widen columns in the package list
Todd Gamblin
1
-1
/
+1
2016-09-22
package: fix variable name usage (#1829)
Ben Boeckel
1
-1
/
+1
2016-09-22
Fix spack checksum output indentation (#1826)
Adam J. Stewart
1
-1
/
+1
2016-09-22
Fix sbang for perl (#1802)
Eric
1
-5
/
+7
2016-09-22
Remove SPACK_DIRTY env var (#1818)
Elizabeth Fischer
3
-10
/
+6
2016-09-22
fix : stops infinite recursion for python 2.6 (#1823)
Massimiliano Culpo
1
-2
/
+3
2016-09-21
Reworking of `lapack_shared_libs` and similar properties (#1682)
Massimiliano Culpo
6
-38
/
+303
2016-09-21
Fixed bug propagating --dirty flag to sub-installs. (#1625)
Elizabeth Fischer
4
-5
/
+18
[next]