From: "Aisha Tammy" <gentoo@aisha.cc>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/HDF5Plugin-Zstandard/
Date: Sun, 22 Nov 2020 04:38:51 +0000 (UTC) [thread overview]
Message-ID: <1606019870.9e748f92d3ffb74417ee24622861213cabf253f2.epsilon-0@gentoo> (raw)
commit: 9e748f92d3ffb74417ee24622861213cabf253f2
Author: WuYiyang <wuyiyang17 <AT> mails <DOT> tsinghua <DOT> edu <DOT> cn>
AuthorDate: Fri Nov 20 13:46:16 2020 +0000
Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Sun Nov 22 04:37:50 2020 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=9e748f92
sci-libs/HDF5Plugin-Zstandard: zstd plugin for hdf5
Zstdandard compress filter plugin for hdf5. Support Gentoo-Prefix
Since upstream has no releases and likely not going to have any release,
the package version should be a prerelease snapshot of version 0.
Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: Yiyang Wu <xgreenlandforwyy <AT> gmail.com>
Closes: https://github.com/gentoo/sci/pull/987
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
.../HDF5Plugin-Zstandard-0_pre20201121.ebuild | 33 ++++++++++++++++++++++
sci-libs/HDF5Plugin-Zstandard/metadata.xml | 8 ++++++
2 files changed, 41 insertions(+)
diff --git a/sci-libs/HDF5Plugin-Zstandard/HDF5Plugin-Zstandard-0_pre20201121.ebuild b/sci-libs/HDF5Plugin-Zstandard/HDF5Plugin-Zstandard-0_pre20201121.ebuild
new file mode 100644
index 000000000..8c8d889cb
--- /dev/null
+++ b/sci-libs/HDF5Plugin-Zstandard/HDF5Plugin-Zstandard-0_pre20201121.ebuild
@@ -0,0 +1,33 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+DESCRIPTION="ZSTD plugin for hdf5"
+HOMEPAGE="https://github.com/aparamon/HDF5Plugin-Zstandard"
+COMMIT="d5afdb5f04116d5c2d1a869dc9c7c0c72832b143"
+SRC_URI="https://github.com/aparamon/HDF5Plugin-Zstandard/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="app-arch/zstd sci-libs/hdf5"
+RDEPEND="${DEPEND}"
+
+S=${WORKDIR}/${PN}-${COMMIT}
+
+src_configure() {
+ local mycmakeargs=(
+ -DPLUGIN_INSTALL_PATH="${EPREFIX}/usr/lib64/hdf5/plugin"
+ )
+ cmake_src_configure
+}
+
+src_install() {
+ echo "HDF5_PLUGIN_PATH=${EPREFIX}/usr/lib64/hdf5/plugin" >> 99h5zstd || die
+ doenvd 99h5zstd
+ cmake_src_install
+}
diff --git a/sci-libs/HDF5Plugin-Zstandard/metadata.xml b/sci-libs/HDF5Plugin-Zstandard/metadata.xml
new file mode 100644
index 000000000..753464ee5
--- /dev/null
+++ b/sci-libs/HDF5Plugin-Zstandard/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>xgreenlandforwyy@gmail.com</email>
+ <name>Yiyang Wu</name>
+ </maintainer>
+</pkgmetadata>
next reply other threads:[~2020-11-22 4:38 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-11-22 4:38 Aisha Tammy [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-11-22 4:41 [gentoo-commits] proj/sci:master commit in: sci-libs/HDF5Plugin-Zstandard/ Aisha Tammy
2022-06-09 12:45 Benda XU
2022-08-18 4:20 Benda XU
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1606019870.9e748f92d3ffb74417ee24622861213cabf253f2.epsilon-0@gentoo \
--to=gentoo@aisha.cc \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox