New Package: octave-quaternion (#21856)
This commit is contained in:
parent
7e144b6841
commit
f7dae98eed
18
var/spack/repos/builtin/packages/octave-control/package.py
Normal file
18
var/spack/repos/builtin/packages/octave-control/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 OctaveControl(OctavePackage, SourceforgePackage):
|
||||
"""Computer-Aided Control System Design (CACSD) Tools for GNU Octave,
|
||||
based on the proven SLICOT Library"""
|
||||
|
||||
homepage = "https://octave.sourceforge.io/control/"
|
||||
sourceforge_mirror_path = "octave/control-3.2.0.tar.gz"
|
||||
|
||||
version('3.2.0', sha256='faf1d510d16ab46e4fa91a1288f4a7839ee05469c33e4698b7a007a0bb965e3e')
|
||||
|
||||
extends('octave@4.0.0:')
|
Loading…
Reference in New Issue
Block a user