dev-octave/linear-algebra: new package, add 2.2.3

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2022-05-07 01:43:04 +02:00
parent a10ce3751c
commit e73aa0c68c
3 changed files with 32 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
# Copyright 1999-202 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit octaveforge
DESCRIPTION="Additional linear algebra code"
HOMEPAGE="https://octave.sourceforge.io/linear-algebra/index.html"
LICENSE="GPL-3+ LGPL-3+ BSD-2"
SLOT="0"
KEYWORDS="~amd64"
DEPEND=">=sci-mathematics/octave-4.0.0"
RDEPEND="${DEPEND}"