diff --git a/debian/patches/mips64el-ompt.patch b/debian/patches/mips64el-ompt.patch new file mode 100644 index 00000000..3e84a148 --- /dev/null +++ b/debian/patches/mips64el-ompt.patch @@ -0,0 +1,10 @@ +--- llvm-toolchain-16-16.0.6.orig/openmp/runtime/cmake/config-ix.cmake ++++ llvm-toolchain-16-16.0.6/openmp/runtime/cmake/config-ix.cmake +@@ -328,6 +329,7 @@ else() + (LIBOMP_ARCH STREQUAL aarch64) OR + (LIBOMP_ARCH STREQUAL aarch64_a64fx) OR + (LIBOMP_ARCH STREQUAL ppc64le) OR ++ (LIBOMP_ARCH STREQUAL mips64) OR + (LIBOMP_ARCH STREQUAL ppc64) OR + (LIBOMP_ARCH STREQUAL riscv64) OR + (LIBOMP_ARCH STREQUAL loongarch64)) diff --git a/debian/patches/series b/debian/patches/series index 6cbaed91..1f72d367 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -153,3 +153,4 @@ ubuntu-releases.patch new-cmake-build-fix.patch HIP-search-path-fix.patch D158066.patch +mips64el-ompt.patch