Ticket #23523: orocos-bfl-Portfile.txt

File orocos-bfl-Portfile.txt, 1.5 KB (added by kiwi.2008@…, 14 years ago)
Line 
1# $Id$
2
3PortSystem      1.0
4PortGroup       archcheck 1.0
5PortGroup       cmake 1.0
6
7name                    orocos-bfl
8version                 0.7.0
9revision                0
10set branch              [join [lrange [split ${version} .] 0 1] .]
11categories              devel
12maintainers             nox openmaintainer
13description             Orocos Bayesian Filtering Library
14license                 LGPL-2.1
15
16long_description \
17        The Bayesian Filtering Library (BFL) provides an application \
18        independent framework for inference in Dynamic Bayesian Networks, \
19        i.e., recursive information processing and estimation algorithms based \
20        on Bayes' rule, such as (Extended) Kalman Filters, Particle Filters \
21        (or Sequential Monte Carlo methods), etc. These algorithms can, for \
22        example, be run on top of the Realtime Services, or be used for \
23        estimation in Kinematics & Dynamics applications.
24
25homepage                                http://www.orocos.org/bfl
26platforms                               darwin
27master_sites                    http://people.mech.kuleuven.be/~tdelaet/bfl_tar/
28distfiles                               ${name}-${version}-src.tar.bz2
29use_bzip2                               yes
30checksums                               md5 8dc24bfc17b4ab6e12d88cc6b53ce705
31use_parallel_build              yes
32
33depends_build   \
34        port:boost \
35        port:cppunit
36
37archcheck.files \
38        lib/libboost_thread-mt.dylib
39
40configure.args-append \
41        -DCMAKE_INSTALL_NAME_DIR=${prefix}/lib \
42        -DOROCOS_INSTALL=${prefix} \
43        -DOROCOS_TARGET=macosx \
44        -DMATRIX_LIB=boost \
45        -DRNG_LIB=boost \
46        -DMATRIX_INSTALL=${prefix} \
47        -DRNG_INSTALL=${prefix} \
48        -DCPPUNIT_INSTALL=${prefix}
49
50livecheck.type  regex
51livecheck.url   ${master_sites}
52livecheck.regex ${name}-(\\d+(?:\\.\\d+)*)