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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4416813835B for ; Thu, 15 Apr 2021 00:51:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2590DE0867; Thu, 15 Apr 2021 00:51:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F0504E0867 for ; Thu, 15 Apr 2021 00:51:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 722DE340A35 for ; Thu, 15 Apr 2021 00:51:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EC41266A for ; Thu, 15 Apr 2021 00:51:43 +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: <1618447897.442a9697c81a196439d6b2fed6e07ff0897e69ef.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-cluster/AXL/files/, sys-cluster/AXL/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sys-cluster/AXL/AXL-0.4.0.ebuild sys-cluster/AXL/Manifest sys-cluster/AXL/files/no-install-readme.patch sys-cluster/AXL/files/no-static-0.4.0.patch X-VCS-Directories: sys-cluster/AXL/ sys-cluster/AXL/files/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: 442a9697c81a196439d6b2fed6e07ff0897e69ef X-VCS-Branch: dev Date: Thu, 15 Apr 2021 00:51:43 +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: 33854ff2-6ce2-48d2-ac72-8f35d8233da1 X-Archives-Hash: a36085d1b6107b54f38a7b1176546466 commit: 442a9697c81a196439d6b2fed6e07ff0897e69ef Author: Alessandro Barbieri gmail com> AuthorDate: Thu Apr 15 00:47:05 2021 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Thu Apr 15 00:51:37 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=442a9697 sys-cluster/AXL: new version Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Alessandro Barbieri gmail.com> sys-cluster/AXL/AXL-0.4.0.ebuild | 41 +++++++++++++++++++++++++++ sys-cluster/AXL/Manifest | 1 + sys-cluster/AXL/files/no-install-readme.patch | 12 ++++++++ sys-cluster/AXL/files/no-static-0.4.0.patch | 16 +++++++++++ 4 files changed, 70 insertions(+) diff --git a/sys-cluster/AXL/AXL-0.4.0.ebuild b/sys-cluster/AXL/AXL-0.4.0.ebuild new file mode 100644 index 000000000..2ae37caa5 --- /dev/null +++ b/sys-cluster/AXL/AXL-0.4.0.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" + +inherit cmake + +DESCRIPTION="AXL provides a common C interface to transfer files in an HPC storage hierarchy." +HOMEPAGE="https://github.com/ECP-VeloC/AXL" +SRC_URI="https://github.com/ECP-VeloC/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +IUSE="test" +RESTRICT="!test? ( test )" +PATCHES=( + "${FILESDIR}/no-static-${PV}.patch" + "${FILESDIR}/no-install-readme.patch" +) +RDEPEND=" + sys-libs/zlib + sys-cluster/KVTree +" +DEPEND="${RDEPEND}" +BDEPEND=" + >=dev-util/cmake-2.8 +" + +src_configure() { + local mycmakeargs=( + #other options available: CRAY_DW INTEL_CPPR IBM_BBAPI + -DAXL_ASYNC_API=NONE + ) + cmake_src_configure +} + +src_install() { + cmake_src_install + dodoc -r doc/. +} diff --git a/sys-cluster/AXL/Manifest b/sys-cluster/AXL/Manifest index 785193a0a..392fd1258 100644 --- a/sys-cluster/AXL/Manifest +++ b/sys-cluster/AXL/Manifest @@ -1 +1,2 @@ DIST AXL-0.3.0.tar.gz 36436 BLAKE2B c2d4b42426f7ff879d4329879f0f50d79c163925ce6010c3a38fdafd911dc0378be658d0d25154814ffc7442dca2bd036a547800827171383eb855df9a4010ea SHA512 7cacd3614be94b0344cdd5a5e489c9d1b17cef777749e1c3c4eba642f853d767de1c9eced1fa44f931abeb70c89da2468f6a8fa857c213766bbdac6f3f83ce21 +DIST AXL-0.4.0.tar.gz 47348 BLAKE2B a84b53b2c8d17a33a1ea95a3063210b40d3ca17151d9579f40ac8f70e32fe36bb79f4660efa3dedfbb0cce550cf6f14cdf7861d883b2e7f4c79ed88ab432ee70 SHA512 64d13600da8540b8d40b7de6ec242434fc437bb6b62aa5cebd6a3c5c2d8e2c0cae9311a6af99f19981fbeb0522b7148a28efb3d4e69b727bfc69711cf21a8419 diff --git a/sys-cluster/AXL/files/no-install-readme.patch b/sys-cluster/AXL/files/no-install-readme.patch new file mode 100644 index 000000000..34fb418a5 --- /dev/null +++ b/sys-cluster/AXL/files/no-install-readme.patch @@ -0,0 +1,12 @@ +--- a/CMakeLists.txt 2021-04-15 02:41:40.120725634 +0200 ++++ b/CMakeLists.txt 2021-04-15 02:42:14.146330416 +0200 +@@ -125,9 +125,6 @@ + SET_SOURCE_FILES_PROPERTIES(config.h.in PROPERTIES GENERATED FALSE) + SET_SOURCE_FILES_PROPERTIES(${PROJECT_BINARY_DIR}/config.h PROPERTIES GENERATED TRUE) + +-# Special Install Files +-INSTALL(FILES README.md DESTINATION ${CMAKE_INSTALL_DATADIR}/axl) +- + # Package + SET(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Asynchronous Transfer Library") + SET(CPACK_PACKAGE_VENDOR "Lawrence Livermore National Laboratory") diff --git a/sys-cluster/AXL/files/no-static-0.4.0.patch b/sys-cluster/AXL/files/no-static-0.4.0.patch new file mode 100644 index 000000000..1a2b5ff79 --- /dev/null +++ b/sys-cluster/AXL/files/no-static-0.4.0.patch @@ -0,0 +1,16 @@ +--- a/src/CMakeLists.txt 2021-04-15 02:42:47.537923628 +0200 ++++ b/src/CMakeLists.txt 2021-04-15 02:43:07.157272036 +0200 +@@ -29,13 +29,3 @@ + TARGET_LINK_LIBRARIES(axl ${AXL_EXTERNAL_LIBS}) + SET_TARGET_PROPERTIES(axl PROPERTIES OUTPUT_NAME axl CLEAN_DIRECT_OUTPUT 1) + INSTALL(TARGETS axl DESTINATION ${CMAKE_INSTALL_LIBDIR}) +- +-ADD_LIBRARY(axl-static STATIC $) +-IF(AXL_LINK_STATIC) +- SET_TARGET_PROPERTIES(axl-static PROPERTIES LINK_SEARCH_START_STATIC 1) +- SET_TARGET_PROPERTIES(axl-static PROPERTIES LINK_SEARCH_END_STATIC 1) +-ENDIF(AXL_LINK_STATIC) +-TARGET_LINK_LIBRARIES(axl-static ${AXL_EXTERNAL_LIBS}) +- +-SET_TARGET_PROPERTIES(axl-static PROPERTIES OUTPUT_NAME axl CLEAN_DIRECT_OUTPUT 1) +-INSTALL(TARGETS axl-static DESTINATION ${CMAKE_INSTALL_LIBDIR})