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 114034 2013-11-27 16:20:17Z michaelld@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup octave 1.0 |
---|
6 | |
---|
7 | octave.setup mechanics 1.3.1 |
---|
8 | platforms darwin |
---|
9 | license GPL-2+ |
---|
10 | maintainers gmail.com:mschamschula openmaintainer |
---|
11 | description Library with functions useful for numerical computation in classical \ |
---|
12 | mechanics and structural analysis. |
---|
13 | long_description ${description} |
---|
14 | |
---|
15 | checksums rmd160 17e3b05960bfc4f1de595594d74c7dbc245d0113 \ |
---|
16 | sha256 06291ede6589761cec329d213a81bce7c68a26ef8adf9ff5c9d66ffbf021bf6c |
---|
17 | |
---|
18 | depends_lib-append port:octave-general \ |
---|
19 | port:octave-geometry \ |
---|
20 | port:octave-linear-algebra |
---|