aboutsummaryrefslogtreecommitdiff
blob: d573494114dbf894eba83a22e94b114676b364a2 (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
27
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=6

DESCRIPTION="Collection of finite element programs, libraries, and visualization tools"
HOMEPAGE="https://www.csc.fi/web/elmer"

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"
}