#pragma once /// This file contains settings which are imported from the CMake /// configuration (installation path and version numbers) #define CADABRA_VERSION_MAJOR "2" #define CADABRA_VERSION_MINOR "5" #define CADABRA_VERSION_PATCH "6" #define CADABRA_VERSION_FULL "2.5.6" #define CADABRA_VERSION_DATE "2024-10-17" #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_VERSION_MAJOR "3" #define Python_VERSION_MINOR "12" #define USE_MICROTEX