|
||||
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 Eic(BundlePackage): 0010 """EIC Softare Consortium environment.""" 0011 0012 homepage = "https://gitlab.com/eic" 0013 0014 maintainer = ["wdconinc"] 0015 0016 tags = ["eic"] 0017 0018 version("develop", preferred=True) 0019 depends_on("escalate") 0020 depends_on("eicroot") 0021 depends_on("eictoymodel")
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |