Skip to content

Commit

Permalink
Fix conda 2 (#1456)
Browse files Browse the repository at this point in the history
  • Loading branch information
abergeron authored and tqchen committed Jul 19, 2018
1 parent bf6d244 commit 38f92c6
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions conda/tvm-libs/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 38f92c6

Please sign in to comment.