aboutsummaryrefslogtreecommitdiff
blob: 405786ce7ceac3905f02235fd5199770164b1ef1 (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-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

DESCRIPTION="Scientific multi-agent simulation library"
HOMEPAGE="https://sourceforge.net/projects/zarja/"
# latest version is binary only?
SRC_URI="https://downloads.sourceforge.net/project/${PN}/${PN}/${PN}_${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"

RDEPEND="
	sci-libs/gsl
	virtual/lapack
	sci-libs/fftw:3.0
	dev-libs/boost
	dev-cpp/tclap"
DEPEND="${RDEPEND}"

S="${WORKDIR}/${PN}_${PV}"

src_install() {
	cp -a "${S}"/* "${ED}" || die
}