Skip to content

Commit

Permalink
Merge pull request #171 from SylvainCorlay/update-xeus
Browse files Browse the repository at this point in the history
Update xeus to 0.13.0
  • Loading branch information
SylvainCorlay committed Jul 1, 2018
2 parents 4930b74 + 3b0f268 commit ce71a40
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.12.0 cling=0.5.0 nlohmann_json=3.1.1 cppzmq xtl=0.4.3 pugixml cxxopts=2.1.0 -c QuantStack -c conda-forge
- conda install cmake dirent xeus=0.13.0 cling=0.5.0 nlohmann_json=3.1.1 cppzmq xtl=0.4.3 pugixml cxxopts=2.1.0 -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 @@ -29,7 +29,7 @@ install:
- conda config --set always_yes yes --set changeps1 no
- conda update -q conda
# Install dependencies
- conda install cmake xeus=0.12.0 cling=0.5.0 nlohmann_json=3.1.1 cppzmq xtl=0.4.3 pugixml cxxopts=2.1.0 -c QuantStack -c conda-forge
- conda install cmake xeus=0.13.0 cling=0.5.0 nlohmann_json=3.1.1 cppzmq xtl=0.4.3 pugixml cxxopts=2.1.0 -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
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 #
################

find_package(xeus 0.12 REQUIRED)
find_package(xeus 0.13 REQUIRED)
find_package(cppzmq 4.2.3 REQUIRED)
find_package(pugixml REQUIRED)

Expand Down
2 changes: 1 addition & 1 deletion 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.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 |
| master | >=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 |
| 0.4.3 | >=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.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 |
Expand Down

0 comments on commit ce71a40

Please sign in to comment.