From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2DCEE158090 for ; Tue, 3 May 2022 02:30:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 511B8E0B42; Tue, 3 May 2022 02:30:53 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EC86BE0B42 for ; Tue, 3 May 2022 02:30:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D630234175A for ; Tue, 3 May 2022 02:30:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 27E09105 for ; Tue, 3 May 2022 02:30:50 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1651545032.78267a0516b2712775242cfa3da73c9b31d77584.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/hdf5/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/hdf5/hdf5-1.12.2-r1.ebuild sci-libs/hdf5/hdf5-1.12.2.ebuild X-VCS-Directories: sci-libs/hdf5/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 78267a0516b2712775242cfa3da73c9b31d77584 X-VCS-Branch: master Date: Tue, 3 May 2022 02:30:50 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 42ab8df9-fe9f-4525-a873-45b730c7afa4 X-Archives-Hash: 7c3f0507c51a7943e7515c3b8f1af8e8 commit: 78267a0516b2712775242cfa3da73c9b31d77584 Author: Sam James gentoo org> AuthorDate: Tue May 3 02:30:32 2022 +0000 Commit: Sam James gentoo org> CommitDate: Tue May 3 02:30:32 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78267a05 sci-libs/hdf5: drop static libs in 1.12.2 Signed-off-by: Sam James gentoo.org> sci-libs/hdf5/{hdf5-1.12.2.ebuild => hdf5-1.12.2-r1.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/sci-libs/hdf5/hdf5-1.12.2.ebuild b/sci-libs/hdf5/hdf5-1.12.2-r1.ebuild similarity index 99% rename from sci-libs/hdf5/hdf5-1.12.2.ebuild rename to sci-libs/hdf5/hdf5-1.12.2-r1.ebuild index 76d54a46d435..d5390cee5762 100644 --- a/sci-libs/hdf5/hdf5-1.12.2.ebuild +++ b/sci-libs/hdf5/hdf5-1.12.2-r1.ebuild @@ -65,6 +65,7 @@ src_configure() { use sparc && tc-is-gcc && append-flags -fno-tree-ccp # bug 686620 local mycmakeargs=( -DBUILD_STATIC_LIBS=OFF + -DONLY_SHARED_LIBS=ON -DFETCHCONTENT_FULLY_DISCONNECTED=ON -DHDF5_BUILD_EXAMPLES=OFF -DALLOW_UNSUPPORTED=$(usex unsupported)