Skip to content

Commit

Permalink
Upgraded to latest xeus (3.2.0) (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
anutosh491 authored May 20, 2024
1 parent 46cfe09 commit 48a14c3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,16 @@ endif()
# ============

set(xtl_REQUIRED_VERSION 0.7.0)
set(xeus_REQUIRED_VERSION 3.0.5)
set(xeus_REQUIRED_VERSION 3.2.0)

if (NOT TARGET xtl)
find_package(xtl ${xtl_REQUIRED_VERSION} REQUIRED)
endif ()
if (NOT TARGET xeus AND NOT TARGET xeus-static)
find_package(xeus ${xeus_REQUIRED_VERSION} REQUIRED)
if (xeus_FOUND)
message(STATUS "Found compatible xeus version: ${xeus_VERSION}")
endif()
endif ()

set(CppInterOp_REQUIRED_VERSION 1.3.0)
Expand Down
2 changes: 1 addition & 1 deletion environment-wasm-host.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ channels:
dependencies:
- nlohmann_json
- xeus-lite <2.0
- xeus >=3.0.5,<4.0
- xeus >=3.2.0,<4.0
- xtl >=0.7,<0.8
- CppInterOp>=1.3.0
- cpp-argparse
Expand Down

0 comments on commit 48a14c3

Please sign in to comment.