From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/c-blosc2/
Date: Thu, 8 Feb 2024 04:22:48 +0000 (UTC) [thread overview]
Message-ID: <1707366163.a30bafd5d70cab4fa3f4f033b5c8b6c5312bcc48.mgorny@gentoo> (raw)
commit: a30bafd5d70cab4fa3f4f033b5c8b6c5312bcc48
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 8 04:15:23 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Feb 8 04:22:43 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a30bafd5
dev-libs/c-blosc2: Bump to 2.13.2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-libs/c-blosc2/Manifest | 1 +
dev-libs/c-blosc2/c-blosc2-2.13.2.ebuild | 63 ++++++++++++++++++++++++++++++++
2 files changed, 64 insertions(+)
diff --git a/dev-libs/c-blosc2/Manifest b/dev-libs/c-blosc2/Manifest
index a92644ffb1c6..237885ae473b 100644
--- a/dev-libs/c-blosc2/Manifest
+++ b/dev-libs/c-blosc2/Manifest
@@ -4,3 +4,4 @@ DIST c-blosc2-2.11.3.gh.tar.gz 3145288 BLAKE2B 140ca9693f2a779e37d324c6a631cde91
DIST c-blosc2-2.12.0.gh.tar.gz 3148244 BLAKE2B 1c686994cad5df2e8e311f87df922a453ad4b111bd55bc19b9e988d93228c309835fb53ba9111213cf6e0560b172765656a1cf4c46aa1c5d709a2a92401d9072 SHA512 dafd1e08b9d556729abf8e859324c1b4724f43c5bb5829e11a8bf9653216b3afa05436d012a1cc8ca70017e158bee38c4f4aa3d86ebf18d6d7a2712e6bb26f79
DIST c-blosc2-2.13.0.gh.tar.gz 3150698 BLAKE2B 3020823fad873f13c2e38f21a20c0a40c558a28dd3e2bab86fe4ccdda946b5f2ab8a160cc619f1bca0bf7901515ebaa3a2600fad0f1387c8055fc1042828b3a5 SHA512 83280ea4aedea38167729bfb52797378a94ecf0733c2552283f07aa1fd732e2f565dce3a227e19e10acd855b9690987b90f9dc8a5f6589d208e0c3940b45ecc4
DIST c-blosc2-2.13.1.gh.tar.gz 3150768 BLAKE2B 3d5e38aef21e4da45c930357d5d282b1fe92b89140b0390ae25371fb84e080f852e7548cd2339114e5c2752522e612e2fa49c3ab92a2223adf760257e5029b2c SHA512 61b08c2ac2ab4ceef1053673012a8dc7975ea5ca314115cd43bc4bfdcfe427007ed920336e66a0128a750f7215c9fcb2f4379b1adc558c380f6931ce5ca591b1
+DIST c-blosc2-2.13.2.gh.tar.gz 3152011 BLAKE2B 1bf9826e6eb1babacb0fe6f7f90c5ca6617cf1cf4df269af95c94e175d0a1cc2015905b9cf6a48107f0b10431feb646ec5de095e00dc29f3bab8d53564e7d4fe SHA512 441df73dca3fe210b0df68bfc3da037a05393f80044f5e2c816000a244ade4cf8e223b2fce2127c034c27a35f2742b05fe06c08861e93c02bc7598d5a4b8a917
diff --git a/dev-libs/c-blosc2/c-blosc2-2.13.2.ebuild b/dev-libs/c-blosc2/c-blosc2-2.13.2.ebuild
new file mode 100644
index 000000000000..83ec7fc645ac
--- /dev/null
+++ b/dev-libs/c-blosc2/c-blosc2-2.13.2.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2024 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/c-blosc2/c-blosc2.html
+ https://github.com/Blosc/c-blosc2/
+"
+SRC_URI="
+ https://github.com/Blosc/c-blosc2/archive/v${PV}.tar.gz
+ -> ${P}.gh.tar.gz
+"
+
+LICENSE="BSD"
+SLOT="0/1"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+IUSE="test +zlib +zstd"
+REQUIRED_USE="test? ( zlib zstd )"
+RESTRICT="!test? ( test )"
+
+DEPEND="
+ >=app-arch/lz4-1.7.5:=
+ 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_EXAMPLES=OFF
+ -DBUILD_FUZZERS=OFF
+ -DDEACTIVATE_ZLIB=$(usex !zlib)
+ -DDEACTIVATE_ZSTD=$(usex !zstd)
+ -DPREFER_EXTERNAL_LZ4=ON
+ -DPREFER_EXTERNAL_ZLIB=ON
+ -DPREFER_EXTERNAL_ZSTD=ON
+
+ # force regular zlib, at least for the time being
+ -DCMAKE_DISABLE_FIND_PACKAGE_ZLIB_NG=ON
+
+ # upstream overrides CMAKE_C_FLAGS, preventing ${CFLAGS} defaults
+ # from applying, https://github.com/Blosc/c-blosc2/issues/433
+ -DCMAKE_C_FLAGS="${CFLAGS}"
+ )
+ cmake_src_configure
+}
+
+src_test() {
+ # Tests fail in parallel, https://github.com/Blosc/c-blosc2/issues/432
+ MAKEOPTS=-j1 cmake_src_test
+}
next reply other threads:[~2024-02-08 4:22 UTC|newest]
Thread overview: 110+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-08 4:22 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-10-04 20:19 [gentoo-commits] repo/gentoo:master commit in: dev-libs/c-blosc2/ Sam James
2025-10-04 20:19 Sam James
2025-10-04 19:27 Arthur Zamarin
2025-10-04 18:17 Arthur Zamarin
2025-09-26 5:22 Michał Górny
2025-09-15 11:15 Michał Górny
2025-09-15 5:43 Arthur Zamarin
2025-09-14 16:13 Arthur Zamarin
2025-09-14 15:44 Sam James
2025-09-14 15:44 Sam James
2025-09-14 15:44 Sam James
2025-09-11 4:56 Michał Górny
2025-08-20 6:05 Michał Górny
2025-08-13 8:07 Michał Górny
2025-08-02 15:41 Sam James
2025-07-18 18:24 Sam James
2025-07-18 4:39 Michał Górny
2025-07-12 16:31 Michał Górny
2025-07-12 12:34 Arthur Zamarin
2025-07-12 11:51 Arthur Zamarin
2025-07-12 10:23 Arthur Zamarin
2025-07-12 10:23 Arthur Zamarin
2025-07-04 12:51 Arthur Zamarin
2025-07-03 5:38 Sam James
2025-06-28 10:35 Michał Górny
2025-06-28 8:01 Arthur Zamarin
2025-06-25 4:35 Michał Górny
2025-06-14 4:31 Michał Górny
2025-04-12 9:41 Michał Górny
2025-03-27 4:16 Michał Górny
2025-03-22 20:22 Michał Górny
2025-02-27 5:50 Michał Górny
2025-02-13 7:27 Michał Górny
2024-12-16 8:07 Michał Górny
2024-12-15 7:02 Sam James
2024-12-14 17:25 Arthur Zamarin
2024-12-14 13:20 Arthur Zamarin
2024-12-14 10:35 Arthur Zamarin
2024-09-12 11:25 Michał Górny
2024-09-12 8:07 Arthur Zamarin
2024-08-31 10:51 Arthur Zamarin
2024-08-31 7:31 Sam James
2024-08-31 7:22 Michał Górny
2024-08-31 7:20 Arthur Zamarin
2024-07-31 5:52 Michał Górny
2024-04-27 8:04 Arthur Zamarin
2024-04-27 7:40 Michał Górny
2024-04-27 7:40 Michał Górny
2024-04-27 7:40 Michał Górny
2024-04-27 7:40 Michał Górny
2024-04-11 4:25 Michał Górny
2024-04-11 4:25 Michał Górny
2024-04-06 15:01 Michał Górny
2024-04-04 18:09 Michał Górny
2024-04-02 5:16 Michał Górny
2024-04-02 5:16 Michał Górny
2024-02-24 19:22 Arthur Zamarin
2024-02-24 14:04 Sam James
2024-02-24 10:07 Sam James
2024-02-24 9:43 Michał Górny
2024-01-26 5:39 Michał Górny
2024-01-24 18:56 Michał Górny
2024-01-04 11:29 WANG Xuerui
2023-12-29 4:38 Michał Górny
2023-12-21 7:27 Arthur Zamarin
2023-12-21 6:52 Sam James
2023-12-21 6:52 Sam James
2023-12-21 6:52 Sam James
2023-12-02 11:13 Arthur Zamarin
2023-12-02 10:43 Michał Górny
2023-12-02 10:21 Arthur Zamarin
2023-12-02 10:14 Arthur Zamarin
2023-12-01 5:39 Michał Górny
2023-11-07 20:20 Michał Górny
2023-11-07 19:54 Arthur Zamarin
2023-11-07 19:51 Arthur Zamarin
2023-11-07 19:22 Michał Górny
2023-11-05 13:28 Michał Górny
2023-11-05 5:36 Michał Górny
2023-11-02 4:12 Sam James
2023-11-02 4:12 Sam James
2023-11-02 4:12 Sam James
2023-11-01 20:37 Arthur Zamarin
2023-10-06 4:34 Michał Górny
2023-09-28 4:43 Michał Górny
2023-09-13 15:02 Michał Górny
2023-09-02 14:11 Michał Górny
2023-09-02 13:58 Sam James
2023-09-02 13:58 Sam James
2023-09-02 13:58 Sam James
2023-09-02 13:58 Sam James
2023-09-02 13:58 Sam James
2023-09-02 13:58 Sam James
2023-08-20 17:11 Arthur Zamarin
2023-08-20 17:11 Arthur Zamarin
2023-08-20 17:11 Arthur Zamarin
2023-08-20 3:07 Michał Górny
2023-08-20 2:30 Michał Górny
2023-08-02 4:36 Michał Górny
2023-08-01 14:59 Michał Górny
2023-07-05 7:58 Michał Górny
2023-06-21 15:01 Michał Górny
2023-05-19 4:03 Michał Górny
2023-05-16 16:28 Michał Górny
2023-04-29 15:47 Arthur Zamarin
2023-04-29 15:31 Arthur Zamarin
2023-04-29 15:25 Arthur Zamarin
2022-12-29 17:23 Michał Górny
2022-12-28 15:31 Michał Górny
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=1707366163.a30bafd5d70cab4fa3f4f033b5c8b6c5312bcc48.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