Age | Commit message (Expand) | Author | Files | Lines |
2019-07-22 | gcc: support without command line tools (#11040) | Denis Davydov | 1 | -0/+8 |
2019-07-22 | Fix version scraping for CRAN packages (#12021) | Adam J. Stewart | 2 | -20/+20 |
2019-07-22 | bugfix: env.write() should stringify Spec lists. | Todd Gamblin | 2 | -2/+8 |
2019-07-22 | hashes: consolidate and make hashing logic more consistent | Peter Josef Scheibel | 8 | -84/+254 |
2019-07-22 | env: environments index specs by full DAG w/build deps | Peter Josef Scheibel | 3 | -30/+257 |
2019-07-20 | Add OpenMP flag for Apple Clang (#12049) | Adam J. Stewart | 2 | -5/+3 |
2019-07-20 | tests: speed up tests that rely on the database fixture (#12031) | Massimiliano Culpo | 6 | -61/+95 |
2019-07-20 | environment views: refactor stripping build deps (#12069) | Greg Becker | 1 | -3/+1 |
2019-07-20 | compilers: don't raise errors for duplicate compiler definitions (#11910) | Greg Becker | 2 | -1/+29 |
2019-07-20 | environments: add activate/deactivate tests, work wtih `set -u` | Todd Gamblin | 2 | -6/+54 |
2019-07-19 | Package inheritance: Find patch files defined in parent classes using MRO (#1... | Greg Becker | 3 | -1/+40 |
2019-07-19 | Fix #11240 (#11995) | albestro | 2 | -1/+37 |
2019-07-18 | concretization: fix transient hang in python 3.5 | Gregory Becker | 1 | -1/+2 |
2019-07-18 | stacks: add option to link only roots or all specs, default to all | Gregory Becker | 3 | -37/+134 |
2019-07-18 | stacks: refactor view descriptors into a separate object | Gregory Becker | 2 | -105/+123 |
2019-07-18 | refactor: clean up Environment class | Gregory Becker | 2 | -74/+65 |
2019-07-18 | bugfix: spec lists can now include multiple references | Gregory Becker | 2 | -3/+3 |
2019-07-18 | stacks: use new format string syntax in environments code | Gregory Becker | 4 | -11/+12 |
2019-07-18 | docs: Add documentation for views in environments | Gregory Becker | 2 | -3/+145 |
2019-07-18 | stacks: update view management for multiple/combinatorial views | Gregory Becker | 7 | -81/+404 |
2019-07-18 | stacks: environment add/remove respect multiply-defined lists | Gregory Becker | 2 | -7/+53 |
2019-07-18 | stacks: allow force-removing from a speclist used in a matrix | Gregory Becker | 2 | -12/+21 |
2019-07-18 | stacks: update environment add/remove algorithms | Gregory Becker | 3 | -59/+74 |
2019-07-18 | concretization: regression test for constrain() with deps | Gregory Becker | 1 | -0/+1 |
2019-07-18 | docs: initial documentation for environments | Gregory Becker | 2 | -0/+636 |
2019-07-18 | stacks: initial implementation of stacks on environments | Gregory Becker | 9 | -61/+875 |
2019-07-17 | Add support for .txz and .tbz2 file extensions (#12048) | Adam J. Stewart | 3 | -1/+46 |
2019-07-17 | tests: uninstall_by_spec error and rpath_args tests (#11971) | Tamara Dahlgren | 2 | -0/+26 |
2019-07-17 | feature: Allow developers to use Spack for partial builds (#12006) | Greg Becker | 1 | -1/+5 |
2019-07-16 | Ignore Modules v4 environment variables in `from_sourcing_file` (#10753) | Massimiliano Culpo | 3 | -117/+311 |
2019-07-15 | Fix build_jobs exceeding number of cores | Michael Kuhn | 1 | -0/+1 |
2019-07-15 | Add auto-dispatch specification to Intel packages (#11697) | Glenn Johnson | 1 | -1/+33 |
2019-07-15 | spack uninstall can uninstall specs with multiple roots (#11977) | Massimiliano Culpo | 2 | -14/+52 |
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 |