Skip to content

Commit

Permalink
Merge pull request #48 from SylvainCorlay/update-xtl
Browse files Browse the repository at this point in the history
Update xtl, xeus, and xtensor
  • Loading branch information
SylvainCorlay committed Apr 10, 2019
2 parents 2aeeef6 + c58c06b commit a19f160
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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 host dependencies
- conda install xeus=0.18.1 cppzmq=4.3.0 xproperty=0.8.1 xwidgets=0.16.1 -c conda-forge
- conda install xeus=0.19.1 cppzmq=4.3.0 xproperty=0.8.1 xwidgets=0.17.0 -c conda-forge
# Install build dependencies
- conda install gtest cmake -c conda-forge
- cmake -G "NMake Makefiles" -D CMAKE_INSTALL_PREFIX=%MINICONDA%\\LIBRARY -DBUILD_TESTS=ON .
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ install:
- conda config --set always_yes yes --set changeps1 no
- conda update -q conda
# Install host dependencies
- conda install xeus=0.18.1 cppzmq=4.3.0 xproperty=0.8.1 xwidgets=0.16.1 -c conda-forge
- conda install xeus=0.19.1 cppzmq=4.3.0 xproperty=0.8.1 xwidgets=0.17.0 -c conda-forge
# Install build dependencies
- conda install cmake
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
Expand Down
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ message(STATUS "xplot binary version: v${XPLOT_BINARY_VERSION}")
# ============

find_package(cppzmq 4.3.0 REQUIRED)
find_package(xtl 0.5.2 REQUIRED)
find_package(xeus 0.18.1 REQUIRED)
find_package(xwidgets 0.16.1 REQUIRED)
find_package(xtl 0.6.3 REQUIRED)
find_package(xeus 0.19.1 REQUIRED)
find_package(xwidgets 0.17.0 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 @@ -79,7 +79,7 @@ All the dependencies of xplot are available for the conda package manager.

| `xplot` | `xwidgets` | `xeus` |
|---------|-------------|-----------------|
| master | ~0.16.1 | >=0.18.1,<0.19 |
| master | ~0.17.0 | >=0.19.1,<0.20 |
| 0.11.1 | ~0.16.1 | >=0.18.1,<0.19 |
| 0.11.0 | ~0.16.0 | >=0.18.1,<0.19 |
| 0.10.0 | ~0.15.0 | >=0.17.0,<0.18 |
Expand Down

0 comments on commit a19f160

Please sign in to comment.