Skip to content

Commit

Permalink
Update to xeus 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SylvainCorlay committed Jul 3, 2018
1 parent d1b00c1 commit 3b8ac66
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ install:
- conda config --set always_yes yes --set changeps1 no
- conda update -q conda
- conda info -a
- conda install gtest cmake xeus=0.12.0 nlohmann_json=3.1.2 cppzmq==4.2.3 xproperty==0.7.0 xtl==0.4.8 -c QuantStack -c conda-forge
- conda install gtest cmake xeus=0.13.0 nlohmann_json=3.1.2 cppzmq==4.2.3 xproperty==0.7.0 xtl==0.4.8 -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.12.0 nlohmann_json=3.1.2 cppzmq xproperty xtl=0.4.8 gcc-7 -c QuantStack -c conda-forge
- conda install gtest cmake xeus=0.13.0 nlohmann_json=3.1.2 cppzmq xproperty xtl=0.4.8 gcc-7 -c QuantStack -c conda-forge
# Testing
- mkdir build
- cd build
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ message(STATUS "xwidgets binary version: v${XWIDGETS_BINARY_VERSION}")

find_package(cppzmq 4.2.3 REQUIRED)
find_package(xtl 0.4.8 REQUIRED)
find_package(xeus 0.12.0 REQUIRED)
find_package(xeus 0.13.0 REQUIRED)
find_package(xproperty 0.7 REQUIRED)

# Source files
Expand Down

0 comments on commit 3b8ac66

Please sign in to comment.