1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name Tix |
---|
6 | version 8.4.3 |
---|
7 | categories x11 |
---|
8 | maintainers jameskyle@ucla.edu |
---|
9 | |
---|
10 | description 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 | |
---|
14 | long_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 | |
---|
27 | homepage http://tix.sourceforge.net/ |
---|
28 | platforms darwin |
---|
29 | master_sites sourceforge:tix |
---|
30 | distname ${name}${version}-src |
---|
31 | worksrcdir ${name}${version} |
---|
32 | checksums md5 2b8bf4b10a852264678182652f477e59 \ |
---|
33 | sha1 285d2f19f907ebad002ee0266f56be620d44f174 \ |
---|
34 | rmd160 99249c4d7a19fcb8c27f11ab1b3ef6102911409d |
---|
35 | |
---|
36 | depends_lib port:tk \ |
---|
37 | port:tcl |
---|
38 | |
---|
39 | use_parallel_build yes |
---|
40 | |
---|
41 | configure.args --with-tk=${prefix}/lib/tkConfig.sh \ |
---|
42 | --with-tcl=${prefix}/lib/tclConfig.sh |
---|