Cadabra
Computer algebra system for field theory problems
Config.hh
Go to the documentation of this file.
1 
2 #pragma once
3 
6 
7 #define CMAKE_INSTALL_PREFIX "/usr/local"
8 
9 #define CADABRA_VERSION_MAJOR "2"
10 #define CADABRA_VERSION_MINOR "4"
11 #define CADABRA_VERSION_PATCH "5"
12 #define CADABRA_VERSION_FULL "2.4.5"
13 #define CADABRA_VERSION_DATE "2024-02-07"
14 #define CADABRA_VERSION_BUILD "2952.4c5f609f70"
15 #define COPYRIGHT_YEARS "2001-2024"
16 
17 /* #undef CONDA_FOUND */
18 /* #undef ENABLE_JUPYTER */
19 
20 /* #undef MATHEMATICA_FOUND */
21 #define Mathematica_KERNEL_EXECUTABLE ""
22 
23 #define PYTHON_SITE_PATH "/usr/local/lib/python3.10/dist-packages"
24 #define PYTHON_SITE_PATH_REL "/lib/python3.10/dist-packages"
25 #define PYTHON_SITE_DIST "site-packages"
26 #define PYTHON_VERSION_MAJOR "3"
27 #define PYTHON_VERSION_MINOR "10"