mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-18 11:33:15 -04:00
dev-octave/optim: new package, add 1.6.2
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
20
dev-octave/optim/optim-1.6.2.ebuild
Normal file
20
dev-octave/optim/optim-1.6.2.ebuild
Normal 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}"
|
||||
Reference in New Issue
Block a user