Skip to content

Commit 4f178df

Browse files
committed
Upgrade to cling 0.9
1 parent 2abc8dd commit 4f178df

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ install:
2727
- conda update -q conda
2828
- conda info -a
2929
# Install dependencies
30-
- conda install cmake dirent xeus-zmq=1.0.0 cling=0.8 clangdev=5 llvmdev=5 nlohmann_json cppzmq xtl=0.7 pugixml cxxopts=2.1.2 doctest>=2.4.6 -c conda-forge
30+
- conda install cmake dirent xeus-zmq=1.0.0 cling=0.9 nlohmann_json cppzmq xtl=0.7 pugixml cxxopts=2.1.2 doctest>=2.4.6 zlib -c conda-forge
3131
# Build and install xeus-cling
3232
- mkdir build
3333
- cd build

environment-host.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@ dependencies:
66
- cmake
77
# Host dependencies
88
- xeus-zmq=1.0.0
9-
- cling=0.8
10-
- clangdev=5
11-
- llvmdev=5
9+
- cling=0.9
1210
- nlohmann_json
1311
- cppzmq
1412
- xtl=0.7

0 commit comments

Comments
 (0)