Age | Commit message (Expand) | Author | Files | Lines |
2019-12-19 | Add missing __init__.py under test, and correct bad file name from #13889. (#... | Chris Green | 2 | -0/+4 |
2019-12-18 | package_sanity: add a test to enforce no nonexisting dependencies in builtin | Todd Gamblin | 1 | -0/+16 |
2019-12-18 | possible_dependencies() now reports missing dependencies | Todd Gamblin | 2 | -15/+48 |
2019-12-18 | package: add spack.package.possible_dependencies method | Todd Gamblin | 2 | -4/+53 |
2019-12-18 | performance: speed up `spack find` in environments | Todd Gamblin | 1 | -7/+11 |
2019-12-18 | performance: `spack spec` should use a read transacction with -I | Todd Gamblin | 1 | -9/+26 |
2019-12-18 | concretization: improve performance by avoiding database locks | Todd Gamblin | 1 | -4/+6 |
2019-12-18 | performance: memoize spack.architecture.get_platform() | Todd Gamblin | 2 | -0/+8 |
2019-12-18 | bugfix: don't fail if checking for "real" compiler version | Todd Gamblin | 1 | -1/+6 |
2019-12-18 | bugfix: `pgcc -V` returns 2 on power machines | Todd Gamblin | 2 | -3/+9 |
2019-12-17 | Fix argparse rST parsing of help messages (#14014) | Adam J. Stewart | 1 | -2/+3 |
2019-12-17 | microarchitectures: readable names for AArch64 vendors (#13825) | Massimiliano Culpo | 4 | -29/+102 |
2019-12-14 | match bootstrapped compiler to architecture (#14059) | Greg Becker | 1 | -0/+1 |
2019-12-14 | package hash: gracefully handle @when with non-string args (#14153) | Peter Scheibel | 2 | -26/+45 |
2019-12-13 | Split out CDash options to a separate help document (#13704) | Zack Galbreath | 2 | -12/+57 |
2019-12-13 | Patch fetching: remove unnecessary argument | Peter Josef Scheibel | 3 | -8/+4 |
2019-12-13 | Mirrors: skip attempts to fetch BundlePackages | Peter Josef Scheibel | 1 | -0/+10 |
2019-12-13 | Mirrors: avoid re-downloading patches | Peter Josef Scheibel | 2 | -20/+28 |
2019-12-13 | Mirrors: perform checksum of fetched sources | Peter Josef Scheibel | 1 | -0/+1 |
2019-12-13 | Mirrors: fix cosmetic symlink targets | Peter Josef Scheibel | 2 | -1/+34 |
2019-12-13 | Allow repeated invocations of 'mirror create' | Peter Josef Scheibel | 1 | -0/+6 |
2019-12-10 | pytest: add __init__ files for all test subdirs (#13889) | Greg Becker | 5 | -6/+22 |
2019-12-10 | Better error message when setting unknown variants during concretization (#13... | Massimiliano Culpo | 3 | -8/+17 |
2019-12-09 | Follow up/11117 fixes and testing (#13607) | Omar Padron | 10 | -158/+272 |
2019-12-09 | environments: allow 'add' command to add virtuals (#13787) | Greg Becker | 2 | -2/+26 |
2019-12-09 | Apply URLFetchStrategy to ftp:// and ftps:// url schemes (#13939) | Andras Wacha | 1 | -1/+3 |
2019-12-08 | Tuneup docs re setting up sphinx for building docs (#14005) | George Hartzell | 1 | -6/+14 |
2019-12-06 | Spec Header Dirs: Only first include/ (#13991) | Axel Huebl | 2 | -2/+16 |
2019-12-06 | docs: Alphabetize create cmd template options (#13993) | Tamara Dahlgren | 1 | -1/+2 |
2019-12-06 | Bugfix: spack find -p fails in environment (#13972) | Greg Becker | 3 | -1/+26 |
2019-12-06 | docs: Minimal BundlePackage build system doc (#13992) | Tamara Dahlgren | 2 | -0/+53 |
2019-12-05 | cdash: fix reporting issue with python 3 | Scott Wittenburg | 1 | -1/+4 |
2019-12-04 | patching: do strict version range checking (#13989) | Peter Scheibel | 3 | -2/+19 |
2019-12-04 | version bump: 0.13.2 | Todd Gamblin | 1 | -1/+1 |
2019-12-04 | Bugfix: allow missing modules if they are blacklisted (#13540) | Peter Scheibel | 4 | -30/+115 |
2019-12-04 | Fix spack test when SPACK_ROOT isn't set (#13980) | Adam J. Stewart | 1 | -3/+4 |
2019-12-04 | Fixed x86-64 optimization flags for clang (#13913) | Massimiliano Culpo | 3 | -53/+32 |
2019-12-02 | Speedup environment activation (#13557) | Massimiliano Culpo | 2 | -2/+13 |
2019-12-02 | Version bump: 1.13.1 (#13942) | Adam J. Stewart | 1 | -1/+1 |
2019-11-30 | Armor test script against shebang character limit if appropriate. (#12447) | Chris Green | 1 | -0/+2 |
2019-11-29 | Mass conversion of setup_(dependent_)?environment (#13924) | Adam J. Stewart | 3 | -10/+10 |
2019-11-26 | use semicolons instead of newlines in module/python command (#13904) | Greg Becker | 1 | -1/+1 |
2019-11-26 | IntelPackage: setup_env -> setup_build_env (#13888) | Adam J. Stewart | 1 | -47/+24 |
2019-11-26 | buildcache list: do not display duplicate specs (#13758) | Massimiliano Culpo | 2 | -6/+25 |
2019-11-26 | Remove warning from the "Custom Extensions" section of the docs (#13804) | Massimiliano Culpo | 1 | -6/+0 |
2019-11-25 | add package cuda@10.2.89 (#13819) | René Widera | 1 | -3/+10 |
2019-11-22 | cmd/install: remove unused install_status option (#13751) | Greg Becker | 1 | -1/+1 |
2019-11-21 | Fixed detection for cascadelake microarchitecture (#13820) | Massimiliano Culpo | 3 | -1/+23 |
2019-11-20 | mirror bug fixes: symlinks, duplicate patch names, and exception handling (#1... | Paul Ferrell | 4 | -17/+24 |
2019-11-20 | Features/expand microarch for aarch64 (#13780) | t-karatsu | 4 | -0/+117 |