diff options
author | Sv. Lockal <lockalsash@gmail.com> | 2023-10-18 18:17:56 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-03-08 19:21:52 +0000 |
commit | d322517feb7f097704835ea70b70adfb2d900620 (patch) | |
tree | 27c7504136b81b603126b51c955eedb2e11766ad /dev-cpp | |
parent | dev-db/mariadb: add 10.6.17, 10.11.7 (diff) | |
download | gentoo-d322517feb7f097704835ea70b70adfb2d900620.tar.gz gentoo-d322517feb7f097704835ea70b70adfb2d900620.tar.bz2 gentoo-d322517feb7f097704835ea70b70adfb2d900620.zip |
dev-cpp/frugally-deep: new package, add 0.15.30
Signed-off-by: Sv. Lockal <lockalsash@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/frugally-deep/Manifest | 1 | ||||
-rw-r--r-- | dev-cpp/frugally-deep/frugally-deep-0.15.30.ebuild | 22 | ||||
-rw-r--r-- | dev-cpp/frugally-deep/metadata.xml | 16 |
3 files changed, 39 insertions, 0 deletions
diff --git a/dev-cpp/frugally-deep/Manifest b/dev-cpp/frugally-deep/Manifest new file mode 100644 index 000000000000..87e7840f2fcf --- /dev/null +++ b/dev-cpp/frugally-deep/Manifest @@ -0,0 +1 @@ +DIST frugally-deep-0.15.30.tar.gz 212149 BLAKE2B 49d73cc09617de4b8344bd7010c1f47397896b0c5cf5b52c95dd2b4c4c861609642d84ba65650a2819cb58459b9a74264b5ca38856db967d6d7988cb55346498 SHA512 ec31a174a1a13d572d7cfce4a1773964cc185c1acaf91250bc8038cd9eba77f864fe9fd592a39648de8c620f02375142344f70c9663613ab1b406df1c68e6cb1 diff --git a/dev-cpp/frugally-deep/frugally-deep-0.15.30.ebuild b/dev-cpp/frugally-deep/frugally-deep-0.15.30.ebuild new file mode 100644 index 000000000000..10423b3cb2a8 --- /dev/null +++ b/dev-cpp/frugally-deep/frugally-deep-0.15.30.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake + +DESCRIPTION="Header-only library for using Keras models in C++" +HOMEPAGE="https://github.com/Dobiasd/frugally-deep" +SRC_URI="https://github.com/Dobiasd/frugally-deep/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +DEPEND=" + dev-cpp/functional-plus + dev-cpp/eigen + dev-cpp/nlohmann_json +" + +RDEPEND="${DEPEND}" diff --git a/dev-cpp/frugally-deep/metadata.xml b/dev-cpp/frugally-deep/metadata.xml new file mode 100644 index 000000000000..f7dc7eda7676 --- /dev/null +++ b/dev-cpp/frugally-deep/metadata.xml @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>lockalsash@gmail.com</email> + <name>Sv. Lockal</name> + </maintainer> + <maintainer type="project" proxied="proxy"> + <email>proxy-maint@gentoo.org</email> + <name>Proxy Maintainers</name> + </maintainer> + <upstream> + <bugs-to>https://github.com/Dobiasd/frugally-deep/issues</bugs-to> + <remote-id type="github">Dobiasd/frugally-deep</remote-id> + </upstream> +</pkgmetadata> |