From ce7cb8bfc7ffa883b0155bf445f983a7a93a878b Mon Sep 17 00:00:00 2001 From: Olivier Cessenat Date: Tue, 23 Feb 2021 10:17:07 +0100 Subject: octave-statistics: new package at v1.4.2 (#21873) --- .../builtin/packages/octave-statistics/package.py | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 var/spack/repos/builtin/packages/octave-statistics/package.py diff --git a/var/spack/repos/builtin/packages/octave-statistics/package.py b/var/spack/repos/builtin/packages/octave-statistics/package.py new file mode 100644 index 0000000000..1a73d067e0 --- /dev/null +++ b/var/spack/repos/builtin/packages/octave-statistics/package.py @@ -0,0 +1,18 @@ +# Copyright 2013-2021 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 OctaveStatistics(OctavePackage, SourceforgePackage): + """Additional statistics functions for Octave.""" + + homepage = "https://octave.sourceforge.io/statistics/" + sourceforge_mirror_path = "octave/statistics-1.4.2.tar.gz" + + version('1.4.2', sha256='7976814f837508e70367548bfb0a6d30aa9e447d4e3a66914d069efb07876247') + + depends_on('octave-io') + extends('octave@4.0.0:') -- cgit v1.2.3-60-g2f50