diff options
author | Alessandro Barbieri <lssndrbarbieri@gmail.com> | 2022-06-14 09:20:01 +0200 |
---|---|---|
committer | Alessandro Barbieri <lssndrbarbieri@gmail.com> | 2022-06-14 10:00:25 +0200 |
commit | 7327685cc47c1ad6391de347c0573828243382f8 (patch) | |
tree | 0c4d84e4275014a77799e4354bc815db9e3c3a66 /sys-cluster | |
parent | dev-libs/KVTree: rename sys-cluster/KVTree (diff) | |
download | guru-7327685cc47c1ad6391de347c0573828243382f8.tar.gz guru-7327685cc47c1ad6391de347c0573828243382f8.tar.bz2 guru-7327685cc47c1ad6391de347c0573828243382f8.zip |
dev-libs/shuffile: rename sys-cluster/shuffile
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/shuffile/Manifest | 2 | ||||
-rw-r--r-- | sys-cluster/shuffile/files/no-static-0.0.4.patch | 16 | ||||
-rw-r--r-- | sys-cluster/shuffile/files/shuffile-0.1.0-no-static.patch | 16 | ||||
-rw-r--r-- | sys-cluster/shuffile/metadata.xml | 13 | ||||
-rw-r--r-- | sys-cluster/shuffile/shuffile-0.1.0-r1.ebuild | 46 | ||||
-rw-r--r-- | sys-cluster/shuffile/shuffile-0.2.0.ebuild | 43 |
6 files changed, 0 insertions, 136 deletions
diff --git a/sys-cluster/shuffile/Manifest b/sys-cluster/shuffile/Manifest deleted file mode 100644 index ee777fded..000000000 --- a/sys-cluster/shuffile/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST shuffile-0.1.0.tar.gz 28999 BLAKE2B bd8b972d75740ece74de91aa4a2bafad3ce1fc6ed3bd93d5ef4ad7df2264cb7abc26e37b2985bc79219163e1817f3925d76d828ff5a83677b4d601b161fc1d83 SHA512 750eb38a303dea5bb97ad72fcb040fb49c3c059ae974218fbeeaa23a3aa0296d971af45636895a099c719c1eed120e747c1fc06be8d77c0b3d948f89b8586c22 -DIST shuffile-0.2.0.tar.gz 29001 BLAKE2B 18b832174eee212ad979bb9913c3767d054edc5c95c901241fd95c0571bf143aa42cd47be5aef4ee94bd1d8df9528020e973bad14b5e13b326ea74590192db0d SHA512 9de8bbd3ef832395853d00dda972464ea9aeab2312a68a1194cfd29cc816c6319b06750c5121197aea696418f5fe6d7ed4f22adb5cc882c87c522cfbb1704bd7 diff --git a/sys-cluster/shuffile/files/no-static-0.0.4.patch b/sys-cluster/shuffile/files/no-static-0.0.4.patch deleted file mode 100644 index e56f4cfdd..000000000 --- a/sys-cluster/shuffile/files/no-static-0.0.4.patch +++ /dev/null @@ -1,16 +0,0 @@ ---- a/src/CMakeLists.txt -+++ b/src/CMakeLists.txt -@@ -24,13 +24,3 @@ - TARGET_LINK_LIBRARIES(shuffile ${SHUFFILE_EXTERNAL_LIBS}) - SET_TARGET_PROPERTIES(shuffile PROPERTIES OUTPUT_NAME shuffile CLEAN_DIRECT_OUTPUT 1) - INSTALL(TARGETS shuffile DESTINATION ${CMAKE_INSTALL_LIBDIR}) -- --ADD_LIBRARY(shuffile-static STATIC $<TARGET_OBJECTS:shuffile_o>) --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/files/shuffile-0.1.0-no-static.patch b/sys-cluster/shuffile/files/shuffile-0.1.0-no-static.patch deleted file mode 100644 index c8b334b6a..000000000 --- a/sys-cluster/shuffile/files/shuffile-0.1.0-no-static.patch +++ /dev/null @@ -1,16 +0,0 @@ ---- 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 $<TARGET_OBJECTS:shuffile_o>) --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/metadata.xml b/sys-cluster/shuffile/metadata.xml deleted file mode 100644 index 11f798ae7..000000000 --- a/sys-cluster/shuffile/metadata.xml +++ /dev/null @@ -1,13 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>lssndrbarbieri@gmail.com</email> - <name>Alessandro Barbieri</name> - </maintainer> - <upstream> - <remote-id type="github">ECP-VeloC/shuffile</remote-id> - </upstream> - <longdescription lang="en">This module lets one associate a set of files with a process name. Currently, the name is implied to be the rank within MPI_COMM_WORLD. In the event that a set of distributed processes are moved, for example when restarting an MPI job, functions will migrate files from their original locations to the new locations where the processes are running. - </longdescription> -</pkgmetadata> diff --git a/sys-cluster/shuffile/shuffile-0.1.0-r1.ebuild b/sys-cluster/shuffile/shuffile-0.1.0-r1.ebuild deleted file mode 100644 index da4689e0e..000000000 --- a/sys-cluster/shuffile/shuffile-0.1.0-r1.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2022 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 -} - -src_test() { - if mountpoint -q /dev/shm ; then - cmake_src_test - else - eerror "make sure to mount /dev/shm or tests will fail" - die - fi -} diff --git a/sys-cluster/shuffile/shuffile-0.2.0.ebuild b/sys-cluster/shuffile/shuffile-0.2.0.ebuild deleted file mode 100644 index 52a63e455..000000000 --- a/sys-cluster/shuffile/shuffile-0.2.0.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2022 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/refs/tags/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}" - -PATCHES=( "${FILESDIR}/${PN}-0.1.0-no-static.patch" ) -RESTRICT="!test? ( test )" - -src_configure() { - mycmakeargs=( - -DBUILD_SHARED_LIBS=ON - -DENABLE_TESTS=$(usex test) - -DSHUFFILE_LINK_STATIC=OFF - ) - cmake_src_configure -} - -src_test() { - if mountpoint -q /dev/shm ; then - cmake_src_test - else - eerror "make sure to mount /dev/shm or tests will fail" - die - fi -} |