Ticket #46765: Portfile

File Portfile, 912 bytes (added by Schamschula (Marius Schamschula), 9 years ago)
Line 
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
4PortSystem          1.0
5PortGroup           octave 1.1
6
7octave.setup        symbolic 2.0.0
8platforms           darwin
9license             GPL-2+
10maintainers         gmail.com:mschamschula openmaintainer
11description         Adds symbolic calculation features to GNU Octave.
12long_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
17checksums           rmd160 5d8d788c9f73b982efba32ebd7af9bf8f67e9964 \
18                    sha256 3566d7bea32f057ce9579af91cddebe4427b57594c1b1513b4038f47dfa73c44
19
20depends_lib-append  port:py-sympy