1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id: Portfile $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup octave 1.1 |
---|
6 | |
---|
7 | octave.setup symbolic 2.0.0 |
---|
8 | platforms darwin |
---|
9 | license GPL-2+ |
---|
10 | maintainers gmail.com:mschamschula openmaintainer |
---|
11 | description Adds symbolic calculation features to GNU Octave. |
---|
12 | long_description ${description} These include common Computer Algebra System tools \ |
---|
13 | such as algebraic operations, calculus, equation solving, Fourier \ |
---|
14 | and Laplace transforms, variable precision arithmetic and and other \ |
---|
15 | features. |
---|
16 | |
---|
17 | checksums rmd160 5d8d788c9f73b982efba32ebd7af9bf8f67e9964 \ |
---|
18 | sha256 3566d7bea32f057ce9579af91cddebe4427b57594c1b1513b4038f47dfa73c44 |
---|
19 | |
---|
20 | depends_lib-append port:py-sympy |
---|