mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-15 01:53:25 -04:00
dev-octave/optim: new package, add 1.6.2
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
2
dev-octave/optim/Manifest
Normal file
2
dev-octave/optim/Manifest
Normal file
@@ -0,0 +1,2 @@
|
||||
DIST octaveforge_configure 75 BLAKE2B a6d08088e51628113f7ee2d125fad93a20978cdec60d30cd6628a6056b127968ccf0bc58d2a01166ecc68e8e1ff25518ecf0a2fff69f1ccf63ba2e95eb327db2 SHA512 f293f8ac550953d7c758dadd1bfbf57754a725e6480e8f11b85b883370989b323324492a16118a9b4bfa897a6720f7f20776754cbf763c61bfa10c90191d9a8f
|
||||
DIST optim-1.6.2.tar.gz 420480 BLAKE2B 8182971540009220bc0f402bffbb7af600b0bac85797e87c561bd064f792a733584d431e9f085288a4b9f1a816750d3a333809d244ae9f1f40e07ade9f7611fc SHA512 30c40207bd26d48fee6a67744e066e577a4ccce63dad6e0679a2a0225c561c6bee3345b89407ad3b0f0b742e0c961e13503734aba878d95bd1b6e696d3f09dc7
|
||||
14
dev-octave/optim/metadata.xml
Normal file
14
dev-octave/optim/metadata.xml
Normal file
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<description>co-maintainers welcome</description>
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<changelog>https://octave.sourceforge.io/optim/NEWS.html</changelog>
|
||||
<doc lang="en">https://octave.sourceforge.io/optim/overview.html</doc>
|
||||
<remote-id type="sourceforge">octave/optim</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
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