aballier 14/11/25 15:28:45 Added: metadata.xml orocos-bfl-0.8.0.ebuild ChangeLog Log: initial import, ebuild by me Signed-off-by: [email protected] (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Revision Changes Path 1.1 sci-libs/orocos-bfl/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/orocos-bfl/metadata.xml?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/orocos-bfl/metadata.xml?rev=1.1&content-type=text/plain Index: metadata.xml =================================================================== <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <maintainer> <email>[email protected]</email> <name>Alexis Ballier</name> </maintainer> <longdescription lang="en"> 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. </longdescription> </pkgmetadata> 1.1 sci-libs/orocos-bfl/orocos-bfl-0.8.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/orocos-bfl/orocos-bfl-0.8.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/orocos-bfl/orocos-bfl-0.8.0.ebuild?rev=1.1&content-type=text/plain Index: orocos-bfl-0.8.0.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sci-libs/orocos-bfl/orocos-bfl-0.8.0.ebuild,v 1.1 2014/11/25 15:28:45 aballier Exp $ EAPI=5 inherit cmake-utils DESCRIPTION="Bayesian Filtering Library" HOMEPAGE="http://orocos.org/bfl" SRC_URI="http://people.mech.kuleuven.be/~tdelaet/bfl_tar/${P}-src.tar.bz2" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~amd64" IUSE="doc examples static-libs test" RDEPEND="dev-libs/boost:=" DEPEND="${RDEPEND} virtual/pkgconfig doc? ( app-doc/doxygen virtual/latex-base ) test? ( dev-util/cppunit )" src_prepare() { sed -e 's:/lib:/${CMAKE_INSTALL_LIBDIR}:' \ -i "${S}/"{,src/,src/bindings/rtt/}CMakeLists.txt || die } src_configure() { local mycmakeargs=( "-DLIBRARY_TYPE=$(usex static-libs both shared)" "-DBUILD_EXAMPLES=$(usex examples ON OFF)" "-DBUILD_TESTS=$(usex test ON OFF)" ) cmake-utils_src_configure } src_compile() { cmake-utils_src_compile if use doc ; then cd "${BUILD_DIR}" doxygen || die cd "${S}/docs" || die pdflatex getting_started_guide || die pdflatex getting_started_guide || die fi } src_test() { cd "${BUILD_DIR}" emake check } src_install() { cmake-utils_src_install if use doc ; then dohtml -r "${BUILD_DIR}/doc/html/" dodoc "${S}/docs/getting_started_guide.pdf" fi } 1.1 sci-libs/orocos-bfl/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/orocos-bfl/ChangeLog?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/orocos-bfl/ChangeLog?rev=1.1&content-type=text/plain Index: ChangeLog =================================================================== # ChangeLog for sci-libs/orocos-bfl # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/sci-libs/orocos-bfl/ChangeLog,v 1.1 2014/11/25 15:28:45 aballier Exp $ *orocos-bfl-0.8.0 (25 Nov 2014) 25 Nov 2014; Alexis Ballier <[email protected]> +orocos-bfl-0.8.0.ebuild, +metadata.xml: initial import, ebuild by me
