easyloggingpp: new package (#36487)
This commit is contained in:
		
							
								
								
									
										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") | ||||
		Reference in New Issue
	
	Block a user
	 Erik Heeren
					Erik Heeren