public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/c-blosc/
Date: Fri, 16 Dec 2022 11:32:22 +0000 (UTC)	[thread overview]
Message-ID: <1671190293.825db4f52decf04968c687c7586b794840b7db7b.mgorny@gentoo> (raw)

commit:     825db4f52decf04968c687c7586b794840b7db7b
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 16 10:10:57 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Dec 16 11:31:33 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=825db4f5

dev-libs/c-blosc: Bump to 1.21.3

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-libs/c-blosc/Manifest              |  1 +
 dev-libs/c-blosc/c-blosc-1.21.3.ebuild | 50 ++++++++++++++++++++++++++++++++++
 2 files changed, 51 insertions(+)

diff --git a/dev-libs/c-blosc/Manifest b/dev-libs/c-blosc/Manifest
index 5eb6529301b3..48f22d4081fb 100644
--- a/dev-libs/c-blosc/Manifest
+++ b/dev-libs/c-blosc/Manifest
@@ -1,2 +1,3 @@
 DIST c-blosc-1.21.1.tar.gz 1456777 BLAKE2B a6a48d79fc8cb3df277e878a69361a5d12552be4b8ae50a4a95d2fe48d5b073c849724913a20c2834de7cf3cac7f288ddfec977ed1e4a1875fc3d21975907b44 SHA512 e06712ffaeaa6892415a6b01219221426c20af4191db6ca923301313daa8f5b0a83a7a3cd273f7013766349ace4e4869590e9c44bd892e57027ca45de53779e7
 DIST c-blosc-1.21.2.gh.tar.gz 1528949 BLAKE2B fa1702150a8b64bb9b4eb4de963a42c89be8f62f0b53804cb81345abb6be150b4fdbf2c2a8d4f2379301c65de07564608f1e25ee1d9b045747c486ef08740815 SHA512 f976c40834c1c3a0ec5af8dfb36b0b674430053a902b2e4dcac68eec9118f022a7a90aa73447e4d8234ce819088cf19ee574c1a1ca39c2e4f9164d79a95066b6
+DIST c-blosc-1.21.3.gh.tar.gz 1532077 BLAKE2B ff8ad36e4e34b245062025c5820655bb52fea40276e88a748253d5079c3b5f8662079f177835ab38aa6e58d87e7849a93d7e1289346fcc53c077ef85b7382462 SHA512 e9542aa2d1ebae9f6dcc12916d7ac3b920d771281ab96e2b2d59c2951e5f51d02d2684859b8823643d43d320613fb9dd8a3ea411ade34e66e323fcefa8165a91

diff --git a/dev-libs/c-blosc/c-blosc-1.21.3.ebuild b/dev-libs/c-blosc/c-blosc-1.21.3.ebuild
new file mode 100644
index 000000000000..96e39b39771b
--- /dev/null
+++ b/dev-libs/c-blosc/c-blosc-1.21.3.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="Blocking, shuffling and lossless compression library"
+HOMEPAGE="https://www.blosc.org/"
+SRC_URI="
+	https://github.com/Blosc/c-blosc/archive/v${PV}.tar.gz
+		-> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0/1"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+IUSE="+lz4 +snappy test zlib zstd"
+RESTRICT="!test? ( test )"
+
+DEPEND="
+	lz4? ( >=app-arch/lz4-1.7.5:= )
+	snappy? ( app-arch/snappy:= )
+	zlib? ( sys-libs/zlib:= )
+	zstd? ( app-arch/zstd:= )
+"
+RDEPEND="
+	${DEPEND}
+"
+
+src_configure() {
+	# remove bundled libs (just in case)
+	rm -rf internal-complibs || die
+
+	local mycmakeargs=(
+		-DBUILD_STATIC=OFF
+		-DBUILD_TESTS=$(usex test)
+		-DBUILD_BENCHMARKS=OFF
+		-DBUILD_FUZZERS=OFF
+		-DDEACTIVATE_LZ4=$(usex !lz4)
+		-DDEACTIVATE_SNAPPY=$(usex !snappy)
+		-DDEACTIVATE_ZLIB=$(usex !zlib)
+		-DDEACTIVATE_ZSTD=$(usex !zstd)
+		-DPREFER_EXTERNAL_LZ4=ON
+		# snappy is always external
+		-DPREFER_EXTERNAL_ZLIB=ON
+		-DPREFER_EXTERNAL_ZSTD=ON
+	)
+	cmake_src_configure
+}


             reply	other threads:[~2022-12-16 11:32 UTC|newest]

Thread overview: 61+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-16 11:32 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-13 19:25 [gentoo-commits] repo/gentoo:master commit in: dev-libs/c-blosc/ Michał Górny
2024-07-13 19:05 Sam James
2024-07-13 18:14 Arthur Zamarin
2024-07-13 15:21 Arthur Zamarin
2024-07-13 14:35 Sam James
2024-07-13 12:10 Arthur Zamarin
2024-07-13  9:36 Arthur Zamarin
2024-06-25  8:01 Michał Górny
2024-01-04 11:29 WANG Xuerui
2023-10-06 15:05 Sam James
2023-10-06 14:55 Sam James
2023-10-06 14:55 Sam James
2023-09-02 14:11 Michał Górny
2023-08-02 12:01 Michał Górny
2023-08-02 11:58 Arthur Zamarin
2023-07-24 11:03 Jakov Smolić
2023-07-24  9:25 Jakov Smolić
2023-07-24  8:54 Jakov Smolić
2023-05-16 16:28 Michał Górny
2022-12-28 15:03 Sam James
2022-12-28 15:03 Sam James
2022-12-28 15:03 Sam James
2022-12-28 15:03 Sam James
2022-12-28 15:03 Sam James
2022-12-28 15:00 Sam James
2022-12-28 13:29 Michał Górny
2022-12-28 13:29 Michał Górny
2022-12-07 14:43 Michał Górny
2022-02-14  8:35 Matt Turner
2021-12-18 15:39 Michał Górny
2021-12-18 15:09 Arthur Zamarin
2021-12-18 15:09 Arthur Zamarin
2021-12-18 14:58 Arthur Zamarin
2021-12-18 14:58 Arthur Zamarin
2021-12-18 13:38 Arthur Zamarin
2021-12-18 13:38 Arthur Zamarin
2021-11-14 23:51 Sam James
2021-10-24 21:14 Sam James
2021-10-07  7:21 Michał Górny
2021-09-06 23:42 Sam James
2021-08-15 22:03 Marek Szuba
2021-08-10  4:59 Sam James
2021-07-28 15:58 Sergei Trofimovich
2021-02-21  8:25 Michał Górny
2021-02-21  0:46 Sam James
2021-02-19 19:32 Thomas Deutschmann
2020-12-22 12:37 Michał Górny
2020-11-03  8:24 Michał Górny
2020-11-03  7:40 Sam James
2020-10-15 15:58 Sam James
2020-09-08 19:11 Michał Górny
2020-08-22  5:50 Agostino Sarubbo
2020-08-10 14:53 Agostino Sarubbo
2020-07-27  5:41 Michał Górny
2020-07-11 11:43 Sam James
2020-07-10 14:42 Sam James
2020-07-08  6:47 Sergei Trofimovich
2020-06-10 10:27 Michał Górny
2017-06-21 12:11 Agostino Sarubbo
2017-06-19 17:03 Agostino Sarubbo

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=1671190293.825db4f52decf04968c687c7586b794840b7db7b.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --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