Skip to content

Commit 9542688

Browse files
committed
Added a bundle package to spack repo allowing both AD and viz to be built/loaded as 'spack install/load chimbuko'
1 parent 006b402 commit 9542688

1 file changed

Lines changed: 37 additions & 0 deletions

File tree

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
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+

0 commit comments

Comments
 (0)