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
2017-10-24
Fix bug in spack flake8 when no files differ from develop (#5898)
Todd Gamblin
1
-1
/
+4
2017-10-24
do not use 'l' as a variable name, to appease new flake8 version
Todd Gamblin
8
-55
/
+53
2017-10-24
Fix bare 'except:' to placate errors in new flake8 version.
Todd Gamblin
12
-21
/
+21
2017-10-24
log tests use tmpdir properly
Todd Gamblin
1
-30
/
+35
2017-10-24
fix bugs found with stricter flake8 rules
Todd Gamblin
7
-9
/
+17
2017-10-24
remove wildcards from make spack core and packages
Todd Gamblin
76
-129
/
+195
2017-10-24
flake8: no wildcards in core; only `import *` from spack in packages
Todd Gamblin
2
-20
/
+52
2017-10-24
add --all option to `spack flake8`
Todd Gamblin
1
-14
/
+41
2017-10-23
package: remove bare except statements (#5896)
scheibelp
1
-2
/
+2
2017-10-20
getting_started.rst: removed tip suggesting the use of 2 Spack instances (#4061)
Massimiliano Culpo
1
-13
/
+0
2017-10-20
module-type argument defaults to 'tcl' instead of every known type (#5751)
Massimiliano Culpo
3
-3
/
+6
2017-10-20
buildcache command updates (#5860)
Patrick Gartung
3
-37
/
+159
2017-10-20
Update Getting Started docs to clarify that full Xcode suite is required for ...
Adam J. Stewart
2
-6
/
+79
2017-10-19
spack blame can take a path to a file in the Spack repo (#5793)
Todd Gamblin
2
-7
/
+28
2017-10-19
Allow documentation to build in Python 3 (#5736)
Adam J. Stewart
1
-7
/
+2
2017-10-17
filter_file, don't remove absent backup file (#5733)
George Hartzell
1
-1
/
+1
2017-10-17
Minor typos and corections (#5789)
Michael F. Herbst
1
-2
/
+2
2017-10-17
Exercise more code paths in the git fetcher.
Todd Gamblin
1
-7
/
+35
2017-10-17
Spack tests no longer clutter var/spack/stage
Todd Gamblin
5
-106
/
+153
2017-10-17
``Package.stage`` no longer implicitly makes stage directory
Todd Gamblin
1
-9
/
+9
2017-10-17
Spack tests no longer use the var/spack/stage directory.
Todd Gamblin
1
-9
/
+17
2017-10-17
Spack core and tests no longer use `os.chdir()`
Todd Gamblin
14
-450
/
+393
2017-10-14
Ensure that FileList makes it into the documentation (#5739)
Adam J. Stewart
1
-0
/
+1
2017-10-13
Clean up logic in Sepc.satisfies_dependencies()
Todd Gamblin
1
-5
/
+9
2017-10-13
Remove single-root assertion from Spec.root
Todd Gamblin
2
-11
/
+6
2017-10-13
Use list instead of OrderedDict to find virtual/external candidates
Todd Gamblin
1
-6
/
+3
2017-10-13
avoid creating lots of dictionaries in traverse_edges()
Todd Gamblin
1
-15
/
+14
2017-10-13
Don't redundantly check for providers of non-virtuals.
Todd Gamblin
1
-0
/
+3
2017-10-13
Cache compilers parsed from config files
Todd Gamblin
1
-29
/
+39
2017-10-13
This fixes a bug in creating rpaths relative to $ORIGIN on linux. (#5726)
Patrick Gartung
3
-29
/
+34
2017-10-13
Docker Workflow (#5582)
Axel Huebl
1
-0
/
+143
2017-10-12
various fixes for macOS high sierra (#5647)
Denis Davydov
1
-1
/
+10
2017-10-12
Make --trusted default when running spack gpg list (#5678)
David Hows
2
-1
/
+2
2017-10-12
Speed up concretization (#5716)
Todd Gamblin
4
-17
/
+23
2017-10-12
Better install output (#5714)
Todd Gamblin
6
-20
/
+17
2017-10-10
compilers/clang: add flang (#5503)
Christoph Junghans
3
-10
/
+16
2017-10-09
Add package for aspell and ass't dictionaries (#3890)
George Hartzell
2
-0
/
+59
2017-10-09
Fix setup for changes to dirty flag (#5592)
becker33
2
-3
/
+7
2017-10-06
Don't check package.installed in _mark_concrete if value=True (#5634)
scheibelp
2
-1
/
+18
2017-10-05
Fix formatting typo (#5622)
Jimmy Tang
1
-1
/
+1
2017-10-05
Don't change properties on already-installed packages (#5580)
scheibelp
2
-0
/
+45
2017-10-04
Identify the flag handlers feature as beta (#5609)
becker33
1
-0
/
+5
2017-10-04
Fix module loads (#5599)
becker33
1
-10
/
+16
2017-10-04
module files: restricted token expansion + case sensitivity (#5474)
Massimiliano Culpo
8
-22
/
+170
2017-10-04
spec.patches: fix dictionary reference (#5608)
scheibelp
1
-2
/
+3
2017-10-04
Hotfix: maintain patch order while fixing hash
Massimiliano Culpo
2
-23
/
+29
2017-10-03
wrap generator with collection to avoid exhausting it with single iteration (...
scheibelp
1
-3
/
+3
2017-10-02
patch: add workdir option (#5501)
Christoph Junghans
3
-11
/
+46
2017-09-30
Port CTest's log scraping logic to Spack (#5561)
Todd Gamblin
4
-62
/
+387
2017-09-30
Add testing for spack blame; refactor llnl.util tests
Todd Gamblin
7
-23
/
+106
[prev]
[next]