Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 09:15:26

0001 # Copyright 2013-2020 Lawrence Livermore National Security, LLC and other
0002 # Spack Project Developers. See the top-level COPYRIGHT file for details.
0003 #
0004 # SPDX-License-Identifier: (Apache-2.0 OR MIT)
0005 
0006 from spack.package import *
0007 
0008 
0009 class Bmf(CMakePackage):
0010     """BeAST magnetic field map and a C++ class to handle it."""
0011 
0012     homepage = "https://github.com/eic/BeastMagneticField"
0013     url = "https://github.com/eic/BeastMagneticField"
0014     list_url = "https://github.com/eic/BeastMagneticField/releases"
0015     git = "https://github.com/eic/BeastMagneticField.git"
0016 
0017     maintainer = ["wdconinc"]
0018 
0019     tags = ["eic"]
0020 
0021     version("master", branch="master")
0022     version("2020-04-13", commit="d00c54dc812bfa1804acb5fe370bb9c27b3539f9")
0023 
0024     depends_on("cxx", type="build")
0025     depends_on("cmake@2.8.10:", type="build")