dev-octave/optim: new package, add 1.6.2

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2022-05-07 03:20:44 +02:00
parent c744367940
commit 4adb83c310
3 changed files with 36 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
# 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}"