| 1 | # Copyright 1999-2009 Gentoo Foundation |
1 | # Copyright 1999-2010 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/sci-physics/meep/meep-1.1.1.ebuild,v 1.1 2009/09/09 22:17:47 bicatali Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/sci-physics/meep/meep-1.1.1.ebuild,v 1.2 2010/01/21 17:24:33 fauli Exp $ |
| 4 | |
4 | |
| 5 | EAPI=2 |
5 | EAPI=2 |
| 6 | inherit eutils |
6 | inherit eutils |
| 7 | |
7 | |
| 8 | DESCRIPTION="Simulation software to model electromagnetic systems" |
8 | DESCRIPTION="Simulation software to model electromagnetic systems" |
| 9 | HOMEPAGE="http://ab-initio.mit.edu/meep/" |
9 | HOMEPAGE="http://ab-initio.mit.edu/meep/" |
| 10 | SRC_URI="http://ab-initio.mit.edu/meep/${P}.tar.gz" |
10 | SRC_URI="http://ab-initio.mit.edu/meep/${P}.tar.gz" |
| 11 | |
11 | |
| 12 | LICENSE="GPL-2" |
12 | LICENSE="GPL-2" |
| 13 | SLOT="0" |
13 | SLOT="0" |
| 14 | KEYWORDS="~amd64 ~x86" |
14 | KEYWORDS="~amd64 x86" |
| 15 | IUSE="bindist examples hdf5 guile mpi" |
15 | IUSE="bindist examples hdf5 guile mpi" |
| 16 | |
16 | |
| 17 | DEPEND="sci-libs/fftw |
17 | DEPEND="sci-libs/fftw |
| 18 | !bindist? ( sci-libs/gsl ) |
18 | !bindist? ( sci-libs/gsl ) |
| 19 | bindist? ( <sci-libs/gsl-1.10 ) |
19 | bindist? ( <sci-libs/gsl-1.10 ) |