File tree Expand file tree Collapse file tree
spack/repo/chimbuko/packages/chimbuko Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Copyright 2013-2021 Lawrence Livermore National Security, LLC and other
2+ # Spack Project Developers. See the top-level COPYRIGHT file for details.
3+ #
4+ # SPDX-License-Identifier: (Apache-2.0 OR MIT)
5+
6+ # ----------------------------------------------------------------------------
7+ # If you submit this package back to Spack as a pull request,
8+ # please first remove this boilerplate and all FIXME comments.
9+ #
10+ # This is a template package file for Spack. We've put "FIXME"
11+ # next to all the things you'll want to change. Once you've handled
12+ # them, you can save this file and test your package like this:
13+ #
14+ # spack install chimbuko
15+ #
16+ # You can edit this file again by typing:
17+ #
18+ # spack edit chimbuko
19+ #
20+ # See the Spack documentation for more information on packaging.
21+ # ----------------------------------------------------------------------------
22+
23+ from spack import *
24+
25+
26+ class Chimbuko (BundlePackage ):
27+ """A bundle package for the Chimbuko Performance Analysis software."""
28+
29+ homepage = "https://github.com/CODARcode/Chimbuko"
30+
31+ maintainers = ['giltirn' , 'sandeepmittal' ]
32+
33+ version ('main' )
34+
35+ depends_on ('chimbuko-performance-analysis' )
36+ depends_on ('chimbuko-visualization2' )
37+
You can’t perform that action at this time.
0 commit comments