Skip to content

Commit

Permalink
Merge pull request #158 from SylvainCorlay/update-xeus
Browse files Browse the repository at this point in the history
Update xeus
  • Loading branch information
SylvainCorlay committed Dec 7, 2018
2 parents f640227 + 7ffd964 commit 200f59f
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ install:
- conda config --set always_yes yes --set changeps1 no
- conda update -q conda
- conda info -a
- conda install gtest cmake xeus=0.15.0 nlohmann_json=3.3.0 cppzmq==4.3.0 xproperty==0.7.0 xtl==0.4.8 -c QuantStack -c conda-forge
- conda install gtest cmake xeus=0.17.0 nlohmann_json=3.3.0 cppzmq==4.3.0 xproperty==0.7.0 xtl==0.5.2 -c QuantStack -c conda-forge
- cmake -G "NMake Makefiles" -D CMAKE_INSTALL_PREFIX=%MINICONDA%\\LIBRARY -DBUILD_TESTS=ON .
- nmake test_xwidgets
- cd test
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ install:
- hash -r
- conda config --set always_yes yes --set changeps1 no
- conda update -q conda
- conda install gtest cmake xeus=0.15.0 nlohmann_json=3.3.0 cppzmq=4.3.0 xproperty xtl=0.4.8 gcc-7 -c QuantStack -c conda-forge
- conda install gtest cmake xeus=0.17.0 nlohmann_json=3.3.0 cppzmq=4.3.0 xproperty xtl=0.5.2 gcc-7 -c QuantStack -c conda-forge
# Testing
- mkdir build
- cd build
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ message(STATUS "xwidgets binary version: v${XWIDGETS_BINARY_VERSION}")
# ============

find_package(cppzmq 4.3.0 REQUIRED)
find_package(xtl 0.4.8 REQUIRED)
find_package(xeus 0.15.0 REQUIRED)
find_package(xtl 0.5.2 REQUIRED)
find_package(xeus 0.17.0 REQUIRED)
find_package(xproperty 0.7 REQUIRED)

# Source files
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ All the dependencies of xwidgets are available for the conda package manager.

| `xwidgets` | `widgetsnbextension` | `xtl` | `xproperty` | `xeus` | `nlohmann_json` |
|------------|-----------------------|----------------|---------------|-----------------|-----------------|
| master | ^3.0.0 | >=0.4.8,<0.5 | >=0.7.0,<0.8 | >=0.15.0,<0.16 | >=3.3.0,<4.0 |
| master | ^3.0.0 | >=0.5.2,<0.6 | >=0.7.0,<0.8 | >=0.17.0,<0.18 | >=3.3.0,<4.0 |
| 0.14.0 | ^3.0.0 | >=0.4.8,<0.5 | >=0.7.0,<0.8 | >=0.15.0,<0.16 | >=3.3.0,<4.0 |
| 0.13.1 | ^3.0.0 | >=0.4.8,<0.5 | >=0.7.0,<0.8 | >=0.14.1,<0.15 | >=3.1.2,<4.0 |
| 0.13.0 | ^3.0.0 | >=0.4.8,<0.5 | >=0.7.0,<0.8 | >=0.13.0,<0.14 | >=3.1.1,<4.0 |
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ channels:
- QuantStack
- conda-forge
dependencies:
- xeus-cling=0.4.8
- xeus-cling=0.4.9
- xwidgets=0.14.0
- notebook
- widgetsnbextension >=3.0.0
2 changes: 1 addition & 1 deletion include/xwidgets/xwidgets_config.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

// Project version
#define XWIDGETS_VERSION_MAJOR 0
#define XWIDGETS_VERSION_MINOR 14
#define XWIDGETS_VERSION_MINOR 15
#define XWIDGETS_VERSION_PATCH 0

// Binary version
Expand Down

0 comments on commit 200f59f

Please sign in to comment.