commit: b2630fd8544357f99b8931ad59dc5a6cf63223e0 Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc> AuthorDate: Fri Oct 2 01:34:24 2020 +0000 Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc> CommitDate: Fri Oct 2 01:38:32 2020 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=b2630fd8
dev-cpp/Fastor: high performance tensor algebra framework Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc> dev-cpp/Fastor/Fastor-0.6.3.ebuild | 22 ++++++++++++++++++++++ dev-cpp/Fastor/Fastor-9999.ebuild | 22 ++++++++++++++++++++++ dev-cpp/Fastor/metadata.xml | 12 ++++++++++++ 3 files changed, 56 insertions(+) diff --git a/dev-cpp/Fastor/Fastor-0.6.3.ebuild b/dev-cpp/Fastor/Fastor-0.6.3.ebuild new file mode 100644 index 000000000..1dc798191 --- /dev/null +++ b/dev-cpp/Fastor/Fastor-0.6.3.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="light-weight high performance tensor algebra framework" +HOMEPAGE="https://github.com/romeric/Fastor" + +if [[ ${PV} == 9999 ]] ; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/romeric/Fastor" +else + SRC_URI="https://github.com/romeric/Fastor/archive/V${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64 ~x86" +fi + +LICENSE="MIT" +SLOT="0" + +src_install() { + doheader -r Fastor +} diff --git a/dev-cpp/Fastor/Fastor-9999.ebuild b/dev-cpp/Fastor/Fastor-9999.ebuild new file mode 100644 index 000000000..1dc798191 --- /dev/null +++ b/dev-cpp/Fastor/Fastor-9999.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="light-weight high performance tensor algebra framework" +HOMEPAGE="https://github.com/romeric/Fastor" + +if [[ ${PV} == 9999 ]] ; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/romeric/Fastor" +else + SRC_URI="https://github.com/romeric/Fastor/archive/V${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64 ~x86" +fi + +LICENSE="MIT" +SLOT="0" + +src_install() { + doheader -r Fastor +} diff --git a/dev-cpp/Fastor/metadata.xml b/dev-cpp/Fastor/metadata.xml new file mode 100644 index 000000000..e97c4322a --- /dev/null +++ b/dev-cpp/Fastor/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>[email protected]</email> + <name>Aisha Tammy</name> + </maintainer> + <maintainer type="project"> + <email>[email protected]</email> + <name>Gentoo Science Project</name> + </maintainer> +</pkgmetadata>
