summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2020-11-12Pipelines: Compare target family instead of architecture (#19884)Scott Wittenburg2-1/+18
2020-11-11Keep output machine readable using `spack find --format` in an env (#19698)Greg Becker2-2/+4
2020-11-11fix typo wrt target=graviton (#19865)Satish Balay2-2/+2
2020-11-11spack env deactivate/spack unload: demote warning message to debug message (#...Massimiliano Culpo1-4/+4
2020-11-11Restore `spack checksum` verbosity (#19480)Adam J. Stewart1-6/+6
2020-11-10Binary caching: fix buildcache list (multiple invocations) (#19848)Peter Scheibel1-12/+7
2020-11-09tutorial cmd: fix gpg invocation (#19829)Greg Becker1-1/+1
2020-11-09Fix minor typo in function comment (#19804)Adam J. Stewart1-1/+1
2020-11-09[docs] getting_started.rst: fix typo (#19815)Emir İşman1-1/+1
2020-11-09commands: add `spack tutorial` command (#19808)Todd Gamblin1-0/+85
2020-11-05Remove hardcoded version numbers from container logic (#19716)Greg Becker5-74/+7
2020-11-04bug fix: Display error when curl is missing even in non-debug mode (#19695)Tamara Dahlgren2-2/+32
2020-11-03documentation: fix formatting of code-block section (#19693)Shahzeb Siddiqui1-1/+1
2020-11-02Bugfix - hashing: don't recompute full_hash or build_hash (#19672)Todd Gamblin1-3/+40
2020-11-01sbang: fixes for sbang relocationTodd Gamblin3-9/+77
2020-10-30Update documentation on containers (#19631)Massimiliano Culpo4-207/+61
2020-10-30Config: cache results of get_config (#19605)Massimiliano Culpo4-12/+49
2020-10-30Make archspec a vendored dependency (#19600)Massimiliano Culpo50-1565/+1887
2020-10-30Binary caching: use full hashes (#19209)Scott Wittenburg16-158/+795
2020-10-29CI: disable vermin check for deprecated hash (#19612)Peter Scheibel1-1/+2
2020-10-29Oneapi add compiler (#19330)Frank Willmore7-3/+164
2020-10-28sbang: vendor sbangTodd Gamblin2-66/+0
2020-10-27sbang: convert sbang script to POSIX shellTodd Gamblin2-7/+75
2020-10-26sbang: add support for php (#18299)Toyohisa Kameyama2-0/+22
2020-10-26sbang: put sbang in the install_tree (#11598)Patrick Gartung3-15/+88
2020-10-26bugfix: test_push_and_fetch_keys should be skipped w/o gpg (#19511)Todd Gamblin1-0/+2
2020-10-24bugfix: fix config merge order for OrderdDicts (#18482)Todd Gamblin5-30/+67
2020-10-23docs: update docs on shell support and using packages (#19486)Todd Gamblin3-337/+344
2020-10-23csh: don't require SPACK_ROOT for sourcing setup-env.csh (#18225)Todd Gamblin8-80/+69
2020-10-22Add scratch module roots to test configuration (#19477)Massimiliano Culpo4-82/+23
2020-10-21tests: increase tolerance of termios tests (#19456)Todd Gamblin1-2/+6
2020-10-21Added _poll_lock exception tests (#19446)Tamara Dahlgren1-0/+26
2020-10-21Add qgraf (#19404)iarspider1-1/+4
2020-10-21Skip malformed spec strings when searching for externals (#19438)Massimiliano Culpo1-8/+13
2020-10-21CMakePackage: added 'ipo' variant (#18374)Omri Mor1-1/+17
2020-10-21Make url_fetch test independent of locale settings (#19390)Massimiliano Culpo1-1/+1
2020-10-21Change 'any' to wildcard for variants (#19381)Greg Becker7-103/+49
2020-10-20py-archspec: added new package at v0.1.1 (#19395)Massimiliano Culpo1-2/+0
2020-10-20Adding AOCC compiler to SPACK community (#19345)GaneshPrasadMA9-3/+162
2020-10-20Fix python scripts relying on external python in env (#19241)Greg Becker1-1/+3
2020-10-19Fix "buildcache update-index --keys ..." when mirror is S3 (#19141)Scott Wittenburg1-5/+14
2020-10-18filter_compiler_wrappers: a fix for NAG (#17133)Sergey Kosukhin1-1/+7
2020-10-18Add testing option to dev-build command (#17293)elsagermann1-0/+14
2020-10-18[docs] Pkg list: current version, not latest release (#18213)Wouter Deconinck1-2/+2
2020-10-18Fix for buildcache -o (#19354)Jason Miller1-1/+2
2020-10-17Spec: fix multiple generator iteration in satisfies_dependencies (#18527) (#1...Omri Mor2-2/+10
2020-10-16New compiler: nvhpc (NVIDIA HPC SDK) (#19294)Scott McMillan7-3/+168
2020-10-16spack external find: fix debug output (#19342)iarspider1-2/+4
2020-10-16autotools: recursively patch config.guess and config.sub (#18347)Toyohisa Kameyama1-68/+57
2020-10-15Environments: specify packages for developer builds (#15256)Greg Becker24-84/+1058