Сравнение ucx-1.13.0 с ucx-1.13.1
/usr/portage/sys-cluster/ucx/ucx-1.13.1.ebuild 2023-10-09 14:52:35.468368501 +0300 | ||
---|---|---|
8 | 8 |
MY_PV=${PV/_/-} |
9 | 9 |
DESCRIPTION="Unified Communication X" |
10 | 10 |
HOMEPAGE="https://www.openucx.org" |
11 |
SRC_URI="https://github.com/openucx/ucx/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz" |
|
11 |
SRC_URI="https://github.com/openucx/ucx/releases/download/v${PV}/${P}.tar.gz" |
|
12 | 12 |
S="${WORKDIR}/${PN}-${MY_PV}" |
13 | 13 | |
14 | 14 |
LICENSE="BSD" |
... | ... | |
27 | 27 |
"${FILESDIR}"/${PN}-1.13.0-fix-bashisms.patch |
28 | 28 |
"${FILESDIR}"/${PN}-1.13.0-fix-fcntl-include-musl.patch |
29 | 29 |
"${FILESDIR}"/${PN}-1.13.0-cstdint-include.patch |
30 |
"${FILESDIR}"/${P}-binutils-2.39-ptr-typedef.patch |
|
30 |
"${FILESDIR}"/${PN}-1.13.0-binutils-2.39-ptr-typedef.patch |
|
31 |
"${FILESDIR}"/${PN}-1.13.0-no-rpm-sandbox.patch |
|
31 | 32 |
) |
32 | 33 | |
33 | 34 |
pkg_pretend() { |
... | ... | |
48 | 49 |
--disable-compiler-opt \ |
49 | 50 |
--without-fuse3 \ |
50 | 51 |
--without-go \ |
52 |
--without-java \ |
|
51 | 53 |
$(use_enable numa) \ |
52 | 54 |
$(use_enable openmp) |
53 | 55 |
} |