summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/fabtests/package.py
blob: 77d11e68a72768e82d4055c538b00fe4fbe842dc (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 Fabtests(AutotoolsPackage):
    """Fabtests provides a set of examples that uses libfabric"""

    homepage = "http://libfabric.org"
    url      = "https://github.com/ofiwg/fabtests/releases/download/v1.5.3/fabtests-1.5.3.tar.gz"

    version('1.6.0', '0441aa0aeda391b1bf1eb71250a4afbc')
    version('1.5.3', 'f60cb95843ebf62e4eaa128e08ccdc7d')

    depends_on('libfabric')