Skip to content

Commit

Permalink
Merge pull request #227 from SylvainCorlay/update-xeus
Browse files Browse the repository at this point in the history
Update to xeus 0.19
  • Loading branch information
SylvainCorlay committed Mar 21, 2019
2 parents 72a5f09 + 5d6b1a7 commit e04957d
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.18.1 cling=0.5.0 clangdev=5.0 clang_variant=*=cling_6.14.06 llvmdev=5 nlohmann_json=3.3.0 cppzmq=4.3.0 xtl=0.5.2 pugixml cxxopts=2.1.1 -c QuantStack -c conda-forge
- conda install cmake dirent xeus=0.19.0 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.0 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.18.1 cling=0.5.0 clang_variant=*=cling_6.14.06 clangdev=5.0 llvmdev=5 nlohmann_json=3.4.0 cppzmq=4.3.0 xtl=0.5.2 pugixml cxxopts=2.1.1 -c conda-forge
- conda install xeus=0.19.0 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.0 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 #
################

find_package(xeus 0.18.1 REQUIRED)
find_package(xeus 0.19.0 REQUIRED)
find_package(cppzmq 4.3.0 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.18.1,<0.19 | >=0.5.2,<0.6 | >=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.19.0,<0.20 | >=0.6.0,<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.11 | >=0.18.1,<0.19 | >=0.5.2,<0.6 | >=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.10 | >=0.18.1,<0.19 | >=0.5.2,<0.6 | >=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.9 | >=0.17.0,<0.18 | >=0.5.1,<0.6 | >=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 Down

0 comments on commit e04957d

Please sign in to comment.