Age | Commit message (Expand) | Author | Files | Lines |
2019-11-13 | symlink relativization: determine target relative to the link directory (#13710) | Peter Scheibel | 1 | -3/+3 |
2019-11-13 | Allow binary relocation of strings in relative binaries (#13725) | Greg Becker | 2 | -15/+25 |
2019-11-13 | Docs update for deprecated `spack sha256` (#13701) | William F Godoy | 1 | -2/+2 |
2019-11-12 | docs: use nicer looking code blocks in docs (#13708) | Todd Gamblin | 1 | -1/+19 |
2019-11-11 | verify.py: os.path.exists exception handling (#13656) | Daryl W. Grunau | 1 | -14/+16 |
2019-11-11 | environments: don't try to modify run-env if a spec is not installed (#13589) | Adam J. Stewart | 1 | -2/+2 |
2019-11-10 | Improve spack checksum formatting (#13666) | Adam J. Stewart | 2 | -2/+5 |
2019-11-07 | bugfix: mirror path works for unknown versions (#13626) | Todd Gamblin | 2 | -2/+8 |
2019-11-05 | add depends_on(python) to PythonPackage stub (#13595) | Andreas Baumbach | 1 | -0/+1 |
2019-11-05 | bugfix: uninstall should find concrete specs by DAG hash (#13598) | Todd Gamblin | 1 | -1/+9 |
2019-11-05 | `spack find` now displays variants and other spec constraints (#13596) | Todd Gamblin | 3 | -4/+23 |
2019-11-03 | bugfix: fetch prefers to fetch local mirrors over remote resources (#13545) | Omar Padron | 3 | -8/+11 |
2019-11-03 | environments: only write when necessary (#13546) | Greg Becker | 4 | -25/+66 |
2019-11-01 | spack create: http -> https (#13547) | Adam J. Stewart | 1 | -2/+2 |
2019-11-01 | Bugfix: respect order of mirrors in mirrors.yaml (#13544) | Peter Scheibel | 1 | -1/+4 |
2019-11-01 | environments: make shell modifications partially unconditional (#13523) | Greg Becker | 2 | -1/+37 |
2019-11-01 | allow bootstrap buildcache install of patchelf (#13430) | Marc Mengel | 2 | -3/+36 |
2019-11-01 | bugfix: spack.util.url.join() now handles absolute paths correctly (#13488) | Omar Padron | 3 | -2/+379 |
2019-11-01 | sbang: use utf-8 for encoding when patching (#13490) | Gregory Lee | 1 | -4/+13 |
2019-11-01 | Specs with quoted flags containing spaces are parsed correctly (#13521) | Massimiliano Culpo | 2 | -1/+22 |
2019-11-01 | targets: print a warning message before downgrading (#13513) | Massimiliano Culpo | 2 | -25/+57 |
2019-10-31 | Bugfix: BundlePackage staging/installation (#13524) | Peter Scheibel | 1 | -0/+3 |
2019-10-31 | Docs: unlock requirement versions (#13384) | Adam J. Stewart | 1 | -3/+3 |
2019-10-31 | Travis CI: Test Python 3.8 (#13347) | Adam J. Stewart | 3 | -4/+20 |
2019-10-30 | Documentation: Database.query methods share docstrings (#13515) | Greg Becker | 1 | -41/+53 |
2019-10-30 | cpu: fix clang flags for generic x86_64 (#13491) | Greg Becker | 2 | -8/+16 |
2019-10-30 | cuda: fix conflict statements for x86-64 targets (#13472) | Massimiliano Culpo | 1 | -4/+6 |
2019-10-29 | syaml_int type should use int.__repr__ rather than str.__repr__ (#13487) | Peter Scheibel | 1 | -1/+1 |
2019-10-29 | bugfix: make `spack -d test test_changed_files` work (#13229) | Tamara Dahlgren | 1 | -1/+1 |
2019-10-28 | Update URL parsing regexes and tests (#13411) | Adam J. Stewart | 4 | -65/+192 |
2019-10-28 | Output directory Spack is looking in for MKL libs (#13465) | Adam J. Stewart | 1 | -1/+2 |
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 |