Cadabra
Computer algebra system for field theory problems
Loading...
Searching...
No Matches
Config.hh
Go to the documentation of this file.
1
2#pragma once
3
6
7#define CADABRA_VERSION_MAJOR "2"
8#define CADABRA_VERSION_MINOR "5"
9#define CADABRA_VERSION_PATCH "15"
10#define CADABRA_VERSION_FULL "2.5.15"
11#define CADABRA_VERSION_SEM "2.5.15"
12#define CADABRA_VERSION_DATE "2025-08-06"
13#define CADABRA_VERSION_BUILD "4033.7e4d289338"
14#define COPYRIGHT_YEARS "2001-2025"
15
16/* #undef CONDA_FOUND */
17/* #undef ENABLE_JUPYTER */
18/* #undef USE_GTK4 */
19/* #undef mimalloc_FOUND */
20
21/* #undef MATHEMATICA_FOUND */
22#define Mathematica_KERNEL_EXECUTABLE ""
23
24#define Python_VERSION_MAJOR "3"
25#define Python_VERSION_MINOR "12"
26
27#define USE_MICROTEX
28
29/* #undef APPIMAGE_MODE */