Skip to content
Snippets Groups Projects
Commit 751fbd4a authored by Simon Schwitanski's avatar Simon Schwitanski :slight_smile:
Browse files

Disable patches

parent 37fed05f
Branches main
No related tags found
No related merge requests found
Pipeline #519712 failed
......@@ -103,8 +103,6 @@ RUN wget https://hpc.rwth-aachen.de/must/files/MUST-v${MUST_VERSION}.tar.gz && \
tar -xf MUST-v${MUST_VERSION}.tar.gz && mkdir -p MUST-v${MUST_VERSION}/build
RUN cd MUST-v${MUST_VERSION} && \
patch externals/typeart/scripts/typeart-wrapper.in < /patches/typeart-fpic.patch && \
patch modules/MpiTypeArt/MpiTypeArt.cpp < /patches/typeart-output.patch && \
cd build && \
CC=clang CXX=clang++ MPICH_CC=clang MPICH_CXX=clang++ OMPI_CC=clang OMPI_CXX=clang \
cmake .. -DCMAKE_INSTALL_PREFIX=/opt/must -DUSE_BACKWARD=ON -DENABLE_TESTS=ON -DENABLE_FORTRAN=ON -DLLVM_FILECHECK_PATH=$(which FileCheck) -DCMAKE_BUILD_TYPE=Release && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment