| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 2.2.0 | 7 | ~amd64 ~x86 | 0 |
# 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
}
sci-libs/gsl virtual/lapack sci-libs/fftw:3.0 dev-libs/boost dev-cpp/tclap
sci-libs/gsl virtual/lapack sci-libs/fftw:3.0 dev-libs/boost dev-cpp/tclap
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | zarja-2.2.0.tar.gz | 872503 bytes | https://downloads.sourceforge.net/project/zarja/zarja/zarja_2.2.0.tar.gz |