aboutsummaryrefslogtreecommitdiff
blob: f95d0fbaf1bf925d6ee52bc53a9680e4ea2e146d (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
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=5

DESCRIPTION="TrajNG - Trajectory compression library"
HOMEPAGE="http://www.uppmax.uu.se/Members/daniels/trajng-trajectory-compression-library"
SRC_URI="http://www.uppmax.uu.se/Members/daniels/trajng-trajectory-compression-library/${P}.tar.gz"

LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="~amd64 ~amd64-linux ~x86-linux"
IUSE="fortran mpi"

DEPEND="
	sci-libs/xdrfile
	fortran? ( virtual/fortran )
	mpi? ( virtual/mpi )
"
RDEPEND="${DEPEND}"

src_configure() {
	econf \
		--with-xdrlib="${EPREFIX}/usr" \
		$(use_enable fortran) \
		$(use_enable mpi)
}