Skip to content

Commit

Permalink
Merge pull request numba#404 from stuartarchibald/wip/llvm7
Browse files Browse the repository at this point in the history
Move to LLVM 7
  • Loading branch information
sklam authored Oct 26, 2018
2 parents a52ca0d + 717860f commit ebc4c59
Show file tree
Hide file tree
Showing 14 changed files with 1,988 additions and 895 deletions.
3 changes: 2 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ Historical compatibility table:
================= ========================
llvmlite versions compatible LLVM versions
================= ========================
0.23.0 - ... 6.0.x
0.26.0 - ... 7.0.x
0.23.0 - 0.25.0 6.0.x
0.21.0 - 0.22.0 5.0.x
0.17.0 - 0.20.0 4.0.x
0.16.0 - 0.17.0 3.9.x
Expand Down
2 changes: 1 addition & 1 deletion buildscripts/incremental/setup_conda_environment.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ conda create -n %CONDA_ENV% -q -y python=%PYTHON% cmake

call activate %CONDA_ENV%
@rem Install llvmdev
%CONDA_INSTALL% -c numba llvmdev="6.0*"
%CONDA_INSTALL% -c numba llvmdev="7.0*"
@rem Install enum34 for Python < 3.4
if %PYTHON% LSS 3.4 (%CONDA_INSTALL% enum34)
2 changes: 1 addition & 1 deletion buildscripts/incremental/setup_conda_environment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ source activate $CONDA_ENV
set -v

# Install llvmdev (separate channel, for now)
$CONDA_INSTALL -c numba llvmdev="6.0*"
$CONDA_INSTALL -c numba llvmdev="7.0*"

# Install the compiler toolchain, for osx, bootstrapping needed
# which happens in build.sh
Expand Down

This file was deleted.

Loading

0 comments on commit ebc4c59

Please sign in to comment.