New Package: octave-quaternion (#21856)

This commit is contained in:
Olivier Cessenat 2021-02-22 18:43:46 +01:00 committed by GitHub
parent 7e144b6841
commit f7dae98eed
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 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:')