Skip to content

Commit

Permalink
Fix xeus jupyter kernel linking error.
Browse files Browse the repository at this point in the history
  • Loading branch information
kpeeters committed Dec 31, 2020
1 parent cacbd02 commit a83454f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions client_server/CMakeLists.txt
Expand Up @@ -60,6 +60,7 @@ set(JUPYTER_KERNEL_SRC
Server.cc
${CADABRA_CORE_DIR}/InstallPrefix.cc
${CADABRA_CORE_DIR}/DataCell.cc
${CADABRA_CORE_DIR}/Exceptions.cc
${CADABRA_CORE_DIR}/CdbPython.cc
${CADABRA_CORE_DIR}/Stopwatch.cc
${CADABRA_LIBS_DIR}/whereami/whereami.c
Expand Down
2 changes: 1 addition & 1 deletion cmake/version.cmake
@@ -1,7 +1,7 @@
set(CADABRA_VERSION_MAJOR 2)
set(CADABRA_VERSION_MINOR 3)
set(CADABRA_VERSION_PATCH 6)
set(CADABRA_VERSION_TWEAK 1)
set(CADABRA_VERSION_TWEAK 2)
set(COPYRIGHT_YEARS "2001-2020")
math(EXPR SYSTEM_BITS "${CMAKE_SIZEOF_VOID_P} * 8")
find_program(GIT git PATHS ${GIT_DIR})
Expand Down

0 comments on commit a83454f

Please sign in to comment.