summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2020-07-23bump version number for 0.15.2Gregory Becker3-6/+10
2020-07-23cray: detect shasta os properly (#17467)Greg Becker2-1/+4
2020-07-23environment-views: fix bug where missing recipe/repo breaks env commands (#17...robo-wylder5-19/+104
2020-07-23Update fetch order to match iteration order of MirrorReference (#17572)Peter Scheibel1-3/+5
2020-07-23Reduce output verbosity with debug levels (#17546)Tamara Dahlgren15-165/+342
2020-07-23bugfix: use getattr for variation.prefix/suffix (#17669)eugeneswalker1-2/+2
2020-07-23bugfix: make compiler preferences slightly saner (#17590)Todd Gamblin5-19/+191
2020-07-23ci pipelines: activate environment without view (#17440)Harmen Stoppels1-1/+1
2020-07-23bugfix: ignore Apple's "gcc" by default (#17589)Todd Gamblin3-29/+51
2020-07-23buildcache: list all mirrors even if one failsScott Wittenburg1-2/+2
2020-07-23Bugfix/install missing compiler from buildcache (#17536)Scott Wittenburg2-0/+40
2020-07-23Fix security issue in CI (#17545)Harmen Stoppels2-9/+1
2020-07-23clear mpicc and friends before each build (#17450)Sajid Ali1-0/+8
2020-07-10Bump version to 0.15.1; update CHANGELOG and version referencesv0.15.1Peter Josef Scheibel3-6/+10
2020-07-10spack install: improve error message with no args (#17454)Greg Becker2-2/+37
2020-07-10installation: skip repository metadata for externals (#16954)Greg Becker1-3/+8
2020-07-10autotools bugfix: handle missing config.guess (#17356)Michael Kuhn1-2/+2
2020-07-10autotools: Fix config.guess detection, take two (#17333)Michael Kuhn1-5/+3
2020-06-30bump version numberGregory Becker3-7/+12
2020-06-30Don't detect "classic" on Cray to avoid a compiler bug (#17314)Massimiliano Culpo4-2/+16
2020-06-30Add fish shell support (#9279)Johannes Blaschke5-2/+41
2020-06-30Cray compiler: fix implicit rpaths for classic versions (#17310)Greg Becker4-14/+41
2020-06-29cray compilers: fix bug with verifying cray compilers (#17303)Greg Becker1-5/+15
2020-06-29remove three commands that have been deprecated since v0.13.0 (#17291)Greg Becker3-150/+0
2020-06-29autotools: Fix config.guess detection (#17149)Michael Kuhn1-2/+4
2020-06-29Detect FE compilers automatically on Cray (#17267)Massimiliano Culpo2-2/+85
2020-06-29Fix indentation in containerize example (#17228)George Hartzell1-1/+1
2020-06-29Restore compilers.yaml default directory (#17283)Greg Becker1-2/+2
2020-06-27Add support for macOS Big Sur (#17236)Adam J. Stewart1-0/+1
2020-06-26env: no automatic activation (#17258)Greg Becker4-19/+10
2020-06-26Use json for buildcache index (#15002)Scott Wittenburg12-305/+440
2020-06-26build_environment: verify compiler executables exist are are accessible (#17260)Greg Becker4-20/+77
2020-06-26fix sorting issue with ci workarounds (#17277)Omar Padron2-30/+38
2020-06-26First fix for SPACK_DEPENDENCIES problem when doing setup (#10715)cedricchevalier191-9/+2
2020-06-26spack ci generate: allow use of --output-file <file> with wo/ preceding path ...eugeneswalker1-4/+4
2020-06-26add environment-awareness to `buildcache create` (#16580)Jeffrey Salmond2-2/+57
2020-06-26Allow `spack remove -f` and `spack uninstall` to work on matrices (#17222)Greg Becker2-10/+55
2020-06-25Allow detection for "-classic" version of CCE (#17256)Massimiliano Culpo3-6/+21
2020-06-25add workaround for gitlab ci needs limit (#17219)Omar Padron5-7/+235
2020-06-25prevent multiple version sigils in the same spec (#17246)Greg Becker3-9/+44
2020-06-25environment spec lists: improve ability to query architecture in when clauses...Greg Becker3-5/+34
2020-06-25Separate Apple Clang from LLVM Clang (#17110)Massimiliano Culpo17-256/+396
2020-06-25Fix global activation check for upstream extendees (#17231)Peter Scheibel2-0/+34
2020-06-25spack config: new subcommands add/remove (#13920)Greg Becker12-102/+718
2020-06-24features: Add install failure tracking removal through `spack clean` (#15314)Tamara Dahlgren8-36/+140
2020-06-24Unset environment variables that are most commonly used by Autotools packages...Sergey Kosukhin2-1/+13
2020-06-23Some minor fixes to set_permissions() in file_permissions.py (#17020)Tom Payerle2-6/+35
2020-06-23tests: check rpath presence not equality (#17216)Tamara Dahlgren1-1/+2
2020-06-23Module index should not be unconditionally overwritten (#14837)Matthias Wolf4-9/+36
2020-06-23Added support for --fail-fast install option to terminate on first failureTamara Dahlgren4-5/+67