mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-16 18:43:18 -04:00
dev-octave/ocl: new package, add 1.2.0
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
2
dev-octave/ocl/Manifest
Normal file
2
dev-octave/ocl/Manifest
Normal file
@@ -0,0 +1,2 @@
|
||||
DIST ocl-1.2.0.tar.gz 125757 BLAKE2B ba305f99cdfb85138ccf4ab520802feb5ef90b40234f7df246c4bc6d1c40e3b6a81db1fc27c190f30e790a4e66dc9879e7add995831fc73f9be2d083fa8e3d38 SHA512 f6c2af2e5ac70ff057a518039c60ec63958cd942064461acc8373c97e3df841885e58f5a85267d9af95afc529fda7b2a53a27be49be7f6651b5c269ed9c448ad
|
||||
DIST octaveforge_configure 75 BLAKE2B a6d08088e51628113f7ee2d125fad93a20978cdec60d30cd6628a6056b127968ccf0bc58d2a01166ecc68e8e1ff25518ecf0a2fff69f1ccf63ba2e95eb327db2 SHA512 f293f8ac550953d7c758dadd1bfbf57754a725e6480e8f11b85b883370989b323324492a16118a9b4bfa897a6720f7f20776754cbf763c61bfa10c90191d9a8f
|
||||
14
dev-octave/ocl/metadata.xml
Normal file
14
dev-octave/ocl/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/ocl/NEWS.html</changelog>
|
||||
<doc lang="en">https://octave.sourceforge.io/ocl/overview.html</doc>
|
||||
<remote-id type="sourceforge">octave/ocl</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
16
dev-octave/ocl/ocl-1.2.0.ebuild
Normal file
16
dev-octave/ocl/ocl-1.2.0.ebuild
Normal file
@@ -0,0 +1,16 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit octaveforge
|
||||
|
||||
DESCRIPTION="OpenCL support for GNU Octave"
|
||||
HOMEPAGE="https://octave.sourceforge.io/ocl/index.html"
|
||||
|
||||
LICENSE="GPL-3+"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
DEPEND=">=sci-mathematics/octave-4.2.0"
|
||||
RDEPEND="${DEPEND}"
|
||||
Reference in New Issue
Block a user