We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 54468ff + 16bd568 commit efb599dCopy full SHA for efb599d
ucx.spec
@@ -1,4 +1,4 @@
1
-### RPM external ucx 1.18.1
+### RPM external ucx 1.19.0
2
Source: https://github.com/openucx/%{n}/archive/refs/tags/v%{realversion}.tar.gz
3
BuildRequires: autotools
4
%{!?without_cuda:Requires: cuda gdrcopy}
@@ -28,9 +28,12 @@ Requires: xpmem
28
--enable-mt \
29
--with-pic \
30
--with-gnu-ld \
31
- --with-avx \
+%ifarch x86_64
32
+ --with-march=x86-64-v2 \
33
--with-sse41 \
34
--with-sse42 \
35
+ --without-avx \
36
+%endif
37
--without-go \
38
--without-java \
39
%if 0%{!?without_cuda:1}
0 commit comments