File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -53,17 +53,20 @@ matrix:
53
53
packages :
54
54
- binutils-dev
55
55
- g++-4.8
56
- - env : BUILD_TYPE="Debug" WITH_BFD="yes" PYTHON_VERSION="3.5" WITH_LLVM="3.8 " WITH_SCIPY="yes" BUILD_SHARED_LIBS="yes"
56
+ - env : BUILD_TYPE="Debug" WITH_BFD="yes" PYTHON_VERSION="3.5" WITH_LLVM="7.0 " WITH_SCIPY="yes" BUILD_SHARED_LIBS="yes"
57
57
compiler : clang
58
58
os : linux
59
59
addons :
60
60
apt :
61
61
sources :
62
62
- ubuntu-toolchain-r-test
63
+ - llvm-toolchain-trusty-7
63
64
packages :
64
65
- clang
65
66
- libstdc++-4.8-dev
66
67
- binutils-dev
68
+ - clang-7
69
+ - llvm-7-dev
67
70
- env : BUILD_TYPE="Release" PYTHON_VERSION="2.7" WITH_NUMPY="no"
68
71
compiler : clang
69
72
os : linux
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
2
3
3
# symengine's bin/install_travis.sh will install miniconda
4
- conda update -q -n root conda
5
4
6
5
export conda_pkgs=" python=${PYTHON_VERSION} pip cython nose pytest"
7
6
You can’t perform that action at this time.
0 commit comments