We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee58c60 commit 29a1d2bCopy full SHA for 29a1d2b
.travis.yml
@@ -56,13 +56,16 @@ matrix:
56
sources:
57
- ubuntu-toolchain-r-test
58
- boost-latest
59
+ - george-edison55-precise-backports
60
packages:
61
- libgmp-dev
62
- libmpfr-dev
63
- binutils-dev
64
- libboost-serialization1.55-dev
65
- libboost-iostreams1.55-dev
66
- g++-4.8
67
+ - cmake
68
+ - cmake-data
69
- env: BUILD_TYPE="Debug" WITH_BFD="yes" PYTHON_VERSION="3.5"
70
compiler: clang
71
os: linux
@@ -90,8 +93,6 @@ matrix:
90
93
- lrzip
91
94
92
95
install:
- # Workaround till symengine C++ repo's script is fixed
- - if [[ "${TRAVIS_OS_NAME}" == "osx" ]]; then brew uninstall cmake; fi
96
- export PYTHON_SOURCE_DIR=`pwd`
97
- export TEST_CPP="no"
98
0 commit comments