Commit 39518b19 authored by Raphael Defosseux's avatar Raphael Defosseux

fix(build): 24-1 code does not require patching anymore

Signed-off-by: default avatarRaphael Defosseux <raphael.defosseux@eurecom.fr>
parent a29d1eed
...@@ -47,8 +47,6 @@ COPY . . ...@@ -47,8 +47,6 @@ COPY . .
RUN /bin/sh oaienv && \ RUN /bin/sh oaienv && \
tar -xvzf nvipc_src.*.tar.gz && \ tar -xvzf nvipc_src.*.tar.gz && \
cd nvipc_src.* && \ cd nvipc_src.* && \
git init && \
git apply ../cmake_targets/tools/install_libraries_to_system.patch --verbose && \
rm -rf build && mkdir build && cd build && \ rm -rf build && mkdir build && cd build && \
cmake .. -DNVIPC_DPDK_ENABLE=OFF -DNVIPC_DOCA_ENABLE=OFF -DNVIPC_CUDA_ENABLE=OFF -DENABLE_SLT_RSP=ON && \ cmake .. -DNVIPC_DPDK_ENABLE=OFF -DNVIPC_DOCA_ENABLE=OFF -DNVIPC_CUDA_ENABLE=OFF -DENABLE_SLT_RSP=ON && \
make -j && make install make -j && make install
......
...@@ -47,8 +47,6 @@ COPY . . ...@@ -47,8 +47,6 @@ COPY . .
RUN /bin/sh oaienv && \ RUN /bin/sh oaienv && \
tar -xvzf nvipc_src.*.tar.gz && \ tar -xvzf nvipc_src.*.tar.gz && \
cd nvipc_src.* && \ cd nvipc_src.* && \
git init && \
git apply ../cmake_targets/tools/install_libraries_to_system.patch --verbose && \
rm -rf build && mkdir build && cd build && \ rm -rf build && mkdir build && cd build && \
cmake .. -DNVIPC_DPDK_ENABLE=OFF -DNVIPC_DOCA_ENABLE=OFF -DNVIPC_CUDA_ENABLE=OFF -DENABLE_SLT_RSP=ON && \ cmake .. -DNVIPC_DPDK_ENABLE=OFF -DNVIPC_DOCA_ENABLE=OFF -DNVIPC_CUDA_ENABLE=OFF -DENABLE_SLT_RSP=ON && \
make -j && make install make -j && make install
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment