Skip to content

Commit a83454f

Browse files
committed
Fix xeus jupyter kernel linking error.
1 parent cacbd02 commit a83454f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

client_server/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ set(JUPYTER_KERNEL_SRC
6060
Server.cc
6161
${CADABRA_CORE_DIR}/InstallPrefix.cc
6262
${CADABRA_CORE_DIR}/DataCell.cc
63+
${CADABRA_CORE_DIR}/Exceptions.cc
6364
${CADABRA_CORE_DIR}/CdbPython.cc
6465
${CADABRA_CORE_DIR}/Stopwatch.cc
6566
${CADABRA_LIBS_DIR}/whereami/whereami.c

cmake/version.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
set(CADABRA_VERSION_MAJOR 2)
22
set(CADABRA_VERSION_MINOR 3)
33
set(CADABRA_VERSION_PATCH 6)
4-
set(CADABRA_VERSION_TWEAK 1)
4+
set(CADABRA_VERSION_TWEAK 2)
55
set(COPYRIGHT_YEARS "2001-2020")
66
math(EXPR SYSTEM_BITS "${CMAKE_SIZEOF_VOID_P} * 8")
77
find_program(GIT git PATHS ${GIT_DIR})

0 commit comments

Comments
 (0)