byfl: initial commit (#42731)
This commit is contained in:
		 Christoph Junghans
					Christoph Junghans
				
			
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			 GitHub
						GitHub
					
				
			
						parent
						
							e07a6f51dc
						
					
				
				
					commit
					f49a5519b7
				
			
							
								
								
									
										21
									
								
								var/spack/repos/builtin/packages/byfl/package.py
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										21
									
								
								var/spack/repos/builtin/packages/byfl/package.py
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,21 @@ | |||||||
|  | # Copyright 2013-2024 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 Byfl(CMakePackage): | ||||||
|  |     """Compiler-based Application Analysis""" | ||||||
|  | 
 | ||||||
|  |     homepage = "https://github.com/lanl/Byfl" | ||||||
|  |     url = "https://github.com/lanl/Byfl/archive/refs/tags/v1.8.0.tar.gz" | ||||||
|  | 
 | ||||||
|  |     maintainers("spakin", "ltang85") | ||||||
|  | 
 | ||||||
|  |     license("BSD-3-Clause") | ||||||
|  | 
 | ||||||
|  |     version("1.8.0", sha256="45a9640ba2d77153a425c72349c18b124754123b30c411707b71abd217bbfce0") | ||||||
|  | 
 | ||||||
|  |     depends_on("llvm@:13.9999") | ||||||
		Reference in New Issue
	
	Block a user