byfl: initial commit (#42731)

This commit is contained in:
Christoph Junghans 2024-02-18 09:43:56 -07:00 committed by GitHub
parent e07a6f51dc
commit f49a5519b7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View 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")