aboutsummaryrefslogtreecommitdiff
blob: 408cd4a353a7df1497caae36663326edf0d9c2e7 (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-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6

inherit cmake-utils git-r3

DESCRIPTION="Adaptive computational fluid dynamics"
HOMEPAGE="http://quinoacomputing.org/"
EGIT_REPO_URI="git://github.com/quinoacomputing/${PN}.git https://github.com/quinoacomputing/${PN}.git"

LICENSE="BSD"
SLOT="0"
KEYWORDS=""
IUSE="test"

DEPEND=">=sci-libs/trilinos-12.10.1[netcdf]
	sci-libs/h5part
	>=sys-cluster/charm-6.7.1[mpi]
	dev-libs/boost
	dev-libs/boost-mpl-cartesian_product
	dev-libs/tut
	dev-libs/pugixml
	dev-cpp/pstreams
	sci-libs/hypre[mpi]
	dev-libs/pegtl
	dev-cpp/random123
	virtual/lapacke"
RDEPEND="${DEPEND}"

CMAKE_USE_DIR="${S}/src"