Age | Commit message (Expand) | Author | Files | Lines |
2018-05-17 | Update scorep and friends to newest versions (#8171) | Michael Kuhn | 4 | -7/+20 |
2018-05-17 | Changed netlib-lapack to fix an error in the CMake setup. (#8172) | Serban Maerean | 2 | -6/+21 |
2018-05-17 | R dismo 1 1 4 - new package (#8176) | peetsv | 1 | -0/+40 |
2018-05-17 | cmake: update version (#8178) | Matthias Diener | 1 | -0/+1 |
2018-05-17 | make check_for_compiler_existence an instance variable | Todd Gamblin | 3 | -18/+16 |
2018-05-17 | use os.path.join instead of join_path in core | Todd Gamblin | 34 | -156/+141 |
2018-05-17 | Convert lazy singleton functions to Singleton object | Todd Gamblin | 66 | -551/+512 |
2018-05-17 | init: make spack.cmd.all_commands lazy | Todd Gamblin | 5 | -11/+27 |
2018-05-17 | init: only imoprt jsonschema if needed | Todd Gamblin | 1 | -9/+10 |
2018-05-17 | init: initialize spack.store lazily | Todd Gamblin | 36 | -198/+239 |
2018-05-17 | init: move spack.repo global variable into its own module | Todd Gamblin | 63 | -233/+257 |
2018-05-17 | tests: rename builtin_mock to "mock_packages" for clarity. | Todd Gamblin | 33 | -121/+117 |
2018-05-17 | init: convert spack.debug global variable to config option | Todd Gamblin | 11 | -27/+25 |
2018-05-17 | init: remove package_testing global | Todd Gamblin | 9 | -75/+82 |
2018-05-17 | init: remove dependency on spack.version | Todd Gamblin | 3 | -16/+8 |
2018-05-17 | init: remove binary_cache_retrieved_specs global variable | Todd Gamblin | 2 | -26/+21 |
2018-05-17 | init: remove spack.concretizer global variable | Todd Gamblin | 5 | -82/+104 |
2018-05-17 | init: remove build_jobs global variable | Todd Gamblin | 3 | -15/+4 |
2018-05-17 | init: convert spack.dirty global to config option | Todd Gamblin | 4 | -34/+12 |
2018-05-17 | init: remove template_dirs global | Todd Gamblin | 6 | -24/+5 |
2018-05-17 | init: replace global spack.do_checksum with config option | Todd Gamblin | 13 | -71/+67 |
2018-05-17 | init: replace spack.insecure global with spack.config.get | Todd Gamblin | 10 | -43/+116 |
2018-05-17 | config: simplify configuration API to just get and set | Todd Gamblin | 31 | -173/+207 |
2018-05-17 | config: create internal config scope for commands to use. | Todd Gamblin | 5 | -13/+87 |
2018-05-17 | init: Move file cache initialization out of __init__.py | Todd Gamblin | 9 | -42/+102 |
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 | 65 | -296/+367 |
2018-05-17 | init: simplify import ordering in __init__.py | Todd Gamblin | 8 | -87/+112 |
2018-05-17 | flex: use 2.6.3. by default (#8154) | Denis Davydov | 1 | -3/+6 |
2018-05-17 | swap-assembler: Create new package. (#8144) | lingnanyuan | 1 | -0/+43 |
2018-05-17 | pv: initial commit (#8147) | Christoph Junghans | 1 | -0/+36 |
2018-05-17 | r-rstan: new version and dependents (#8158) | Levi Baber | 3 | -0/+4 |
2018-05-17 | Add version 6.1. to ESSL spackage file. (#8170) | Serban Maerean | 1 | -0/+1 |
2018-05-17 | cbtf-argonavis-gui: add openspeedshop-utils package to address qt conflicts (... | Jim Galarowicz | 8 | -211/+689 |
2018-05-16 | Add dependencies for py-dask (#8120) | Adam J. Stewart | 11 | -17/+367 |
2018-05-16 | r-rcppcnpy: a new package. (#8139) | 健美猞猁 | 1 | -0/+39 |
2018-05-15 | Add list_url to allow download of prior versions from cran archive (#8141) | Eric | 2 | -0/+2 |
2018-05-15 | Add libunwind-1.2.1 (#8145) | David Böhme | 1 | -0/+1 |
2018-05-15 | astyle: add 3.1 (#8137) | Denis Davydov | 1 | -0/+1 |
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 | 2 | -2/+60 |
2018-05-15 | CDash report for concretization errors | Zack Galbreath | 3 | -1/+35 |
2018-05-15 | CDash report for configure step | Zack Galbreath | 4 | -8/+127 |
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 |