blob: 6c582b40894f756554ed81a465862e7bf821ffa9 (
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
28
29
30
31
|
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=2
inherit eutils
DESCRIPTION="SALOME : The Open Source Integration Platform for Numerical Simulation"
HOMEPAGE="http://www.salome-platform.org"
LICENSE="GPL-2"
SLOT="0"
IUSE="debug mpi"
KEYWORDS="~amd64 ~x86"
RDEPEND="=sci-misc/salome-kernel-5.1.3*[debug?,mpi?]
=sci-misc/salome-gui-5.1.3*[debug?]
=sci-misc/salome-med-5.1.3*[debug?,mpi?]
=sci-misc/salome-geom-5.1.3*[debug?]
=sci-misc/salome-smesh-5.1.3*[debug?]
=sci-misc/salome-visu-5.1.3*[debug?]
=sci-misc/salome-component-5.1.3*[debug?,mpi?]
=sci-misc/salome-yacs-5.1.3*[debug?]
=sci-misc/salome-pycalculator-5.1.3*[debug?]"
DEPEND="${RDEPEND}"
pkg_postinst() {
einfo "Salome ebuild needs further development. Please inform any problems or improvements in http://bugs.gentoo.org/show_bug.cgi?id=155974"
}
|