# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit common-lisp DESCRIPTION="CLFFI Bindings for MPI" HOMEPAGE="http://code.google.com/p/cl-mpi/" SRC_URI="http://cl-mpi.googlecode.com/files/${PN}.${PV}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE="" DEPEND="dev-lisp/clffi sys-cluster/mpich2" RDEPEND="${DEPEND}" CLSYSTEMS="cl-mpi" S="${WORKDIR}/${PN}" src_install() { common-lisp-install cl-mpi.asd examples common-lisp-symlink-asdf dodoc README }