diff --git a/ucx.spec b/ucx.spec index e4fb3f05f72..c0ed638071a 100644 --- a/ucx.spec +++ b/ucx.spec @@ -1,4 +1,4 @@ -### RPM external ucx 1.12.1 +### RPM external ucx 1.14.0 Source: https://github.com/openucx/%{n}/archive/refs/tags/v%{realversion}.tar.gz BuildRequires: autotools Requires: cuda gdrcopy @@ -13,11 +13,6 @@ AutoReq: no %prep %setup -q -n %{n}-%{realversion} -# remove the ROCm GDR module, because it is not compatible with GDRCopy v2.x -sed -e'/SUBDIRS/s/ *\//' -i src/uct/rocm/Makefile.am -sed -e'/src\/uct\/rocm\/gdr\/configure\.m4/d' -i src/uct/rocm/configure.m4 -rm -rf src/uct/rocm/gdr - # regenerate the configure files and Makefiles ./autogen.sh