diff options
author | 2020-10-02 01:34:24 +0000 | |
---|---|---|
committer | 2020-10-02 01:38:32 +0000 | |
commit | b2630fd8544357f99b8931ad59dc5a6cf63223e0 (patch) | |
tree | 0e0082b77ba4270a8d07d03777ca6d684e458819 /dev-cpp/Fastor | |
parent | dev-cpp/blitz: cpp tensor library (diff) | |
download | sci-b2630fd8544357f99b8931ad59dc5a6cf63223e0.tar.gz sci-b2630fd8544357f99b8931ad59dc5a6cf63223e0.tar.bz2 sci-b2630fd8544357f99b8931ad59dc5a6cf63223e0.zip |
dev-cpp/Fastor: high performance tensor algebra framework
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Aisha Tammy <gentoo@aisha.cc>
Diffstat (limited to 'dev-cpp/Fastor')
-rw-r--r-- | dev-cpp/Fastor/Fastor-0.6.3.ebuild | 22 | ||||
-rw-r--r-- | dev-cpp/Fastor/Fastor-9999.ebuild | 22 | ||||
-rw-r--r-- | dev-cpp/Fastor/Manifest | 1 | ||||
-rw-r--r-- | dev-cpp/Fastor/metadata.xml | 12 |
4 files changed, 57 insertions, 0 deletions
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/Manifest b/dev-cpp/Fastor/Manifest new file mode 100644 index 000000000..df2ba44fe --- /dev/null +++ b/dev-cpp/Fastor/Manifest @@ -0,0 +1 @@ +DIST Fastor-0.6.3.tar.gz 910919 BLAKE2B 1d49fea581eb328dfdb3e2ac6ff847bcac1b68b878b1f35fe7578430a62db77c1e69ada66b3b498ea5b265289f7972acf0047e898758fdb1720005aac1f68f4d SHA512 93e3afecf7ef2c1f619b0576c343ddfeeba871d3928eea8e474f6020e1222ef19cf021622981eae5b7d7759647185be2a75371bd28d7280c16444a51b3115af8 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>gentoo@aisha.cc</email> + <name>Aisha Tammy</name> + </maintainer> + <maintainer type="project"> + <email>sci@gentoo.org</email> + <name>Gentoo Science Project</name> + </maintainer> +</pkgmetadata> |