Skip to content

Commit efb599d

Browse files
authored
Merge pull request #10101 from fwyzard/IB/CMSSW_16_0_X/master_UCX_1.19.0_no_AVX
Update UCX to version 1.19.0
2 parents 54468ff + 16bd568 commit efb599d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

ucx.spec

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### RPM external ucx 1.18.1
1+
### RPM external ucx 1.19.0
22
Source: https://github.com/openucx/%{n}/archive/refs/tags/v%{realversion}.tar.gz
33
BuildRequires: autotools
44
%{!?without_cuda:Requires: cuda gdrcopy}
@@ -28,9 +28,12 @@ Requires: xpmem
2828
--enable-mt \
2929
--with-pic \
3030
--with-gnu-ld \
31-
--with-avx \
31+
%ifarch x86_64
32+
--with-march=x86-64-v2 \
3233
--with-sse41 \
3334
--with-sse42 \
35+
--without-avx \
36+
%endif
3437
--without-go \
3538
--without-java \
3639
%if 0%{!?without_cuda:1}

0 commit comments

Comments
 (0)