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-07-12
find_libraries searches lib and lib64 before prefix (#11958)
Tim Fuller
2
-15
/
+23
2019-07-12
Copy --{use,no}-cache from install to bootstrap (#11786)
Oliver Breitwieser
1
-1
/
+10
2019-07-12
'spack compiler add' resolves relative path to absolute path (#11792)
Carson Woods
1
-0
/
+1
2019-07-12
Add template creation test, --skip-editor option (#11970)
Tamara Dahlgren
2
-2
/
+63
2019-07-12
Fix pic_flag and test contents about Fujitsu compiler. (#11996)
t-karatsu
2
-6
/
+6
2019-07-12
bugfix: show dot after namespaces in `spack find -N` (#11945)
Todd Gamblin
2
-1
/
+14
2019-07-11
test: Extra possible-dependencies coverage check (#11988)
Tamara Dahlgren
1
-1
/
+10
2019-07-11
Rename build logs and make names consistent (#11806)
Tamara Dahlgren
9
-92
/
+228
2019-07-10
tutorial: correct image link on tutorial page
Todd Gamblin
1
-1
/
+1
2019-07-10
tutorial: updates slides for DOE/NSF workshop.
Todd Gamblin
1
-9
/
+8
2019-07-08
bugfix: conflicts should print out the spec that has the conflict (#11947)
Todd Gamblin
1
-1
/
+6
2019-07-05
bugfix: always generate a stack trace when spack is run with --debug (#11940)
Todd Gamblin
1
-0
/
+5
2019-07-01
specs: remove parse_anonymous_spec(); use Spec() instead
Todd Gamblin
6
-144
/
+168
2019-07-01
cray: use the cle-release file to determine CNL version
Todd Gamblin
2
-6
/
+72
2019-07-01
buildcache: add replace_prefix_bin function to deal with hard coded paths in ...
Patrick Gartung
1
-8
/
+27
2019-06-30
style: remove unnecessary NOQA exceptions
Todd Gamblin
1
-9
/
+9
2019-06-29
Allow uninstalling missing packages (#11874)
Peter Scheibel
2
-6
/
+19
2019-06-28
docs: add example for an external module in packages.yaml
Mark W. Krentel
1
-2
/
+12
2019-06-26
Add --frontend and --backend option to spack arch command (#11746)
Toyohisa Kameyama
2
-2
/
+26
2019-06-24
Fix for #10063 : install from source if buildcache with different DAG exist (...
Patrick Gartung
1
-1
/
+6
2019-06-21
Use Stage.archive_file to access non-expanded download (#11817)
Peter Scheibel
2
-4
/
+25
2019-06-20
Ignore pgcc-llvm and friends, default to pgcc (#11703)
Adam J. Stewart
1
-4
/
+0
2019-06-20
Resources: use expanded archive name by default (#11688)
Peter Scheibel
4
-45
/
+135
2019-06-19
fixed spec dependence attribute writing. Fixes #11686 (#11776)
Gregory Lee
1
-1
/
+1
2019-06-18
Remove test dependency on /usr/bin/gcc (#11769)
Greg Becker
1
-3
/
+10
2019-06-18
Rename build.out to build.txt (#11749)
Elizabeth Fischer
3
-5
/
+5
2019-06-17
bugfix: use config fixture for stage tests (#11701)
Tamara Dahlgren
2
-6
/
+23
2019-06-17
docs: updates for `stage.source_path` (#11702)
Tamara Dahlgren
3
-13
/
+37
2019-06-16
docs: update tutorial page for ISC19 tutorial (#11742)
Todd Gamblin
1
-10
/
+13
2019-06-15
docs: fix config tutorial (#11715)
Michael Kuhn
1
-30
/
+35
2019-06-13
Ensure mock configuration directory is cleaned up on session exit. (#11700)
Tamara Dahlgren
1
-1
/
+4
2019-06-13
Add tests for "spack location" command (#11661)
Tamara Dahlgren
2
-0
/
+135
2019-06-13
Always treat DIYStage as expanded (#11663)
Tamara Dahlgren
2
-2
/
+73
2019-06-12
Update remaining packages to use Stage.source_path (#11662)
Tamara Dahlgren
2
-3
/
+3
2019-06-12
Make "spack compiler find" check PATH by default (#11683)
Massimiliano Culpo
5
-21
/
+60
2019-06-11
Add additional common C++ and Fortran header file extensions (#11600)
Adam J. Stewart
1
-1
/
+8
2019-06-11
Add extra logic for C std flags on PGI, XL, and Cray (#11635)
Chuck Atkins
3
-7
/
+57
2019-06-10
Fix recursive module find for upstream dependencies (#11304)
Peter Scheibel
4
-64
/
+223
2019-06-08
concretization: don't apply build-dep constraints for installed packages (#11...
Peter Scheibel
3
-5
/
+85
2019-06-07
spack list: latest version (JSON) (#11652)
Axel Huebl
4
-1
/
+81
2019-06-07
Compiler search uses a pool of workers (#10190)
Massimiliano Culpo
17
-302
/
+503
2019-06-06
commands: remove unused `spack list --format=rst` (#11651)
Todd Gamblin
2
-79
/
+0
2019-06-06
bugfix: StageComposite must include the `expanded` property` (#11647)
Todd Gamblin
1
-0
/
+4
2019-06-06
tests: package_sanity now checks packages in 3rd-party repos (#11637)
Jennifer Herting
1
-2
/
+1
2019-06-05
tests: add extra coverage for fetch strategy tests
Tamara Dahlgren
4
-8
/
+142
2019-06-05
stage: make `source_path` available before stage is built
Tamara Dahlgren
6
-207
/
+535
2019-06-05
refactor: remove unused spack.stage._get_mirrors() function
Tamara Dahlgren
1
-37
/
+24
2019-06-05
tty: make tty.* print exception types
Tamara Dahlgren
15
-26
/
+55
2019-06-05
clang: fix error messages in c11_flag, cxx17_flag (#11632)
Justin S
1
-2
/
+2
2019-06-05
graph: refactor static graphs
Todd Gamblin
4
-100
/
+73
[next]