summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/perl-math-vecstat/package.py
blob: d59cfa4834962083560ab976f1afb90f554ef164 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Copyright 2013-2024 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.package import *


class PerlMathVecstat(PerlPackage):
    """Math::VecStat - Some basic numeric stats on vectors"""

    homepage = "https://metacpan.org/pod/Math::VecStat"
    url = "https://cpan.metacpan.org/authors/id/A/AS/ASPINELLI/Math-VecStat-0.08.tar.gz"

    version("0.08", sha256="409a8e0e4b1025c8e80f628f65a9778aa77ab285161406ca4a6c097b13656d0d")