#pragma once /// This file contains settings which are imported from the CMake /// configuration (installation path and version numbers) #define CMAKE_INSTALL_PREFIX "/usr" #define CADABRA_VERSION_MAJOR "2" #define CADABRA_VERSION_MINOR "5" #define CADABRA_VERSION_PATCH "2" #define CADABRA_VERSION_FULL "2.5.2" #define CADABRA_VERSION_DATE "2024-06-16" #define CADABRA_VERSION_BUILD "private" #define COPYRIGHT_YEARS "2001-2024" /* #undef CONDA_FOUND */ /* #undef ENABLE_JUPYTER */ /* #undef MATHEMATICA_FOUND */ #define Mathematica_KERNEL_EXECUTABLE "" #define PYTHON_SITE_PATH "/usr/lib/python./dist-packages" #define PYTHON_SITE_PATH_REL "/lib/python./dist-packages" // #define PYTHON_SITE_DIST "" #define PYTHON_VERSION_MAJOR "" #define PYTHON_VERSION_MINOR "" /* #undef USE_MICROTEX */