From d4e6df860944cdaaf87a7559b43fb077619bfa89 Mon Sep 17 00:00:00 2001 From: Sylvain Corlay <sylvain.corlay@gmail.com> Date: Wed, 5 Sep 2018 18:56:59 +0200 Subject: [PATCH] Update to xeus 0.14.1 --- .appveyor.yml | 2 +- .travis.yml | 2 +- CMakeLists.txt | 2 +- README.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 26fdc8d6..a0d9d8e9 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -29,7 +29,7 @@ install: - conda update -q conda - conda info -a # Install dependencies - - conda install cmake dirent xeus=0.14.0 cling=0.5.0 nlohmann_json=3.1.2 cppzmq=4.3.0 xtl=0.4.15 pugixml cxxopts=2.1.1 -c QuantStack -c conda-forge + - conda install cmake dirent xeus=0.14.1 cling=0.5.0 nlohmann_json=3.1.2 cppzmq=4.3.0 xtl=0.4.15 pugixml cxxopts=2.1.1 -c QuantStack -c conda-forge # Build and install xeus-cling - mkdir build - cd build diff --git a/.travis.yml b/.travis.yml index 46afb7d5..a8344eb0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,7 +29,7 @@ install: - conda config --set always_yes yes --set changeps1 no - conda update -q conda # Install dependencies - - conda install cmake pkg-config xeus=0.14.0 cling=0.5.0 nlohmann_json=3.1.2 cppzmq=4.3.0 xtl=0.4.15 pugixml cxxopts=2.1.1 -c QuantStack -c conda-forge + - conda install cmake xeus=0.14.1 cling=0.5.0 nlohmann_json=3.1.2 cppzmq=4.3.0 xtl=0.4.15 pugixml cxxopts=2.1.1 -c QuantStack -c conda-forge - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then conda install gcc-7 -c QuantStack -c conda-forge; elif [[ "$TRAVIS_OS_NAME" == "osx" ]]; then diff --git a/CMakeLists.txt b/CMakeLists.txt index f19ebe5b..5b7c3137 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -101,7 +101,7 @@ add_definitions(-DLLVM_DIR="${LLVM_BINARY_DIR}") # Dependencies # ################ -find_package(xeus 0.14 REQUIRED) +find_package(xeus 0.14.1 REQUIRED) find_package(cppzmq 4.3.0 REQUIRED) find_package(pugixml REQUIRED) diff --git a/README.md b/README.md index dadff119..4e9044f5 100644 --- a/README.md +++ b/README.md @@ -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.14.0,<0.15 | >=0.4.0,<0.5 | >=0.5,<0.6 | ~1.8.1 | ~4.3.0 | >=2.1.1,<=3.0 | >=3.1.2,<4.0 | >=2.3.2,<3 | +| master | >=0.14.1,<0.15 | >=0.4.0,<0.5 | >=0.5,<0.6 | ~1.8.1 | ~4.3.0 | >=2.1.1,<=3.0 | >=3.1.2,<4.0 | >=2.3.2,<3 | | 0.4.6 | >=0.13.0,<0.14 | >=0.4.0,<0.5 | >=0.5,<0.6 | ~1.8.1 | ~4.2.3 | >=2.1.1,<=3.0 | >=3.1.0,<4.0 | >=2.3.2,<3 | | 0.4.5 | >=0.13.0,<0.14 | >=0.4.0,<0.5 | >=0.5,<0.6 | ~1.8.1 | ~4.2.3 | >=2.1.0,<=3.0 | >=3.1.0,<4.0 | >=2.3.2,<3 | | 0.4.4 | >=0.12.0,<0.13 | >=0.4.0,<0.5 | >=0.5,<0.6 | ~1.8.1 | ~4.2.3 | >=2.1.0,<=3.0 | >=3.1.0,<4.0 | >=2.3.2,<3 |