Commit bea51bb6 by abergeron Committed by Tianqi Chen

Fix conda 2 (#1456)

parent df8e3382
...@@ -11,13 +11,18 @@ build: ...@@ -11,13 +11,18 @@ build:
number: 0 number: 0
requirements: requirements:
build:
- {{ compiler('cxx') }} # [linux]
- llvmdev ==6.0.0 # [osx]
host: host:
# The OS X build will require some manual setup or it will break # 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 # See https://conda.io/docs/user-guide/tasks/build-packages/compiler-tools.html#macos-sdk
- {{ compiler('cxx') }} # It is also ass-backward because of llvm brokeness when mixed with the
build: # conda OS X compiler
- llvmdev ==6.0.0 - {{ compiler('cxx') }} # [osx]
- cmake - cmake
- llvmdev ==6.0.0 # [linux]
- zlib # [linux]
about: about:
home: https://github.com/dmlc/tvm 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