diff --git a/conda-recipes/llvmdev_manylinux/build.sh b/conda-recipes/llvmdev_manylinux/build.sh index 9484cf9ff..f39a8991b 100644 --- a/conda-recipes/llvmdev_manylinux/build.sh +++ b/conda-recipes/llvmdev_manylinux/build.sh @@ -63,6 +63,7 @@ cmake -DCMAKE_INSTALL_PREFIX="${PREFIX}" \ -DLLVM_OPTIMIZED_TABLEGEN=ON \ -DCMAKE_POLICY_DEFAULT_CMP0111=NEW \ -DCOMPILER_RT_BUILD_BUILTINS=ON \ + -DCOMPILER_RT_ENABLE_IOS=OFF \ -DCOMPILER_RT_BUILTINS_HIDE_SYMBOLS=OFF \ -DCOMPILER_RT_BUILD_LIBFUZZER=OFF \ -DCOMPILER_RT_BUILD_CRT=OFF \ diff --git a/conda-recipes/llvmdev_manylinux/meta.yaml b/conda-recipes/llvmdev_manylinux/meta.yaml index cc7868d4c..a3f9e2a22 100644 --- a/conda-recipes/llvmdev_manylinux/meta.yaml +++ b/conda-recipes/llvmdev_manylinux/meta.yaml @@ -32,17 +32,17 @@ build: requirements: build: # Do not use the compiler - # - {{ compiler('cxx') }} + - {{ compiler('cxx') }} # [osx] - cmake - ninja - python >=3 - # - libcxx # it is not defined{{ cxx_compiler_version }} # [osx] + - libcxx # it is not defined{{ cxx_compiler_version }} # [osx] - patch # [not win] # - m2-patch # [win] - git # [(linux and x86_64)] host: - #- libcxx # it is not defined{{ cxx_compiler_version }} # [osx] + - libcxx # it is not defined{{ cxx_compiler_version }} # [osx] - libffi # [unix] # # libxml2 supports a windows-only feature, see https://github.com/llvm/llvm-project/blob/llvmorg-17.0.6/llvm/include/llvm/WindowsManifest/WindowsManifestMerger.h # - libxml2 # [win]