aboutsummaryrefslogtreecommitdiff
blob: a853bd8473e37bc3e764511fc243074817f208af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=5

DESCRIPTION="Elmer is a collection of finite element programs, libraries, and visualization tools"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS=""
IUSE=""

DEPEND="
	~sci-libs/matc-${PV}
	~sci-misc/elmer-elmergrid-${PV}
	~sci-misc/elmer-meshgen2d-${PV}
	~sci-libs/elmer-eio-${PV}
	~sci-libs/elmer-hutiter-${PV}
	~sci-misc/elmer-fem-${PV}
	~sci-misc/elmer-post-${PV}
	~sci-misc/elmer-front-${PV}"

pkg_postinst() {
	einfo "Elmer ebuilds may need further development."
	einfo "Please inform any problems or improvements in http://bugs.gentoo.org/show_bug.cgi?id=221013"
}