From 0e2d261b7e636e4b1f1efcc9268855bef5da88e5 Mon Sep 17 00:00:00 2001 From: Harmen Stoppels Date: Wed, 22 Jan 2025 17:00:25 +0100 Subject: [PATCH] bootstrap/status.py: remove make (#48677) --- lib/spack/spack/bootstrap/status.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/spack/spack/bootstrap/status.py b/lib/spack/spack/bootstrap/status.py index 27d1366dcea..1626fe81158 100644 --- a/lib/spack/spack/bootstrap/status.py +++ b/lib/spack/spack/bootstrap/status.py @@ -63,7 +63,6 @@ def _missing(name: str, purpose: str, system_only: bool = True) -> str: def _core_requirements() -> List[RequiredResponseType]: _core_system_exes = { - "make": _missing("make", "required to build software from sources"), "patch": _missing("patch", "required to patch source code before building"), "tar": _missing("tar", "required to manage code archives"), "gzip": _missing("gzip", "required to compress/decompress code archives"),