Skip to content

Commit 48c2399

Browse files
author
Kasper Peeters
committed
Do not directly include Python.h.
1 parent 217bc21 commit 48c2399

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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 4)
33
set(CADABRA_VERSION_PATCH 2)
4-
set(CADABRA_VERSION_TWEAK 2)
4+
set(CADABRA_VERSION_TWEAK 3)
55
set(COPYRIGHT_YEARS "2001-2022")
66
math(EXPR SYSTEM_BITS "${CMAKE_SIZEOF_VOID_P} * 8")
77
find_program(GIT git PATHS ${GIT_DIR})

core/cadabra2-cli.hh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#define CADABRA_CLI_DEBUG_MARKER
77
#undef _DEBUG
88
#endif
9-
#include <Python.h>
9+
//#include <Python.h>
1010
#include <pybind11/pybind11.h>
1111
#include <pybind11/embed.h>
1212
#ifdef CADABRA_CLI_DEBUG_MARKER

0 commit comments

Comments
 (0)