Skip to content

Commit

Permalink
update to UCX 1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mrogowski committed Oct 30, 2023
1 parent c3864b1 commit 94e5f47
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions docker/oshmem_fedora/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ RUN dnf update -y && \
dnf clean all

RUN cd $INSTALL_DIR && \
wget https://github.com/openucx/ucx/archive/refs/tags/v1.14.1.tar.gz && \
tar xf v1.14.1.tar.gz && \
cd ucx-1.14.1 && ./autogen.sh && \
wget https://github.com/openucx/ucx/archive/refs/tags/v1.15.0.tar.gz && \
tar xf v1.15.0.tar.gz && \
cd ucx-1.15.0 && ./autogen.sh && \
./configure CFLAGS=-Wno-error --prefix=$INSTALL_DIR/ucx/install --disable-debug --disable-assertions --disable-params-check && \
make -j && make install

Expand Down
6 changes: 3 additions & 3 deletions docker/oshmem_ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ RUN apt-get update -y && apt-get install -y \
python3 python3-pip python-is-python3

RUN cd $INSTALL_DIR && \
wget https://github.com/openucx/ucx/archive/refs/tags/v1.14.1.tar.gz && \
tar xf v1.14.1.tar.gz && \
cd ucx-1.14.1 && ./autogen.sh && \
wget https://github.com/openucx/ucx/archive/refs/tags/v1.15.0.tar.gz && \
tar xf v1.15.0.tar.gz && \
cd ucx-1.15.0 && ./autogen.sh && \
./configure CFLAGS=-Wno-error --prefix=$INSTALL_DIR/ucx/install --disable-debug --disable-assertions --disable-params-check && \
make -j && make install

Expand Down
6 changes: 3 additions & 3 deletions docker/osss_fedora/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ RUN dnf update -y && \
dnf clean all

RUN cd $INSTALL_DIR && \
wget https://github.com/openucx/ucx/archive/refs/tags/v1.14.1.tar.gz && \
tar xf v1.14.1.tar.gz && \
cd ucx-1.14.1 && ./autogen.sh && \
wget https://github.com/openucx/ucx/archive/refs/tags/v1.15.0.tar.gz && \
tar xf v1.15.0.tar.gz && \
cd ucx-1.15.0 && ./autogen.sh && \
./configure CFLAGS=-Wno-error --prefix=$INSTALL_DIR/ucx/install --disable-debug --disable-assertions --disable-params-check && \
make -j && make install

Expand Down
6 changes: 3 additions & 3 deletions docker/osss_ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ RUN apt-get update -y && apt-get install -y \
python3 python3-pip python-is-python3

RUN cd $INSTALL_DIR && \
wget https://github.com/openucx/ucx/archive/refs/tags/v1.14.1.tar.gz && \
tar xf v1.14.1.tar.gz && \
cd ucx-1.14.1 && ./autogen.sh && \
wget https://github.com/openucx/ucx/archive/refs/tags/v1.15.0.tar.gz && \
tar xf v1.15.0.tar.gz && \
cd ucx-1.15.0 && ./autogen.sh && \
./configure CFLAGS=-Wno-error --prefix=$INSTALL_DIR/ucx/install --disable-debug --disable-assertions --disable-params-check && \
make -j && make install

Expand Down

0 comments on commit 94e5f47

Please sign in to comment.