mold: new package for the mold linker (#34017)

This commit is contained in:
Pedro Ciambra 2022-11-20 21:32:47 -03:00 committed by GitHub
parent d472e28bfe
commit 87cb9760ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,20 @@
# Copyright 2013-2022 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")