New Package: octave-symbolic (#21857)

This commit is contained in:
Olivier Cessenat 2021-02-22 18:42:50 +01:00 committed by GitHub
parent 3d051ef5b3
commit 7e144b6841
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,21 @@
# 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 OctaveSymbolic(OctavePackage, SourceforgePackage):
"""Adds symbolic calculation features to GNU Octave.
These include common Computer Algebra System tools such as algebraic operations,
calculus, equation solving, Fourier and Laplace transforms, variable precision
arithmetic and other features.
Compatibility with other symbolic toolboxes is intended."""
homepage = "https://octave.sourceforge.io/symbolic/"
sourceforge_mirror_path = "octave/symbolic-2.9.0.tar.gz"
version('2.9.0', sha256='089ec44a0a49417a8b78797e87f338da6a6e227509f3080724996483d39b23cb')
extends('octave@4.2.0:')