easyloggingpp: new package (#36487)
This commit is contained in:
parent
3756d5761b
commit
2ca471745c
1 changed files with 16 additions and 0 deletions
16
var/spack/repos/builtin/packages/easyloggingpp/package.py
Normal file
16
var/spack/repos/builtin/packages/easyloggingpp/package.py
Normal 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")
|
Loading…
Reference in a new issue