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