From b2be182d49eea46686b5cf2680d457df61e89dc4 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 30 Jun 2018 08:49:38 +0100 Subject: gentoo resync : 30.06.2018 --- sys-cluster/ucx/Manifest | 6 ++++-- sys-cluster/ucx/metadata.xml | 3 +++ sys-cluster/ucx/ucx-1.2.2-r1.ebuild | 35 +++++++++++++++++++++++++++++++++++ sys-cluster/ucx/ucx-1.2.2.ebuild | 29 ----------------------------- sys-cluster/ucx/ucx-1.3.0.ebuild | 25 +++++++++++++++++++++++++ 5 files changed, 67 insertions(+), 31 deletions(-) create mode 100644 sys-cluster/ucx/ucx-1.2.2-r1.ebuild delete mode 100644 sys-cluster/ucx/ucx-1.2.2.ebuild create mode 100644 sys-cluster/ucx/ucx-1.3.0.ebuild (limited to 'sys-cluster/ucx') diff --git a/sys-cluster/ucx/Manifest b/sys-cluster/ucx/Manifest index 03ef93cbf0a9..6a1cdc7097a7 100644 --- a/sys-cluster/ucx/Manifest +++ b/sys-cluster/ucx/Manifest @@ -1,3 +1,5 @@ DIST ucx-1.2.2.tar.gz 1513611 BLAKE2B 488b9b3cecc2c617b1209036e1342e4378459db6a5e93eab1d88dfe80cb0d9c8013c767413206f0fbd0105557ed89994ab510421068d709101336a7b3d2eac5e SHA512 515c382826310b9aa7179ab19ceb76a881a41e6786514219b7f703c6144fa57ca141bceb3b80523ae1b4e2a4b13e9abcb9df063612b376d894c5cd81cdc00571 -EBUILD ucx-1.2.2.ebuild 552 BLAKE2B d8f6124348211b96de3077f6fc11157f60f868806300d6955ddbc10c4e338594e7f0558003a1407d66d9b762364d305140f129902c796bde54370bfb38030698 SHA512 68329d0308cd3eac6dbef3309e1ffee57af3c219c8ff9a3a3d24a3ddf882c3a5671f21a0fdc50188f651bda8486053fe644d84c296d3efca483acc90cf4ec95b -MISC metadata.xml 362 BLAKE2B 63b27b82f640cbea668c63054f8a9cb64aa56adf57d9e54022d66f7f2fb8b18d2c3c6cfa9f24c3edb89c237d92648dbc9c4cf36dba0133f57bdff7afe64173fb SHA512 a023b70c13acc10f06ef6a63a922044b3ed7991d2701c087d84c17661b5d976de305ab7d16c8225f0f24d4868cf603f949ab12638cb8a0e9b6af3aa9333b6b91 +DIST ucx-1.3.0.tar.gz 1707317 BLAKE2B 740ab240663a26fde8abe631416dae6233febf3c587ba6bb7b27a9cb0aa041540ce71e106bb3c5618a719de66d479055961908b67125df61a4c7696999c0affb SHA512 0a2e32985e0225fc4ad15dbb1c422dba1d5552638e7329d67572924502e61e1a481ce30cde5ccc83c663fb4ec643df83efc08aed164dfbce6cf38d66a16b3e42 +EBUILD ucx-1.2.2-r1.ebuild 659 BLAKE2B d652d30689c81d90d88432367f10693cfbeb925f96bac67891ab16f662ca8f801e9bca911ee1f566de0651ca06e8e7bb989bcce6c73c2b5a5a8827e8a8002d37 SHA512 79d4f2a0241bbe6c7f50df95e746b7cbf7a060b07cbaf79deffeb46d78c2edea17c9bb99b9c9f18308dceb3d3630d3881c5e0300db8761b0a2c9d20a349e32c6 +EBUILD ucx-1.3.0.ebuild 523 BLAKE2B 8da1295c6304291a475ce5459cbf13e7ede6103c091aad579bfacaf3b475c5220161ffa2132db8d07438d3c97e8454414a05a866fc80b44a20be18be2b144cea SHA512 b01c4e399bbf1a1f81fa89324badab7a791399fbfd25a3da71ae433858fbb744ce48891753bc866d34913e702e517a7a285fe9ee5b626dccb108126466b0217c +MISC metadata.xml 443 BLAKE2B 8dd81ad5620da74decf43d97ef37e29bbbac1d3016ac11ee7dc7368bacff1b17edb284bcfbf45000925a4837eb144b882b5cbc17dd99c4a24a429cd516ef6902 SHA512 3e82b7bc2aec1bf3cb98e70e20059e1f3575c5342c6163d4816064b9ff648671add1780b9524fbb14f2bf9de50ed58b09ae192b30732d25ad36ca63e2d92dc3a diff --git a/sys-cluster/ucx/metadata.xml b/sys-cluster/ucx/metadata.xml index d11a30befa7f..6af00b86c7fa 100644 --- a/sys-cluster/ucx/metadata.xml +++ b/sys-cluster/ucx/metadata.xml @@ -9,4 +9,7 @@ cluster@gentoo.org Gentoo Cluster Project + + Add support for numa memory allocation + diff --git a/sys-cluster/ucx/ucx-1.2.2-r1.ebuild b/sys-cluster/ucx/ucx-1.2.2-r1.ebuild new file mode 100644 index 000000000000..c3bf36aa7359 --- /dev/null +++ b/sys-cluster/ucx/ucx-1.2.2-r1.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit autotools + +DESCRIPTION="Unified Communication X" +HOMEPAGE="http://www.openucx.org" +SRC_URI="https://github.com/openucx/ucx/releases/download/v${PV}/${P}.tar.gz" + +SLOT="0" +LICENSE="BSD" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="+numa +openmp" + +RDEPEND=" + numa? ( sys-process/numactl ) +" + +src_prepare() { + default + sed \ + -e '/BASE_CFLAGS=/s:=".*":=:g' \ + -i config/m4/compiler.m4 || die + eautoreconf +} + +src_configure() { + BASE_CFLAGS="" \ + econf \ + --disable-compiler-opt \ + $(use_enable numa) \ + $(use_enable openmp) +} diff --git a/sys-cluster/ucx/ucx-1.2.2.ebuild b/sys-cluster/ucx/ucx-1.2.2.ebuild deleted file mode 100644 index 0b581f7bf566..000000000000 --- a/sys-cluster/ucx/ucx-1.2.2.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit autotools - -DESCRIPTION="Unified Communication X" -HOMEPAGE="http://www.openucx.org" -SRC_URI="https://github.com/openucx/ucx/releases/download/v${PV}/${P}.tar.gz" - -SLOT="0" -LICENSE="BSD" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="" - -src_prepare() { - default - sed \ - -e '/^BASE_CFLAGS/s:=.*:=:g' \ - -i config/m4/compiler.m4 || die - eautoreconf -} - -src_configure() { - BASE_CFLAGS="" \ - econf \ - --disable-compiler-opt -} diff --git a/sys-cluster/ucx/ucx-1.3.0.ebuild b/sys-cluster/ucx/ucx-1.3.0.ebuild new file mode 100644 index 000000000000..eb6c279f6453 --- /dev/null +++ b/sys-cluster/ucx/ucx-1.3.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DESCRIPTION="Unified Communication X" +HOMEPAGE="http://www.openucx.org" +SRC_URI="https://github.com/openucx/ucx/releases/download/v${PV}/${P}.tar.gz" + +SLOT="0" +LICENSE="BSD" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="+numa +openmp" + +RDEPEND=" + numa? ( sys-process/numactl ) +" + +src_configure() { + BASE_CFLAGS="" \ + econf \ + --disable-compiler-opt \ + $(use_enable numa) \ + $(use_enable openmp) +} -- cgit v1.2.3