From ed2b76a2bee989c21cd2899899503bcaed9cc527 Mon Sep 17 00:00:00 2001 From: Nikita Titov Date: Sun, 14 Jul 2024 17:15:02 +0300 Subject: [PATCH] Update Dockerfile --- images/manylinux_2_28_x86_64/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/images/manylinux_2_28_x86_64/Dockerfile b/images/manylinux_2_28_x86_64/Dockerfile index 66c594a..a15b3d9 100644 --- a/images/manylinux_2_28_x86_64/Dockerfile +++ b/images/manylinux_2_28_x86_64/Dockerfile @@ -92,6 +92,7 @@ RUN git clone --depth 1 --branch v1.8 https://github.com/pocl/pocl.git \ -DENABLE_POCLCC=OFF \ -DENABLE_TESTS=OFF \ -DENABLE_EXAMPLES=OFF \ + -DLLC_HOST_CPU=generic \ && cmake --build pocl/build -j4 \ && cmake --install pocl/build \ && rm -f ./compile_test*.bc \