summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2022-07-31black: clean up noqa comments from most of the codeTodd Gamblin27-71/+103
2022-07-31black: break up long strings that black cannot fixTodd Gamblin6-107/+160
2022-07-31black: configurationTodd Gamblin2-39/+56
2022-07-30MACOSX_DEPLOYMENT_TARGET: MAJOR.MINOR (#31811)Adam J. Stewart1-1/+2
2022-07-28environment.py: only install root specs explicitly (#31645)Harmen Stoppels2-3/+6
2022-07-28Fix parsing of clean_url (#31783)Stephen Sachs1-2/+2
2022-07-26environment.py: reduce # of locks further (#31643)Harmen Stoppels2-27/+49
2022-07-26containerize: fix concretization -> concretizer (#31594)Harmen Stoppels3-8/+8
2022-07-26llvm: Variant and dependency cleanup (#31331)Chuck Atkins2-111/+171
2022-07-26Fix `self.extension` for symlinks (#31743)Stephen Sachs1-1/+3
2022-07-25Fix stage with uri params (#31618)Harmen Stoppels2-3/+3
2022-07-24Sphinx 5.1.0 breaks doc builds (#31709)Adam J. Stewart1-1/+1
2022-07-22Mark external as explicit only when installing explicitly (#31665)Harmen Stoppels2-5/+18
2022-07-22autotools: add -I flag when non-standard libtool (#31677)Harmen Stoppels2-6/+99
2022-07-22Use pkg_cls in spack.mirror.get_all_versions (#31636)Massimiliano Culpo2-7/+22
2022-07-20Don't restage develop specs when a patch fails (#31593)psakievich2-3/+55
2022-07-20spack stage: add missing --fresh and --reuse (#31626)Harmen Stoppels2-0/+12
2022-07-20installer.py: require "explicit: True" in the install arguments to mark a pac...Harmen Stoppels2-1/+14
2022-07-18Only hack botocore when needed (#31610)Jonathon Anderson1-6/+10
2022-07-15Use lexists instead of exists during fetch (#31509)Harmen Stoppels1-11/+11
2022-07-14Bug/fix credentials s3 buildcache update (#31391)Joseph Snyder3-5/+14
2022-07-14Deprecate `blacklist`/`whitelist` in favor of `include`/`exclude` (#31569)Todd Gamblin23-135/+375
2022-07-13Decompression: use tar exe vs. built-in Python tarfile support (#31563)Peter Scheibel1-19/+4
2022-07-12`spack.repo.get()` can only be called on concrete specs (#31411)Massimiliano Culpo76-1397/+1065
2022-07-12file_cache.py: idempotent remove without races (#31477)Harmen Stoppels2-4/+19
2022-07-12compression.py: buffered copy (#31533)Harmen Stoppels1-3/+4
2022-07-12environment.py: only acquire write lock when necessary (#31493)Harmen Stoppels1-3/+4
2022-07-12env depfile: add missing touch (#31494)Harmen Stoppels1-0/+1
2022-07-12Remove os.getcwd from function signature (#31480)Massimiliano Culpo1-3/+2
2022-07-12Sanitize ownership when extracting tarfiles (#31524)Jonathon Anderson1-3/+9
2022-07-11py-hatchling: add new packages, document new build backend (#31512)Adam J. Stewart1-2/+31
2022-07-07Fix spack edit message when no editor installed (#31412)Cory Bloor2-1/+15
2022-07-07Documentation: Add SourceforgePackage to the build systems docs (#31473)Tamara Dahlgren2-2/+58
2022-07-07removing feature bloat: monitor and analyzers (#31130)Vanessasaurus18-2159/+0
2022-07-06Testing Bugfix: refactor clean --python-cache to support all (#31449)Tamara Dahlgren2-13/+63
2022-07-05Remove fetch from depfile (#31433)Harmen Stoppels3-51/+19
2022-07-05ROCmPackage: unify amdgpu_targets (#30582)Alberto Invernizzi1-3/+4
2022-07-01gitlab: Fix pipeline generation for non-develop protected pipelines (#31378)Scott Wittenburg1-6/+9
2022-06-29Cray manifest: compiler duplicates (#31173)Peter Scheibel3-7/+33
2022-06-29PythonPackage: add default libs/headers attributes (#28527)Adam J. Stewart1-0/+34
2022-06-29Update containerize templates to account for view indirection (#31321)Massimiliano Culpo1-1/+2
2022-06-28oneAPI supports cxx17_flag and cxx20_flag (#31274)Wouter Deconinck1-0/+8
2022-06-28Feature: use git branches/tags as versions (#31200)Greg Becker8-120/+304
2022-06-27oneapi-* packages: improve use with modules (#30981)Sergey Kosukhin1-14/+12
2022-06-27`spack external find`: handle manifest with bad permissions (#31201)Peter Scheibel4-0/+98
2022-06-27Rename os_facts.lp to os_compatibility.lp (#31206)Massimiliano Culpo2-1/+1
2022-06-24Fix typo in documentation note about concretizer:unify (#31246)Cody Balos1-3/+3
2022-06-23ASP-based solver: rescale target weights so that 0 is always the best score (...Massimiliano Culpo2-49/+15
2022-06-22relocation: x-pie-executable needs relocation (#31248)eugeneswalker1-1/+2
2022-06-22spack create: fix for no URL (#31239)Adam J. Stewart2-1/+7