summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
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
2020-06-23Allow a single ctrl-c to terminate an install in progressTamara Dahlgren2-3/+31
2020-06-23fix compiler environment handling to reset environment after (#17204)Greg Becker2-19/+84
2020-06-22Pre ci optimization (#16372)Omar Padron3-2/+392
2020-06-22swig: fix older builds on newer platforms by updating config files (#16854)Joseph Ciurej1-61/+82
2020-06-18Fetching from urls: Error Message (#16434)Axel Huebl2-4/+10
2020-06-18Docs: fix rst link to spack ci (#17147)Adam J. Stewart1-3/+3
2020-06-17cray module do not work without CRAY_LD_LIBRARY_PATH (#17031)Greg Becker2-5/+9
2020-06-16Doc: E4S Build Cache Link (#16986)Axel Huebl1-0/+6
2020-06-16Yaml spec parsing corner case (#17101)psakievich2-7/+28
2020-06-15Skip failing test on MacOS (#17072)Massimiliano Culpo1-0/+2
2020-06-13clang: add 'version_argument', remove redundant method (#17071)Greg Becker2-20/+3
2020-06-12Buildcache: Fix bug in binary string replacement (#17075)Patrick Gartung1-1/+5
2020-06-11Renamed flags.py to basics.pyMassimiliano Culpo2-1/+2
2020-06-11Reworked tests on compilers to separate version detectionMassimiliano Culpo3-170/+183
2020-06-10Move to temporary directory before running dev-build test (#17028)Massimiliano Culpo1-3/+4
2020-06-09lib/spack : expand spack config vars in 'include' section (#16210)Joseph Ciurej2-2/+33
2020-06-09Testing: create mock executable fixture (#16999)Massimiliano Culpo2-9/+19
2020-06-09SpecList: fix recursion for references (#16897)Greg Becker2-29/+59
2020-06-08Cray: fix Blue Waters support and user-built MPIs on Cray (#16593)Adam J. Stewart2-11/+19
2020-06-08view remove: directly check whether specs own files before removing from view...Greg Becker2-5/+44
2020-06-05spack dev-build: Do not mark -u builds in database (#16333)Greg Becker4-21/+61
2020-06-05commands: use a single ThreadPool for `spack versions` (#16749)Massimiliano Culpo4-251/+228
2020-06-03Fix parsing of EvtGen URL (#16883)Adam J. Stewart2-9/+11
2020-06-03Mirrors: add option to exclude packages from "mirror create" (#14154)Peter Scheibel3-23/+98
2020-06-03Feature: add option to create view by copying/relocating files (#16480)Greg Becker4-14/+87
2020-06-03Implicit rpaths for NAG/GCC mixed toolchain (#14782)Sergey Kosukhin6-38/+139
2020-06-03spack uninstall: improve help message (#16886)Massimiliano Culpo1-7/+15
2020-06-02Unify tests for compiler command in the same file (#16891)Massimiliano Culpo3-113/+105
2020-06-02Fix satisfaction checks for excluding variants from matrices (#16893)Greg Becker6-49/+79
2020-06-01openmpi: add opa-psm2 dependency (#16873)Jonathon Anderson1-1/+118
2020-06-01Recognize system installed gcc-10 as compilers (#16884)Massimiliano Culpo1-1/+1
2020-05-29repo: fix construction of UnknownPackageError (#16865)Sergey Kosukhin2-15/+24
2020-05-29Mention that packages can be uninstalled by hash (#16863)Robert Rosca1-1/+2
2020-05-29spack module_cmd: set LD_LIBRARY_PATH for python in subshell. (#16827)Greg Becker3-8/+46