aboutsummaryrefslogtreecommitdiff
blob: 42dabbab80de64607510378c70a43eec7c24eb72 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=5

DESCRIPTION="C++ library for arithmetic and algebraic computations"
HOMEPAGE="http://ljk.imag.fr/CASYS/LOGICIELS/givaro/"
SRC_URI="https://forge.imag.fr/frs/download.php/592/${P}.tar.gz"

LICENSE="CeCILL-B"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND=">=dev-libs/gmp-4.1-r1:0="
DEPEND="${RDEPEND}"

src_configure(){
	econf "--enable-shared"
}