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 06D66158088 for ; Sat, 30 Oct 2021 19:37:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 362ECE0829; Sat, 30 Oct 2021 19:37:51 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 007B3E0802 for ; Sat, 30 Oct 2021 19:37:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DCB84342FE5 for ; Sat, 30 Oct 2021 19:37:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EB56F192 for ; Sat, 30 Oct 2021 19:37:46 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1635622664.b3c1f3a11b138d6cc8b32d58f6f3d0dd10a495ee.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-cluster/shuffile/, sys-cluster/shuffile/files/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sys-cluster/shuffile/Manifest sys-cluster/shuffile/files/shuffile-0.1.0-no-static.patch sys-cluster/shuffile/shuffile-0.1.0.ebuild X-VCS-Directories: sys-cluster/shuffile/files/ sys-cluster/shuffile/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: b3c1f3a11b138d6cc8b32d58f6f3d0dd10a495ee X-VCS-Branch: dev Date: Sat, 30 Oct 2021 19:37:46 +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: 969d3914-f0c1-441e-8441-62f3f591db97 X-Archives-Hash: e159fd8563b7861da86485e40d74ddea commit: b3c1f3a11b138d6cc8b32d58f6f3d0dd10a495ee Author: Alessandro Barbieri gmail com> AuthorDate: Fri Oct 29 15:01:58 2021 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Sat Oct 30 19:37:44 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b3c1f3a1 sys-cluster/shuffile: add 0.1.0 Signed-off-by: Alessandro Barbieri gmail.com> sys-cluster/shuffile/Manifest | 1 + .../shuffile/files/shuffile-0.1.0-no-static.patch | 16 ++++++++++ sys-cluster/shuffile/shuffile-0.1.0.ebuild | 37 ++++++++++++++++++++++ 3 files changed, 54 insertions(+) diff --git a/sys-cluster/shuffile/Manifest b/sys-cluster/shuffile/Manifest index e4993c803..286531b32 100644 --- a/sys-cluster/shuffile/Manifest +++ b/sys-cluster/shuffile/Manifest @@ -1 +1,2 @@ DIST shuffile-0.0.4.tar.gz 28847 BLAKE2B 7e36c8d96457eb44f59f9017d69ad53265d88c47b33d37b8b2ab6ea2365eb2bd0eb78a25a2496754d839ae5507615356e2cb5508879b82c99e2ef91ef9f7af0e SHA512 2c90e1aa852413f15fabc78c0553344b1b8975972ff84239d872738f102d7784f16422ccc2807189307db0feb0abb28b4db02c1666957a94a92e6be329f4a277 +DIST shuffile-0.1.0.tar.gz 28999 BLAKE2B bd8b972d75740ece74de91aa4a2bafad3ce1fc6ed3bd93d5ef4ad7df2264cb7abc26e37b2985bc79219163e1817f3925d76d828ff5a83677b4d601b161fc1d83 SHA512 750eb38a303dea5bb97ad72fcb040fb49c3c059ae974218fbeeaa23a3aa0296d971af45636895a099c719c1eed120e747c1fc06be8d77c0b3d948f89b8586c22 diff --git a/sys-cluster/shuffile/files/shuffile-0.1.0-no-static.patch b/sys-cluster/shuffile/files/shuffile-0.1.0-no-static.patch new file mode 100644 index 000000000..c8b334b6a --- /dev/null +++ b/sys-cluster/shuffile/files/shuffile-0.1.0-no-static.patch @@ -0,0 +1,16 @@ +--- a/src/CMakeLists.txt ++++ b/src/CMakeLists.txt +@@ -26,13 +26,3 @@ + SET_TARGET_PROPERTIES(shuffile PROPERTIES OUTPUT_NAME shuffile CLEAN_DIRECT_OUTPUT 1) + INSTALL(TARGETS shuffile DESTINATION ${CMAKE_INSTALL_LIBDIR}) + ENDIF() +- +-ADD_LIBRARY(shuffile-static STATIC $) +-IF(KVTREE_LINK_STATIC) +- SET_TARGET_PROPERTIES(shuffile-static PROPERTIES LINK_SEARCH_START_STATIC 1) +- SET_TARGET_PROPERTIES(shuffile-static PROPERTIES LINK_SEARCH_END_STATIC 1) +-ENDIF(KVTREE_LINK_STATIC) +-TARGET_LINK_LIBRARIES(shuffile-static ${SHUFFILE_EXTERNAL_LIBS}) +- +-SET_TARGET_PROPERTIES(shuffile-static PROPERTIES OUTPUT_NAME shuffile CLEAN_DIRECT_OUTPUT 1) +-INSTALL(TARGETS shuffile-static DESTINATION ${CMAKE_INSTALL_LIBDIR}) diff --git a/sys-cluster/shuffile/shuffile-0.1.0.ebuild b/sys-cluster/shuffile/shuffile-0.1.0.ebuild new file mode 100644 index 000000000..3887585e4 --- /dev/null +++ b/sys-cluster/shuffile/shuffile-0.1.0.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake + +DESCRIPTION="SHUFFILE Shuffle files between processes" +HOMEPAGE="https://github.com/ECP-VeloC/shuffile" +SRC_URI="https://github.com/ECP-VeloC/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +IUSE="test" + +RDEPEND=" + >=sys-cluster/KVTree-1.0.2[mpi] + sys-libs/zlib + virtual/mpi +" +DEPEND="${RDEPEND}" +BDEPEND=" + >=dev-util/cmake-2.8 +" + +PATCHES=( "${FILESDIR}/${P}-no-static.patch" ) +RESTRICT="!test? ( test )" + +src_configure() { + mycmakeargs=( + -DBUILD_SHARED_LIBS=ON + -DENABLE_TESTS=$(usex test) + -DSHUFFILE_LINK_STATIC=OFF + ) + cmake_src_configure +}