Skip to content

Commit

Permalink
Revert "add missing hosts to wheel build (#602)"
Browse files Browse the repository at this point in the history
  • Loading branch information
sklam committed Aug 5, 2020
1 parent c7ad169 commit d26c5ba
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions conda-recipes/llvmdev_manylinux1/build.sh
Expand Up @@ -28,8 +28,7 @@ _cmake_config+=(-DHAVE_TERMIOS_H=OFF)
_cmake_config+=(-DCLANG_ENABLE_LIBXML=OFF)
_cmake_config+=(-DLIBOMP_INSTALL_ALIASES=OFF)
_cmake_config+=(-DLLVM_ENABLE_RTTI=OFF)
_cmake_config+=(-DLLVM_TARGETS_TO_BUILD="host;AMDGPU;NVPTX")
_cmake_config+=(-DLLVM_EXPERIMENTAL_TARGETS_TO_BUILD=WebAssembly)
_cmake_config+=(-DLLVM_TARGETS_TO_BUILD=host)
_cmake_config+=(-DLLVM_INCLUDE_UTILS=ON) # for llvm-lit
# TODO :: It would be nice if we had a cross-ecosystem 'BUILD_TIME_LIMITED' env var we could use to
# disable these unnecessary but useful things.
Expand Down

0 comments on commit d26c5ba

Please sign in to comment.