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.0 |
---|
6 | PortGroup compilers 1.0 |
---|
7 | |
---|
8 | octave.setup tisean 0.2.3 |
---|
9 | platforms darwin |
---|
10 | license GPL-2+ |
---|
11 | maintainers gmail.com:mschamschula openmaintainer |
---|
12 | description Nonlinear Time Series Analysis |
---|
13 | long_description ${description} |
---|
14 | |
---|
15 | checksums rmd160 88d9562a685e0d00ea48f068d161b1022f7126c2 \ |
---|
16 | sha256 bbc94ea6af663092863a437f88215e84d3a59a60b9f51f6ffd9dbe90606a8259 |
---|
17 | |
---|
18 | compilers.choose fc f77 f90 |
---|
19 | compilers.setup require_fortran -dragonegg |
---|
20 | |
---|
21 | depends_lib-append port:octave-signal |
---|