Skip to content

Commit

Permalink
Merge pull request #323 from SylvainCorlay/update-xeus
Browse files Browse the repository at this point in the history
Update xeus to 0.23.10
  • Loading branch information
SylvainCorlay committed Mar 31, 2020
2 parents e80c04f + f16066e commit 133f7eb
Show file tree
Hide file tree
Showing 2 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 @@ -27,7 +27,7 @@ install:
- conda update -q conda
- conda info -a
# Install dependencies
- conda install cmake dirent xeus=0.23.3 gtest cling=0.6.0 clangdev=5.0 llvmdev=5 nlohmann_json cppzmq=4.3.0 xtl=0.6.9 pugixml cxxopts=2.1.1 -c conda-forge
- conda install cmake dirent xeus=0.23.10 gtest cling=0.6.0 clangdev=5 llvmdev=5 nlohmann_json cppzmq xtl pugixml cxxopts=2.1.1 -c conda-forge
# Build and install xeus-cling
- mkdir build
- cd build
Expand Down
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ install:
- conda update -q conda
# Install host dependencies
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
conda install xeus=0.23.3 cling=0.6.0 clangdev=5.0 llvmdev=5 nlohmann_json cppzmq=4.3.0 xtl=0.6.9 pugixml cxxopts=2.1.1 -c conda-forge;
conda install xeus=0.23.10 cling=0.6.0 clangdev=5 llvmdev=5 nlohmann_json cppzmq xtl pugixml cxxopts=2.1.1 -c conda-forge;
else
conda install xeus=0.23.2 cling=0.6.0 clangdev=5.0 libcxx llvmdev=5 nlohmann_json cppzmq=4.3.0 xtl=0.6.9 pugixml cxxopts=2.1.1 -c conda-forge;
conda install xeus=0.23.10 cling=0.6.0 clangdev=5 llvmdev=5 libcxx nlohmann_json cppzmq xtl pugixml cxxopts=2.1.1 -c conda-forge;
fi
# Install build dependencies
- conda install cmake -c conda-forge
Expand Down

0 comments on commit 133f7eb

Please sign in to comment.