# Copyright 2013-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=5 inherit cmake-utils DESCRIPTION="An auto-parallelizing library to speed up computer simulations" HOMEPAGE="http://www.libgeodecomp.org" SRC_URI="http://www.libgeodecomp.org/archive/${P}.tar.bz2" SLOT="0" LICENSE="LGPL-3" KEYWORDS="~amd64 ~ppc ~x86" IUSE="" RDEPEND=">=dev-libs/boost-1.48" DEPEND="${RDEPEND}" S="${WORKDIR}/${P}/src" PATCHES=( "${FILESDIR}/cmake.patch" ) src_test() { cmake-utils_src_make test }