summaryrefslogtreecommitdiff
path: root/lib/spack/spack/package_base.py
AgeCommit message (Expand)AuthorFilesLines
2024-01-02Update copyright year to 2024 (#41919)Todd Gamblin1-1/+1
2023-12-21Compilers can inject first order rules into the solverMassimiliano Culpo1-17/+1
2023-12-21gcc-runtime: add separate package for gcc runtime libsHarmen Stoppels1-1/+17
2023-12-13spack mirror create --all: include patches (#41579)Harmen Stoppels1-26/+25
2023-10-19Stand-alone test feature deprecation postponed to v0.22 (#40600)Tamara Dahlgren1-2/+2
2023-10-18Fix dev-build keep_stage behavior (#40576)Harmen Stoppels1-8/+1
2023-10-17Allow / in GitVersion (#39398)Peter Scheibel1-2/+5
2023-09-19Use process pool executors for web-crawling and retrieving archives (#39888)Massimiliano Culpo1-5/+4
2023-09-15Group primitive url/path handling functions together (#40028)Massimiliano Culpo1-1/+1
2023-09-14Add efficient `deptype` flag and `spack.deptypes` module (#39472)Harmen Stoppels1-11/+13
2023-09-12Fix typo in metaclasses (#39947)Massimiliano Culpo1-1/+1
2023-09-08Speed-up `spack external find` execution (#39843)Massimiliano Culpo1-0/+7
2023-08-11spack.repo: uppercase the global PATH variable (#39372)Massimiliano Culpo1-6/+6
2023-08-07Extract prefix locks and failure markers from Database (#39024)Massimiliano Culpo1-1/+1
2023-07-31Add `spack checksum --verify`, fix `--add` (#38458)Alec Scott1-0/+4
2023-07-31Remove Xcode mock-up (#39020)Adam J. Stewart1-4/+0
2023-07-19Fetch & patch: actually acquire stage lock, and many more issues (#38903)Harmen Stoppels1-51/+24
2023-07-19Remove `LazyReference` from code (#38944)Massimiliano Culpo1-19/+19
2023-07-14Remove unused context manager (#38897)Harmen Stoppels1-8/+0
2023-07-13Add type hints to spack.installer (#38872)Harmen Stoppels1-1/+1
2023-07-05Drop Python 2 super syntax (#38718)Adam J. Stewart1-8/+6
2023-07-05Drop Python 2 object subclassing (#38720)Adam J. Stewart1-3/+3
2023-06-12pip is a pythonextension not a pythonpackage, and it turns out we werent doin...Peter Scheibel1-2/+1
2023-05-15Improve package source code context display on error (#37655)Carson Woods1-1/+2
2023-05-10Stand-alone testing: make recipe support and processing spack-/pytest-like (#...Tamara Dahlgren1-290/+140
2023-05-05Improve version, version range, and version list syntax and behavior (#36273)Harmen Stoppels1-5/+5
2023-03-31Allow configurable stage names (#36509)John W. Parent1-3/+2
2023-03-08Split `satisfies(..., strict=True/False)` into two functions (#35681)Massimiliano Culpo1-4/+4
2023-03-05windows: use `sys.platform == "win32"` instead of `is_windows` (#35640)Todd Gamblin1-6/+3
2023-02-16Style: black 23, skip magic trailing comma (#35351)Adam J. Stewart1-18/+4
2023-01-18Bugfix: External Python Extensions (#34202)Greg Becker1-1/+1
2023-01-18license year bump (#34921)Harmen Stoppels1-1/+1
2023-01-17Forward lookup of "test_log_file" and "test_failures" (#34882)Massimiliano Culpo1-16/+32
2022-12-05vermin: remove all novm comments from code (#34308)Todd Gamblin1-1/+1
2022-12-04typing: move from comment annotations to Python 3.6 annotations (#34305)Todd Gamblin1-21/+16
2022-11-23Control Werror by converting to Wno-error (#30882)Tom Scogland1-0/+4
2022-11-19package_base.py: Fix #34006: test msg needs to be a string (#34007)Chris Green1-2/+2
2022-11-18PackageBase should not define builder legacy attributes (#33942)Chris Green1-8/+0
2022-11-15Stop using `six` in Spack (#33905)Massimiliano Culpo1-12/+10
2022-11-14Remove support for running with Python 2.7 (#33063)Massimiliano Culpo1-11/+7
2022-11-11remove activate/deactivate support in favor of environments (#29317)Harmen Stoppels1-186/+0
2022-11-09ensure external PythonPackages have python deps (#33777)Greg Becker1-0/+6
2022-11-04demote warning for no source id to debug message (#33657)Greg Becker1-1/+1
2022-11-03Experimental binding of shared ELF libraries (#31948)Harmen Stoppels1-0/+9
2022-10-31Windows: fix library loading and enable Clingo bootstrapping (#33400)John W. Parent1-7/+33
2022-10-26Allow for packages with multiple build-systems (#30738)Massimiliano Culpo1-291/+25
2022-10-18spack checksum: warn if version is deprecated (#32438)Tamara Dahlgren1-0/+17
2022-09-13Windows rpath support (#31930)John W. Parent1-2/+33
2022-09-08CMakePackage: allow custom CMAKE_PREFIX_PATH entries (#32547)Peter Scheibel1-0/+4
2022-08-30Environments: Add support for include URLs (#29026)Tamara Dahlgren1-7/+1