Age | Commit message (Expand) | Author | Files | Lines |
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 |
2019-10-10 | ArchSpec: fix constraint satisfaction for targets | Massimiliano Culpo | 2 | -0/+9 |
2019-10-09 | Buildcache: pass string.encode('utf-8') for old_dir and new_dir to replace_pr... | Patrick Gartung | 1 | -1/+2 |
2019-10-09 | "No Spack mirror configured": demoted the warning to a debug message (#13082) | Massimiliano Culpo | 1 | -1/+1 |
2019-10-07 | Add macOS Catalina support (#13070) | Adam J. Stewart | 1 | -12/+22 |
2019-10-07 | Spack environments can concretize specs together (#11372) | Massimiliano Culpo | 4 | -4/+171 |
2019-10-05 | doc: fix #12245 non-functional libdwarf dependency (#12515) | Pariksheet Nanda | 1 | -4/+4 |
2019-10-05 | Consistently support pkg-config files in share subdirectory (#12838) | Michael Kuhn | 5 | -2/+7 |
2019-10-04 | bugfix: issue with custom dotkit root in config.yaml (#13046) | Massimiliano Culpo | 2 | -1/+25 |
2019-10-03 | Update compilers.yaml location in Getting Started docs (#13029) | Adam J. Stewart | 1 | -11/+14 |
2019-10-03 | Generic x86_64 code compiled with GCC uses non deprecated mtune flags (#13022) | Massimiliano Culpo | 2 | -6/+15 |
2019-10-02 | Remove support for generating dotkit files (#11986) | Massimiliano Culpo | 24 | -256/+95 |
2019-10-02 | fujitsu compiler: Add 'required_libs'. (#13014) | t-karatsu | 1 | -0/+2 |
2019-10-02 | Replace expensive store.reindex() call with db.add() call. (#13021) | Patrick Gartung | 1 | -1/+1 |
2019-10-01 | 'spack buildcache list' should show all buildaches available. (#13002) | Patrick Gartung | 1 | -5/+1 |
2019-10-01 | Add all compatible system types directory to module paths | Massimiliano Culpo | 2 | -1/+14 |
2019-10-01 | binary cache: show all packages for compatible differing targets (#12943) | Greg Becker | 1 | -3/+6 |
2019-10-01 | When removing a file from a view, don't fail if it doesn't exist (#12960) | Jeffrey Salmond | 1 | -0/+3 |
2019-09-29 | make license check slightly more lenient | Todd Gamblin | 1 | -1/+1 |
2019-09-28 | Add all the 'generic' architectures that are mentioned in recipes (#12958) | Massimiliano Culpo | 1 | -0/+35 |
2019-09-26 | Fix perl build when using Build.PL | Glenn P Johnson | 1 | -0/+12 |
2019-09-26 | Relocate mach-o binaries using macholib on linux. (#12946) | Patrick Gartung | 2 | -95/+74 |
2019-09-26 | add --no-deps opt to `buildcache-create` (#12956) | eugeneswalker | 1 | -0/+4 |
2019-09-26 | External: add macholib and altgraph needed to relocate Mach-o binaries on Lin... | Patrick Gartung | 25 | -0/+5425 |
2019-09-24 | Fix "specific target" detection in Python 3 (#12906) | Adam J. Stewart | 1 | -8/+5 |
2019-09-24 | Change get_patchelf to immediately return patchelf path if found (#12925) | Patrick Gartung | 1 | -7/+7 |
2019-09-24 | Fujitsu compilers: added 'verbose_flag' method (#12922) | t-karatsu | 1 | -0/+4 |
2019-09-24 | bugfix: use string keys to set preferred targets (#12921) | Todd Gamblin | 4 | -9/+32 |