Ticket #17191: Portfile-ryandesign

File Portfile-ryandesign, 1.8 KB (added by ryandesign (Ryan Carsten Schmidt), 15 years ago)
Line 
1# $Id$
2
3PortSystem              1.0
4
5name                    Tix
6version                 8.4.3
7categories              x11
8maintainers             jameskyle@ucla.edu
9
10description             This C++ library is intended for scientists and \
11                        engineers who need to manipulate a variety of types \
12                        of matrices using standard matrix operations.
13
14long_description        This C++ library is intended for scientists and \
15                        engineers who need to manipulate a variety of types \
16                        of matrices using standard matrix operations. \
17                        Emphasis is on the kind of operations needed in \
18                        statistical calculations such as least squares, \
19                        linear equation solve and eigenvalues. It supports \
20                        matrix types,e.g., Matrix (rectangular matrix), \
21                        UpperTriangularMatrix, LowerTriangularMatrix, \
22                        DiagonalMatrix, SymmetricMatrix, BandMatrix, \
23                        UpperBandMatrix, LowerBandMatrix, \
24                        SymmetricBandMatrix, IdentityMatrix, RowVector, \
25                        ColumnVector.
26
27homepage                http://tix.sourceforge.net/
28platforms               darwin
29master_sites            sourceforge:tix
30distname                ${name}${version}-src
31worksrcdir              ${name}${version}
32checksums               md5     2b8bf4b10a852264678182652f477e59 \
33                        sha1    285d2f19f907ebad002ee0266f56be620d44f174 \
34                        rmd160  99249c4d7a19fcb8c27f11ab1b3ef6102911409d
35
36depends_lib             port:tk \
37                        port:tcl
38
39use_parallel_build      yes
40
41configure.args          --with-tk=${prefix}/lib/tkConfig.sh \
42                        --with-tcl=${prefix}/lib/tclConfig.sh