guru/dev-octave/optim/optim-1.6.2.ebuild
Alessandro Barbieri 4adb83c310
dev-octave/optim: new package, add 1.6.2
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
2022-05-07 04:11:22 +02:00

21 lines
424 B
Bash

# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit octaveforge
DESCRIPTION="Non-linear optimization toolkit"
HOMEPAGE="https://octave.sourceforge.io/optim/index.html"
LICENSE="GPL-3+ BSD public-domain"
SLOT="0"
KEYWORDS="~amd64"
DEPEND="
>=dev-octave/statistics-1.4.0
>=dev-octave/struct-1.0.12
>=sci-mathematics/octave-4.0.0
"
RDEPEND="${DEPEND}"