easyloggingpp: new package (#36487)

This commit is contained in:
Erik Heeren 2023-03-30 16:35:33 +02:00 committed by GitHub
parent 3756d5761b
commit 2ca471745c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,16 @@
# 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 Easyloggingpp(CMakePackage):
"""Single header C++ logging library"""
homepage = "https://github.com/zuhd-org/easyloggingpp"
url = "https://github.com/zuhd-org/easyloggingpp/archive/v9.96.7.tar.gz"
version("9.97.0", sha256="9110638e21ef02428254af8688bf9e766483db8cc2624144aa3c59006907ce22")
version("9.96.7", sha256="237c80072b9b480a9f2942b903b4b0179f65e146e5dcc64864dc91792dedd722")