Skip to content

Commit

Permalink
upgraded to xeus 0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanMabille committed Jun 27, 2019
1 parent 2941dd6 commit 6d43a8f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ install:
- conda update -q conda
- conda info -a
# Install dependencies
- conda install cmake dirent xeus=0.19.1 cling=0.5.0 clangdev=5.0 clang_variant=*=cling_6.14.06 llvmdev=5 nlohmann_json=3.5.0 cppzmq=4.3.0 xtl=0.6.1 pugixml cxxopts=2.1.1 -c QuantStack -c conda-forge
- conda install cmake dirent xeus=0.20.0 cling=0.5.0 clangdev=5.0 clang_variant=*=cling_6.14.06 llvmdev=5 nlohmann_json=3.6.1 cppzmq=4.3.0 xtl=0.6.5 pugixml cxxopts=2.1.1 -c QuantStack -c conda-forge
# Build and install xeus-cling
- mkdir build
- cd build
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ install:
- conda config --set always_yes yes --set changeps1 no
- conda update -q conda
# Install host dependencies
- conda install xeus=0.19.1 cling=0.5.0 clang_variant=*=cling_6.14.06 clangdev=5.0 llvmdev=5 nlohmann_json=3.5.0 cppzmq=4.3.0 xtl=0.6.1 pugixml cxxopts=2.1.1 -c conda-forge
- conda install xeus=0.20.0 cling=0.5.0 clang_variant=*=cling_6.14.06 clangdev=5.0 llvmdev=5 nlohmann_json=3.6.1 cppzmq=4.3.0 xtl=0.6.5 pugixml cxxopts=2.1.1 -c conda-forge
# Install build dependencies
- conda install cmake -c conda-forge
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ add_definitions(-DLLVM_DIR="${LLVM_BINARY_DIR}")
# Dependencies #
################

set(xeus_REQUIRED_VERSION 0.19.0)
set(xeus_REQUIRED_VERSION 0.20.0)
set(cppzmq_REQUIRED_VERSION 4.3.0)

find_package(xeus ${xeus_REQUIRED_VERSION} REQUIRED)
Expand Down
11 changes: 1 addition & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ A C++ backend for the Jupyter interactive widgets is available in the [`xwidgets

| `xeus-cling` | `xeus` | `xtl` | `cling` | `pugixml` | `cppzmq` | `cxxopts` | `nlohmann_json` | `dirent` (windows only) |
|--------------|-----------------|-----------------|---------------|---------------|----------|---------------|-----------------|-------------------------|
| master | >=0.19.1,<0.20 | >=0.6.1,<0.7 | >=0.5,<0.6 | ~1.8.1 | ~4.3.0 | >=2.1.1,<=3.0 | >=3.3.0,<4.0 | >=2.3.2,<3 |
| master | >=0.20.0,<0.21 | >=0.6.5,<0.7 | >=0.5,<0.6 | ~1.8.1 | ~4.3.0 | >=2.1.1,<=3.0 | >=3.6.1,<4.0 | >=2.3.2,<3 |
| 0.5.1 | >=0.19.1,<0.20 | >=0.6.1,<0.7 | >=0.5,<0.6 | ~1.8.1 | ~4.3.0 | >=2.1.1,<=3.0 | >=3.3.0,<4.0 | >=2.3.2,<3 |
| 0.5.0 | >=0.19.1,<0.20 | >=0.6.1,<0.7 | >=0.5,<0.6 | ~1.8.1 | ~4.3.0 | >=2.1.1,<=3.0 | >=3.3.0,<4.0 | >=2.3.2,<3 |
| 0.4.12 | >=0.19.1,<0.20 | >=0.6.1,<0.7 | >=0.5,<0.6 | ~1.8.1 | ~4.3.0 | >=2.1.1,<=3.0 | >=3.3.0,<4.0 | >=2.3.2,<3 |
Expand All @@ -107,15 +107,6 @@ A C++ backend for the Jupyter interactive widgets is available in the [`xwidgets
| 0.4.2 | >=0.12.0,<0.13 | >=0.4.0,<0.5 | >=0.5,<0.6 | ~1.8.1 | ~4.2.3 | >=1.4.1,<=2.0 | >=3.1.0,<4.0 | >=2.3.2,<3 |
| 0.4.1 | >=0.12.0,<0.13 | >=0.4.0,<0.5 | >=0.5,<0.6 | ~1.8.1 | ~4.2.3 | >=1.4.1,<=2.0 | >=3.1.0,<4.0 | >=2.3.2,<3 |
| 0.4.0 | >=0.12.0,<0.13 | >=0.4.0,<0.5 | >=0.5,<0.6 | ~1.8.1 | ~4.2.3 | >=1.4.1,<=2.0 | >=3.1.0,<4.0 | >=2.3.2,<3 |
| 0.3.0 | >=0.11.0,<0.12 | >=0.4.0,<0.5 | >=0.5,<0.6 | ~1.8.1 | ~4.2.3 | >=1.4.1,<=2.0 | >=3.1.0,<4.0 | >=2.3.2,<3 |
| 0.2.4 | >=0.11.0,<0.12 | >=0.4.0,<0.5 | >=0.5,<0.6 | ~1.8.1 | ~4.2.3 | >=1.4.1,<=2.0 | >=3.1.0,<4.0 | |
| 0.2.3 | >=0.11.0,<0.12 | >=0.4.0,<0.5 | >=0.5,<0.6 | ~1.8.1 | ~4.2.3 | >=1.4.1,<=2.0 | >=3.1.0,<4.0 | |
| 0.2.2 | >=0.11.0,<0.12 | >=0.4.0,<0.5 | >=0.5,<0.6 | ~1.8.1 | ~4.2.3 | >=1.4.1,<=2.0 | >=3.1.0,<4.0 | |
| 0.2.1 | >=0.11.0,<0.12 | >=0.4.0,<0.5 | >=0.5,<0.6 | ~1.8.1 | ~4.2.3 | >=1.4.1,<=2.0 | >=3.1.0,<4.0 | |
| 0.2.0 | >=0.11.0,<0.12 | >=0.4.0,<0.5 | >=0.5,<0.6 | ~1.8.1 | ~4.2.3 | >=1.4.1,<=2.0 | >=3.1.0,<4.0 | |
| 0.1.0 | >=0.10.1,<0.11 | >=0.4.0,<0.5 | >=0.5,<0.6 | ~1.8.1 | ~4.2.3 | >=1.4.1,<=2.0 | | |
| 0.0.10 | >=0.9.0,<0.10 | >=0.3.4,<0.4 | >=0.3,<0.4 | ~1.8.1 | ~4.2.2 | >=1.4.1,<=2.0 | | |
| 0.0.9 | >=0.9.0,<0.10 | >=0.3.4,<0.4 | >=0.3,<0.4 | ~1.8.1 | ~4.2.2 | >=1.4.1,<=2.0 | | |

`xeus-cling` requires its dependencies to be built with the same compiler and same C runtime as the one used to build `cling`.

Expand Down

0 comments on commit 6d43a8f

Please sign in to comment.