# $Id$ PortSystem 1.0 PortGroup archcheck 1.0 PortGroup cmake 1.0 name orocos-bfl version 0.7.0 revision 0 set branch [join [lrange [split ${version} .] 0 1] .] categories devel maintainers nox openmaintainer description Orocos Bayesian Filtering Library license LGPL-2.1 long_description \ The Bayesian Filtering Library (BFL) provides an application \ independent framework for inference in Dynamic Bayesian Networks, \ i.e., recursive information processing and estimation algorithms based \ on Bayes' rule, such as (Extended) Kalman Filters, Particle Filters \ (or Sequential Monte Carlo methods), etc. These algorithms can, for \ example, be run on top of the Realtime Services, or be used for \ estimation in Kinematics & Dynamics applications. homepage http://www.orocos.org/bfl platforms darwin master_sites http://people.mech.kuleuven.be/~tdelaet/bfl_tar/ distfiles ${name}-${version}-src.tar.bz2 use_bzip2 yes checksums md5 8dc24bfc17b4ab6e12d88cc6b53ce705 use_parallel_build yes depends_build \ port:boost \ port:cppunit archcheck.files \ lib/libboost_thread-mt.dylib configure.args-append \ -DCMAKE_INSTALL_NAME_DIR=${prefix}/lib \ -DOROCOS_INSTALL=${prefix} \ -DOROCOS_TARGET=macosx \ -DMATRIX_LIB=boost \ -DRNG_LIB=boost \ -DMATRIX_INSTALL=${prefix} \ -DRNG_INSTALL=${prefix} \ -DCPPUNIT_INSTALL=${prefix} livecheck.type regex livecheck.url ${master_sites} livecheck.regex ${name}-(\\d+(?:\\.\\d+)*)