summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/iperf3/package.py
blob: 16cf48f157430f5877db6b30cced0ea60e310108 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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 Iperf3(AutotoolsPackage):
    """The iperf series of tools perform active measurements to determine the
    maximum achievable bandwidth on IP networks. iperf2 is a separately
    maintained project."""

    homepage = "https://software.es.net/iperf/"
    url      = "https://github.com/esnet/iperf/archive/3.6.tar.gz"

    version('3.6', '5082ffc4141abc1bac7cbd59337ff409')