summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/exmcutils/package.py
blob: 33b1827f00ba7ef039b4336f485052ec2eec0052 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright 2013-2018 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 import *


class Exmcutils(AutotoolsPackage):
    """ExM C-Utils: Generic C utility library for ADLB/X and Swift/T"""

    homepage = 'http://swift-lang.org/Swift-T'
    url      = 'http://swift-lang.github.io/swift-t-downloads/spack/exmcutils-0.0.0.tar.gz'

    version('0.5.6', 'b12a8dc163e3369492ec7c1403fe86e4')

    # This package has no dependencies.