octave-signal: new package at v1.4.1 (#21872)

This commit is contained in:
Olivier Cessenat 2021-02-23 10:20:04 +01:00 committed by GitHub
parent ce7cb8bfc7
commit 56af6ac79f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 OctaveSignal(OctavePackage, SourceforgePackage):
"""Signal processing tools, including filtering, windowing and display functions."""
homepage = "https://octave.sourceforge.io/optim/"
sourceforge_mirror_path = "octave/signal-1.4.1.tar.gz"
version('1.4.1', sha256='d978600f8b8f61339b986136c9862cad3e8f7015f84132f214bf63e9e281aeaa')
depends_on('octave-control@2.4:')
extends('octave@3.8.0:')