Commit bea51bb6 by abergeron Committed by Tianqi Chen

Fix conda 2 (#1456)

parent df8e3382
......@@ -11,13 +11,18 @@ build:
number: 0
requirements:
build:
- {{ compiler('cxx') }} # [linux]
- llvmdev ==6.0.0 # [osx]
host:
# The OS X build will require some manual setup or it will break
# See https://conda.io/docs/user-guide/tasks/build-packages/compiler-tools.html#macos-sdk
- {{ compiler('cxx') }}
build:
- llvmdev ==6.0.0
# It is also ass-backward because of llvm brokeness when mixed with the
# conda OS X compiler
- {{ compiler('cxx') }} # [osx]
- cmake
- llvmdev ==6.0.0 # [linux]
- zlib # [linux]
about:
home: https://github.com/dmlc/tvm
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment