octave-signal: new package at v1.4.1 (#21872)
This commit is contained in:
parent
ce7cb8bfc7
commit
56af6ac79f
1 changed files with 18 additions and 0 deletions
18
var/spack/repos/builtin/packages/octave-signal/package.py
Normal file
18
var/spack/repos/builtin/packages/octave-signal/package.py
Normal 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:')
|
Loading…
Reference in a new issue