Skip to content

Commit

Permalink
Also use llvm 8.0 for the cpu builds
Browse files Browse the repository at this point in the history
  • Loading branch information
abergeron committed Jun 13, 2019
1 parent a589d5a commit 00f7c66
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conda/build_cpu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ touch /tmp/.conda/pkgs/urls.txt
touch /tmp/.conda/environments.txt


conda build --output-folder=conda/pkg conda/tvm-libs
conda build --output-folder=conda/pkg -c numba conda/tvm-libs
conda build --output-folder=conda/pkg -m conda/conda_build_config.yaml conda/tvm
3 changes: 2 additions & 1 deletion docker/Dockerfile.conda_cpu
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ RUN curl -o ~/miniconda.sh -O https://repo.continuum.io/miniconda/Miniconda3-lat
/opt/conda/bin/conda clean -ya

# Cache some of the packages for the builds
RUN /opt/conda/bin/conda install --download-only cmake make llvmdev=7.0.0 zlib && \
RUN /opt/conda/bin/conda install --download-only cmake make zlib && \
/opt/conda/bin/conda install --download-only -c numba llvmdev=8.0.0 && \
/opt/conda/bin/conda create -n py35 --download-only nose scipy numpy=1.11 cython decorator python=3.5 && \
/opt/conda/bin/conda create -n py36 --download-only nose scipy numpy=1.11 cython decorator python=3.6 && \
/opt/conda/bin/conda create -n py37 --download-only nose scipy numpy=1.11 cython decorator python=3.7
Expand Down

0 comments on commit 00f7c66

Please sign in to comment.