Age | Commit message (Expand) | Author | Files | Lines |
2019-10-25 | version bump: 0.13.0 | Todd Gamblin | 1 | -1/+1 |
2019-10-25 | tutorial: move tutorial to standalone site (#13450) | Todd Gamblin | 31 | -7565/+28 |
2019-10-25 | `mirror create --all` can mirror everything (#12940) | Peter Scheibel | 11 | -228/+465 |
2019-10-25 | bugfix: restore upstream lock safety; update tests | Peter Scheibel | 2 | -19/+48 |
2019-10-25 | Make error msg of test_api_for_build_and_run_environment more informative (#1... | Andreas Baumbach | 1 | -1/+2 |
2019-10-25 | bugfix: reindexing is not necessary for DB v0.9.3 to v5 upgrade (#13434) | Todd Gamblin | 1 | -3/+25 |
2019-10-24 | bugfix: allow fetching no-code packages (#13429) | Todd Gamblin | 3 | -22/+12 |
2019-10-24 | commands: Add `--json` argument to `spack spec` (#13431) | Todd Gamblin | 2 | -5/+23 |
2019-10-24 | Improvements to detection of AMD architectures. (#13407) | Chris Green | 6 | -4/+142 |
2019-10-24 | Correctly identify Skylake CPUs on Darwin. (#13377) | Chris Green | 4 | -1/+12 |
2019-10-24 | database: update DB version and change to integer database versions (#13410) | Greg Becker | 1 | -1/+3 |
2019-10-24 | Patch libtool when using the Arm compiler (#12004) | Nick Forrington | 1 | -0/+24 |
2019-10-23 | add `spack dev-build` command; deprecate `spack diy` (#13374) | Greg Becker | 6 | -86/+189 |
2019-10-23 | bugfix: web.push_to_url should not format the local path that is passed to it... | Peter Scheibel | 1 | -6/+1 |
2019-10-23 | syaml.dump now allows representing all syaml_ objects (originally this was on... | Peter Scheibel | 1 | -10/+5 |
2019-10-23 | Users can configure use of RPATH or RUNPATH (#9168) | Massimiliano Culpo | 8 | -2/+167 |
2019-10-23 | commands: add `spack deprecate` command (#12933) | Greg Becker | 13 | -63/+789 |
2019-10-23 | url summary: show right and wrong parse counts for each regex | Todd Gamblin | 1 | -13/+30 |
2019-10-23 | Preserve comments for Spack YAML objects (#11602) | Todd Gamblin | 13 | -178/+171 |
2019-10-22 | tests: avoid extra output in `env status` test (#13344) | Todd Gamblin | 1 | -9/+12 |
2019-10-22 | env activation: use package defined env setup methods (#13249) | Greg Becker | 5 | -44/+189 |
2019-10-22 | microarchitectures: look in /sbin and /usr/sbin for sysctl (#13365) | Massimiliano Culpo | 3 | -22/+30 |
2019-10-22 | Fixed optimization flags support for old GCC versions (#13362) | Massimiliano Culpo | 4 | -22/+24 |
2019-10-22 | microarchitectures: add optimization flags for Intel compilers (#13345) | Massimiliano Culpo | 2 | -4/+134 |
2019-10-22 | fetching: S3 upload and download (#11117) | Omar Padron | 19 | -288/+1414 |
2019-10-21 | Bootstrap environment modules optimizing for generic architectures (#13105) | Massimiliano Culpo | 2 | -3/+11 |
2019-10-21 | microarchitectures: fix custom compiler versions (#13222) | Massimiliano Culpo | 6 | -5/+100 |
2019-10-20 | spack create: http -> https (#13269) | Adam J. Stewart | 1 | -1/+1 |
2019-10-19 | shebangs: don't warn when patching long shebangs (#13266) | Todd Gamblin | 1 | -1/+1 |
2019-10-19 | Microarchitecture specific optimizations for LLVM (#13250) | Massimiliano Culpo | 9 | -10/+292 |
2019-10-17 | satisfaction checks on dependencies should be strict when the parent check is... | Peter Scheibel | 1 | -1/+1 |
2019-10-17 | Separate setting build environment and run environment in packages (#11115) | Massimiliano Culpo | 8 | -160/+275 |
2019-10-17 | multimethods: avoid calling caller_locals() in Python 3 (#13238) | Todd Gamblin | 2 | -10/+35 |
2019-10-16 | importing: make importlib_importer recognize .pyc cache (#13239) | Todd Gamblin | 1 | -0/+6 |
2019-10-16 | filter_file: fix multiple invocations on the same file (#13234) | Michael Kuhn | 2 | -2/+33 |
2019-10-16 | Bugfix: stage directory permissions and cleaning (#12733) | Tamara Dahlgren | 9 | -83/+297 |
2019-10-15 | Feature: installed file verification (#12841) | Greg Becker | 13 | -54/+791 |
2019-10-15 | lmod: module files are written in a root folder named by target family (#13121) | Massimiliano Culpo | 2 | -1/+21 |
2019-10-14 | filter_file uses "surrogateescape" error handling (#12765) | Massimiliano Culpo | 4 | -5/+1600 |
2019-10-14 | bugfix: install --only dependencies works in env (#13090) | Greg Becker | 3 | -18/+70 |
2019-10-14 | commands: add resource stats to `spack url stats` (#13205) | Todd Gamblin | 2 | -65/+93 |
2019-10-14 | Fix svn tests, skip if svnadmin not found (#13137) | Adam J. Stewart | 2 | -2/+4 |
2019-10-12 | install: add --cache-only option (#12729) | Greg Becker | 4 | -3/+22 |
2019-10-12 | checksums: enforce that all mainline packages use sha256 checksums | Todd Gamblin | 2 | -2/+45 |
2019-10-11 | Autotools build system to patch config.guess based on a range check | Massimiliano Culpo | 1 | -2/+3 |
2019-10-11 | Fixed options to compile generic code on ppc64 and ppc64le | Massimiliano Culpo | 1 | -0/+2 |
2019-10-11 | Fix python3 errors from string and byte concatenation (#13141) | Patrick Gartung | 2 | -32/+47 |
2019-10-10 | tests: cleanup config:build_stage handling (fixes #12651, #12798) | Tamara Dahlgren | 5 | -190/+119 |
2019-10-10 | Add support for nested "overrides" scopes. | Tamara Dahlgren | 2 | -2/+72 |
2019-10-10 | Added NEON to the list of features required for the aarch64 family | Massimiliano Culpo | 2 | -0/+7 |