mold: new package for the mold linker (#34017)
This commit is contained in:
parent
d472e28bfe
commit
87cb9760ce
20
var/spack/repos/builtin/packages/mold/package.py
Normal file
20
var/spack/repos/builtin/packages/mold/package.py
Normal 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")
|
Loading…
Reference in New Issue
Block a user