summaryrefslogblamecommitdiff
path: root/var/spack/repos/builtin/packages/mold/package.py
blob: c13b7ab218ce41b9919ac99c722eb43fc572a123 (plain) (tree)
1
                                                                         


















                                                                                               
# Copyright 2013-2023 Lawrence Livermore National Security, LLC and other
# Spack Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)

from spack.package import *


class Mold(CMakePackage):
    """mold: A Modern Linker"""

    homepage = "https://github.com/rui314/mold"
    url = "https://github.com/rui314/mold/archive/refs/heads/release/1.7.1.zip"

    maintainers = ["jabcross"]

    version("1.7.1", sha256="e155f647c4c8555697f2d9544ba2f93a67023c4fff21b5b56aa3157700e14364")

    depends_on("zlib")
    depends_on("openssl")