CRPropa / CRPropa3

CRPropa is a public astrophysical simulation framework for propagating extraterrestrial ultra-high energy particles. https://crpropa.github.io/CRPropa3/
https://crpropa.desy.de
GNU General Public License v3.0
65 stars 66 forks source link

Failing some tests after installation on mac OS Monterey 12.5 #403

Closed QuinFin closed 1 year ago

QuinFin commented 1 year ago

Dear developers,

I have problems installing CRPropa on my system System Information: (Please fill out the following information)

Did you install CRPropa from git or download a release? Installed via Githup clone from documentation

I looked through all related issues on here on Github but I sadly didn't find a solution that helped me. The tescore error seems to be connected with SIMD_EXTENSIONS which seem to not be working with my setup. I am running the terminal in Rosetta 2 btw.

Here some needed information:

Sadly I am not passing all the tests although the make and make install runs without errors.

In testCore I fail the Grid3f.interpolations and Grid3f.speed but pass the rest. The segfaults seem to be caused by the same error as described in #316.

Test project /Users/finleyquinton/.virtualenvs/crpropa/CRPropa3/build Start 1: testCore 1/20 Test #1: testCore ..........................Failed 0.77 sec Start 2: testVector3 2/20 Test #2: testVector3 ....................... Passed 0.31 sec Start 3: testModuleList 3/20 Test #3: testModuleList .................... Passed 0.26 sec Start 4: testMagneticField 4/20 Test #4: testMagneticField ................. Passed 0.27 sec Start 5: testTurbulentField 5/20 Test #5: testTurbulentField ................ Passed 0.33 sec Start 6: testAdvectionField 6/20 Test #6: testAdvectionField ................ Passed 0.33 sec Start 7: testDensity 7/20 Test #7: testDensity ....................... Passed 0.25 sec Start 8: testDINT 8/20 Test #8: testDINT .......................... Passed 0.27 sec Start 9: testPropagation 9/20 Test #9: testPropagation ................... Passed 0.38 sec Start 10: testBreakCondition 10/20 Test #10: testBreakCondition ................ Passed 0.25 sec Start 11: testInteraction 11/20 Test #11: testInteraction ...................Failed 34.43 sec Start 12: testSource 12/20 Test #12: testSource ........................ Passed 0.43 sec Start 13: testOutput 13/20 Test #13: testOutput ........................Subprocess abortedException: 0.29 sec Start 14: testFunctionalGroups 14/20 Test #14: testFunctionalGroups .............. Passed 0.42 sec Start 15: testAdiabaticCooling 15/20 Test #15: testAdiabaticCooling .............. Passed 0.42 sec Start 16: testGalacticMagneticLens 16/20 Test #16: testGalacticMagneticLens .......... Passed 0.30 sec Start 17: testMagneticLensPythonInterface 17/20 Test #17: testMagneticLensPythonInterface ...Exception: SegFault 0.49 sec Start 18: testSimulationExecution 18/20 Test #18: testSimulationExecution ...........Exception: SegFault 0.11 sec Start 19: testDiffusionSDE 19/20 Test #19: testDiffusionSDE ..................Exception: SegFault 0.28 sec Start 20: testPythonExtension 20/20 Test #20: testPythonExtension ...............***Exception: SegFault 0.09 sec 65% tests passed, 7 tests failed out of 20

Total Test time (real) = 40.69 sec

The following tests FAILED: 1 - testCore (Failed) 11 - testInteraction (Failed) 13 - testOutput (Subprocess aborted) 17 - testMagneticLensPythonInterface (SEGFAULT) 18 - testSimulationExecution (SEGFAULT) 19 - testDiffusionSDE (SEGFAULT) 20 - testPythonExtension (SEGFAULT) Errors while running CTest Output from these tests are in: /Users/finleyquinton/.virtualenvs/crpropa/CRPropa3/build/Testing/Temporary/LastTest.lo g Use "--rerun-failed --output-on-failure" to re-run the failed cases verbosely. make: *** [test] Error 8

Can’t switch FAST_WAVES off: With SIMD_EXTENSIONS "none" tricubic interpolation of vector grids is not possible. You should set SIMD_EXTENSION to a compatible value ("avx", "avx+fma", or -- depending on the build CPU -- "native"). Trilinear interpolation is still p ossible.

The CacheFile:

This is the CMakeCache file.

For build in directory: /Users/finleyquinton/.virtualenvs/crpropa/CRPropa3/build

It was generated by CMake: /opt/local/bin/cmake

You can edit this file to change values found and used by cmake.

If you do not want to change any of the values, simply exit the editor.

If you do want to change a value, simply edit, save, and exit the editor.

The syntax for the file is as follows:

KEY:TYPE=VALUE

KEY is the name of a variable in the cache.

TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!.

VALUE is the current value for the KEY.

########################

EXTERNAL cache entries

########################

//Enable building documentation from the source code BUILD_DOC:BOOL=OFF

//Path to a program. CMAKE_ADDR2LINE:FILEPATH=CMAKE_ADDR2LINE-NOTFOUND

//Path to a program. CMAKE_AR:FILEPATH=/opt/local/bin/ar

//Choose the type of build, options are: None Debug Release RelWithDebInfo // MinSizeRel ... CMAKE_BUILD_TYPE:STRING=

//Enable/Disable color output during build. CMAKE_COLOR_MAKEFILE:BOOL=ON

//CXX compiler CMAKE_CXX_COMPILER:STRING=/usr/bin/clang++

//Flags used by the CXX compiler during all build types. CMAKE_CXX_FLAGS:STRING=

//Flags used by the CXX compiler during DEBUG builds. CMAKE_CXX_FLAGS_DEBUG:STRING=-g

//Flags used by the CXX compiler during MINSIZEREL builds. CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG

//Flags used by the CXX compiler during RELEASE builds. CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG

//Flags used by the CXX compiler during RELWITHDEBINFO builds. CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG

//C compiler CMAKE_C_COMPILER:STRING=/usr/bin/clang

//Flags used by the C compiler during all build types. CMAKE_C_FLAGS:STRING=

//Flags used by the C compiler during DEBUG builds. CMAKE_C_FLAGS_DEBUG:STRING=-g

//Flags used by the C compiler during MINSIZEREL builds. CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG

//Flags used by the C compiler during RELEASE builds. CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG

//Flags used by the C compiler during RELWITHDEBINFO builds. CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG

//Path to a program. CMAKE_DLLTOOL:FILEPATH=CMAKE_DLLTOOL-NOTFOUND

//Flags used by the linker during all build types. CMAKE_EXE_LINKER_FLAGS:STRING=

//Flags used by the linker during DEBUG builds. CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=

//Flags used by the linker during MINSIZEREL builds. CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=

//Flags used by the linker during RELEASE builds. CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=

//Flags used by the linker during RELWITHDEBINFO builds. CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=

//Enable/Disable output of compile commands during generation. CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=

//Fortran compiler CMAKE_Fortran_COMPILER:FILEPATH=/usr/local/bin/gfortran

//A wrapper around 'ar' adding the appropriate '--plugin' option // for the GCC compiler CMAKE_Fortran_COMPILER_AR:FILEPATH=/usr/local/bin/gcc-ar-12

//A wrapper around 'ranlib' adding the appropriate '--plugin' option // for the GCC compiler CMAKE_Fortran_COMPILER_RANLIB:FILEPATH=/usr/local/bin/gcc-ranlib-12

//Flags used by the Fortran compiler during all build types. CMAKE_Fortran_FLAGS:STRING=

//Flags used by the Fortran compiler during DEBUG builds. CMAKE_Fortran_FLAGS_DEBUG:STRING=-g

//Flags used by the Fortran compiler during MINSIZEREL builds. CMAKE_Fortran_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG -Os

//Flags used by the Fortran compiler during RELEASE builds. CMAKE_Fortran_FLAGS_RELEASE:STRING=-O3 -DNDEBUG -O3

//Flags used by the Fortran compiler during RELWITHDEBINFO builds. CMAKE_Fortran_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG

//Path to a program. CMAKE_INSTALL_NAME_TOOL:FILEPATH=/usr/bin/install_name_tool

//Install path prefix, prepended onto install directories. CMAKE_INSTALL_PREFIX:PATH=/usr/local

//Path to a program. CMAKE_LINKER:FILEPATH=/opt/local/bin/ld

//Path to a program. CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/make

//Flags used by the linker during the creation of modules during // all build types. CMAKE_MODULE_LINKER_FLAGS:STRING=

//Flags used by the linker during the creation of modules during // DEBUG builds. CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=

//Flags used by the linker during the creation of modules during // MINSIZEREL builds. CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=

//Flags used by the linker during the creation of modules during // RELEASE builds. CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=

//Flags used by the linker during the creation of modules during // RELWITHDEBINFO builds. CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=

//Path to a program. CMAKE_NM:FILEPATH=/opt/local/bin/nm

//Path to a program. CMAKE_OBJCOPY:FILEPATH=CMAKE_OBJCOPY-NOTFOUND

//Path to a program. CMAKE_OBJDUMP:FILEPATH=/opt/local/bin/objdump

//Build architectures for OSX CMAKE_OSX_ARCHITECTURES:STRING=

//Minimum OS X version to target for deployment (at runtime); newer // APIs weak linked. Set to empty string for default value. CMAKE_OSX_DEPLOYMENT_TARGET:STRING=

//The product will be built against the headers and libraries located // inside the indicated SDK. CMAKE_OSX_SYSROOT:PATH=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk

//Value Computed by CMake CMAKE_PROJECT_DESCRIPTION:STATIC=

//Value Computed by CMake CMAKE_PROJECT_HOMEPAGE_URL:STATIC=

//Value Computed by CMake CMAKE_PROJECT_NAME:STATIC=CRPropa

//Path to a program. CMAKE_RANLIB:FILEPATH=/opt/local/bin/ranlib

//Path to a program. CMAKE_READELF:FILEPATH=CMAKE_READELF-NOTFOUND

//Flags used by the linker during the creation of shared libraries // during all build types. CMAKE_SHARED_LINKER_FLAGS:STRING=

//Flags used by the linker during the creation of shared libraries // during DEBUG builds. CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=

//Flags used by the linker during the creation of shared libraries // during MINSIZEREL builds. CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=

//Flags used by the linker during the creation of shared libraries // during RELEASE builds. CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=

//Flags used by the linker during the creation of shared libraries // during RELWITHDEBINFO builds. CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=

//If set, runtime paths are not added when installing shared libraries, // but are added when building. CMAKE_SKIP_INSTALL_RPATH:BOOL=NO

//If set, runtime paths are not added when using shared libraries. CMAKE_SKIP_RPATH:BOOL=NO

//Flags used by the linker during the creation of static libraries // during all build types. CMAKE_STATIC_LINKER_FLAGS:STRING=

//Flags used by the linker during the creation of static libraries // during DEBUG builds. CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING=

//Flags used by the linker during the creation of static libraries // during MINSIZEREL builds. CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING=

//Flags used by the linker during the creation of static libraries // during RELEASE builds. CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING=

//Flags used by the linker during the creation of static libraries // during RELWITHDEBINFO builds. CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING=

//Path to a program. CMAKE_STRIP:FILEPATH=/opt/local/bin/strip

//If this value is on, makefiles will be generated without the // .SILENT directive, and all commands will be echoed to the console // during the make. This is useful for debugging only. With Visual // Studio IDE projects all commands are done without /nologo. CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE

//Value Computed by CMake CRPropa_BINARY_DIR:STATIC=/Users/finleyquinton/.virtualenvs/crpropa/CRPropa3/build

//Value Computed by CMake CRPropa_IS_TOP_LEVEL:STATIC=ON

//Value Computed by CMake CRPropa_SOURCE_DIR:STATIC=/Users/finleyquinton/.virtualenvs/crpropa/CRPropa3

//Download CRPropa data files DOWNLOAD_DATA:BOOL=ON

//Use EIGEN from this path instead of the version shipped with // CRPropa EIGEN_PATH:STRING=

//Add code for coverage analysis. ENABLE_COVERAGE:BOOL=OFF

//Galactic Magnetic Lens ENABLE_GALACTICMAGETICLENS:BOOL=ON

//Embedding information about CRPropa version from git ENABLE_GIT:BOOL=ON

//HDF5 Support ENABLE_HDF5:BOOL=ON

//OpenMP for multithreading ENABLE_OPENMP:BOOL=ON

//Create python library via SWIG ENABLE_PYTHON:BOOL=ON

//Quimby Support ENABLE_QUIMBY:BOOL=ON

//Use SWIG builtin option ENABLE_SWIG_BUILTIN:BOOL=ON

//Build tests and enable test target ENABLE_TESTING:BOOL=ON

//Enable SIMD optimizations for PlaneWaveTurbulence. Requires that // SIMD_EXTENSIONS is set to a compatible value ("avx", "avx+fma", // or -- depending on the build CPU -- "native"). The build will // fail if this option is set but SIMD_EXTENSIONS is not compatible, // so you can adjust your settings. FAST_WAVES:BOOL=OFF

//Path to a file. FFTW3F_INCLUDE_DIR:PATH=FFTW3F_INCLUDE_DIR-NOTFOUND

//Path to a library. FFTW3F_LIBRARY:FILEPATH=FFTW3F_LIBRARY-NOTFOUND

//Git command line client GIT_EXECUTABLE:FILEPATH=/usr/bin/git

//Path to a file. GOOGLE_PERFTOOLS_INCLUDE_DIR:PATH=GOOGLE_PERFTOOLS_INCLUDE_DIR-NOTFOUND

//HDF5 C Wrapper compiler. Used only to detect HDF5 compile flags. HDF5_C_COMPILER_EXECUTABLE:FILEPATH=/usr/local/bin/h5cc

//Path to a library. HDF5_C_LIBRARY_dl:FILEPATH=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/lib/libdl.tbd

//Path to a library. HDF5_C_LIBRARY_hdf5:FILEPATH=/usr/local/Cellar/hdf5/1.12.2_1/lib/libhdf5.dylib

//Path to a library. HDF5_C_LIBRARY_m:FILEPATH=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/lib/libm.tbd

//Path to a library. HDF5_C_LIBRARY_sz:FILEPATH=/usr/local/opt/libaec/lib/libsz.dylib

//Path to a library. HDF5_C_LIBRARY_z:FILEPATH=/opt/local/lib/libz.dylib

//HDF5 file differencing tool. HDF5_DIFF_EXECUTABLE:FILEPATH=/usr/local/bin/h5diff

//The directory containing a CMake configuration file for HDF5. HDF5_DIR:PATH=HDF5_DIR-NOTFOUND

//Install provided EIGEN headers INSTALL_EIGEN:BOOL=OFF

//Path to a file. MUPARSER_INCLUDE_DIR:PATH=/Users/finleyquinton/opt/anaconda3/include

//Path to a library. MUPARSER_LIBRARY:FILEPATH=/Users/finleyquinton/opt/anaconda3/lib/libmuparser.dylib

//FORMAT type,chunksize OMP_SCHEDULE:STRING=static,100

//CXX compiler flags for OpenMP parallelization OpenMP_CXX_FLAGS:STRING=NOTFOUND

//CXX compiler libraries for OpenMP parallelization OpenMP_CXX_LIB_NAMES:STRING=NOTFOUND

//C compiler flags for OpenMP parallelization OpenMP_C_FLAGS:STRING=NOTFOUND

//C compiler libraries for OpenMP parallelization OpenMP_C_LIB_NAMES:STRING=NOTFOUND

//Fortran compiler flags for OpenMP parallelization OpenMP_Fortran_FLAGS:STRING=-fopenmp

//Fortran compiler libraries for OpenMP parallelization OpenMP_Fortran_LIB_NAMES:STRING=gomp

//Path to the gomp library for OpenMP OpenMP_gomp_LIBRARY:FILEPATH=/usr/local/Cellar/gcc/12.2.0/lib/gcc/current/libgomp.dylib

//Arguments to supply to pkg-config PKG_CONFIG_ARGN:STRING=

//pkg-config executable PKG_CONFIG_EXECUTABLE:FILEPATH=/opt/local/bin/pkg-config

//Path to a library. PROFILER_LIBRARY:FILEPATH=PROFILER_LIBRARY-NOTFOUND

//Path to a program. PYTHON_EXECUTABLE:FILEPATH=/Users/finleyquinton/.virtualenvs/crpropa/bin/python

//Path to a file. PYTHON_H_FOUND:FILEPATH=/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Headers/Python.h

//Path to a file. PYTHON_INCLUDE_DIR:PATH=/Users/finleyquinton/opt/anaconda3/include/python3.9

//Path to a library. PYTHON_LIBRARY:FILEPATH=/Users/finleyquinton/opt/anaconda3/lib/libpython3.9.dylib

//Path to a library. PYTHON_LIBRARY_DEBUG:FILEPATH=PYTHON_LIBRARY_DEBUG-NOTFOUND

//Path to a file. QUIMBY_INCLUDE_DIR:PATH=QUIMBY_INCLUDE_DIR-NOTFOUND

//Path to a library. QUIMBY_LIBRARY:FILEPATH=QUIMBY_LIBRARY-NOTFOUND

//Path to a file. SAGA_INCLUDE_DIR:PATH=SAGA_INCLUDE_DIR-NOTFOUND

//Path to a library. SAGA_LIBRARY:FILEPATH=SAGA_LIBRARY-NOTFOUND

//Choose which of the SIMD instruction set extensions your target // CPU supports. Possible values are "native" (use everything that's // supported by the CPU you're building on), "none", "avx", and // "avx+fma". SIMD_EXTENSIONS:STRING=none

//Path to sphinx-build executable SPHINX_EXECUTABLE:FILEPATH=/Users/finleyquinton/opt/anaconda3/bin/sphinx-build

//Path to a library. STACKTRACE_LIBRARY:FILEPATH=STACKTRACE_LIBRARY-NOTFOUND

//Path to a file. SWIG_DIR:PATH=/Users/finleyquinton/.virtualenvs/crpropa/lib/python3.9/site-packages/swig/data/share/swig/4.0.2

//Path to a program. SWIG_EXECUTABLE:FILEPATH=/Users/finleyquinton/.virtualenvs/crpropa/bin/swig

//Swig version SWIG_VERSION:STRING=4.0.2

//Path to a library. TCMALLOC_LIBRARY:FILEPATH=TCMALLOC_LIBRARY-NOTFOUND

//Add absolute rpath to all libraries and executables USE_ABSOLUTE_RPATH:BOOL=ON

//Path to a file. ZLIB_INCLUDE_DIR:PATH=/opt/local/include

//Path to a library. ZLIB_LIBRARY_DEBUG:FILEPATH=ZLIB_LIBRARY_DEBUG-NOTFOUND

//Path to a library. ZLIB_LIBRARY_RELEASE:FILEPATH=/opt/local/lib/libz.dylib

//Dependencies for the target crpropa-swig_LIB_DEPENDS:STATIC=general;crpropa;general;/Users/finleyquinton/opt/anaconda3/lib/libpython3.9.dylib;

//Dependencies for the target crpropa_LIB_DEPENDS:STATIC=general;kiss;general;HepPID;general;sophia;general;gfortran;general;dint;general;eleca;general;healpix_base;general;/Users/finleyquinton/opt/anaconda3/lib/libmuparser.dylib;general;/opt/local/lib/libz.dylib;general;/usr/local/Cellar/hdf5/1.12.2_1/lib/libhdf5.dylib;general;/usr/local/opt/libaec/lib/libsz.dylib;general;/opt/local/lib/libz.dylib;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/lib/libdl.tbd;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/lib/libm.tbd;

//Value Computed by CMake gtest_BINARY_DIR:STATIC=/Users/finleyquinton/.virtualenvs/crpropa/CRPropa3/build/libs/gtest

//Value Computed by CMake gtest_IS_TOP_LEVEL:STATIC=OFF

//Value Computed by CMake gtest_SOURCE_DIR:STATIC=/Users/finleyquinton/.virtualenvs/crpropa/CRPropa3/libs/gtest

//Dependencies for the target gtest_main_LIB_DEPENDS:STATIC=general;gtest;

########################

INTERNAL cache entries

########################

//ADVANCED property for variable: CMAKE_ADDR2LINE CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_AR CMAKE_AR-ADVANCED:INTERNAL=1 //This is the directory where this CMakeCache.txt was created CMAKE_CACHEFILE_DIR:INTERNAL=/Users/finleyquinton/.virtualenvs/crpropa/CRPropa3/build //Major version of cmake used to create the current loaded cache CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3 //Minor version of cmake used to create the current loaded cache CMAKE_CACHE_MINOR_VERSION:INTERNAL=23 //Patch version of cmake used to create the current loaded cache CMAKE_CACHE_PATCH_VERSION:INTERNAL=3 //ADVANCED property for variable: CMAKE_COLOR_MAKEFILE CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1 //Path to CMake executable. CMAKE_COMMAND:INTERNAL=/opt/local/bin/cmake //Path to cpack program executable. CMAKE_CPACK_COMMAND:INTERNAL=/opt/local/bin/cpack //Path to ctest program executable. CMAKE_CTEST_COMMAND:INTERNAL=/opt/local/bin/ctest //ADVANCED property for variable: CMAKE_CXX_COMPILER CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_CXX_FLAGS CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_COMPILER CMAKE_C_COMPILER-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_FLAGS CMAKE_C_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_DLLTOOL CMAKE_DLLTOOL-ADVANCED:INTERNAL=1 //Path to cache edit program executable. CMAKE_EDIT_COMMAND:INTERNAL=/opt/local/bin/ccmake //Executable file format CMAKE_EXECUTABLE_FORMAT:INTERNAL=MACHO //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1 //Name of external makefile project generator. CMAKE_EXTRA_GENERATOR:INTERNAL= //ADVANCED property for variable: CMAKE_Fortran_COMPILER CMAKE_Fortran_COMPILER-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_Fortran_COMPILER_AR CMAKE_Fortran_COMPILER_AR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_Fortran_COMPILER_RANLIB CMAKE_Fortran_COMPILER_RANLIB-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_Fortran_FLAGS CMAKE_Fortran_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_Fortran_FLAGS_DEBUG CMAKE_Fortran_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_Fortran_FLAGS_MINSIZEREL CMAKE_Fortran_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_Fortran_FLAGS_RELEASE CMAKE_Fortran_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_Fortran_FLAGS_RELWITHDEBINFO CMAKE_Fortran_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //Name of generator. CMAKE_GENERATOR:INTERNAL=Unix Makefiles //Generator instance identifier. CMAKE_GENERATOR_INSTANCE:INTERNAL= //Name of generator platform. CMAKE_GENERATOR_PLATFORM:INTERNAL= //Name of generator toolset. CMAKE_GENERATOR_TOOLSET:INTERNAL= //Test CMAKE_HAVE_LIBC_PTHREAD CMAKE_HAVE_LIBC_PTHREAD:INTERNAL=1 //Have include pthread.h CMAKE_HAVE_PTHREAD_H:INTERNAL=1 //Source directory with the top level CMakeLists.txt file for this // project CMAKE_HOME_DIRECTORY:INTERNAL=/Users/finleyquinton/.virtualenvs/crpropa/CRPropa3 //ADVANCED property for variable: CMAKE_INSTALL_NAME_TOOL CMAKE_INSTALL_NAME_TOOL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_LINKER CMAKE_LINKER-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_MAKE_PROGRAM CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_NM CMAKE_NM-ADVANCED:INTERNAL=1 //number of local generators CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=8 //ADVANCED property for variable: CMAKE_OBJCOPY CMAKE_OBJCOPY-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_OBJDUMP CMAKE_OBJDUMP-ADVANCED:INTERNAL=1 //Platform information initialized CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1 //ADVANCED property for variable: CMAKE_RANLIB CMAKE_RANLIB-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_READELF CMAKE_READELF-ADVANCED:INTERNAL=1 //Path to CMake installation. CMAKE_ROOT:INTERNAL=/opt/local/share/cmake-3.23 //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_SKIP_RPATH CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_STRIP CMAKE_STRIP-ADVANCED:INTERNAL=1 //uname command CMAKE_UNAME:INTERNAL=/usr/bin/uname //ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: FFTW3F_INCLUDE_DIR FFTW3F_INCLUDE_DIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: FFTW3F_LIBRARY FFTW3F_LIBRARY-ADVANCED:INTERNAL=1 //Details about finding HDF5 FIND_PACKAGE_MESSAGE_DETAILS_HDF5:INTERNAL=[/usr/local/Cellar/hdf5/1.12.2_1/lib/libhdf5.dylib;/usr/local/opt/libaec/lib/libsz.dylib;/opt/local/lib/libz.dylib;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/lib/libdl.tbd;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/lib/libm.tbd][cfound components: C ][v1.12.2()] //Details about finding OpenMP_Fortran FIND_PACKAGE_MESSAGE_DETAILS_OpenMP_Fortran:INTERNAL=[-fopenmp][/usr/local/Cellar/gcc/12.2.0/lib/gcc/current/libgomp.dylib][v4.5()] //Details about finding PkgConfig FIND_PACKAGE_MESSAGE_DETAILS_PkgConfig:INTERNAL=[/opt/local/bin/pkg-config][v0.29.2()] //Details about finding PythonInterp FIND_PACKAGE_MESSAGE_DETAILS_PythonInterp:INTERNAL=[/Users/finleyquinton/.virtualenvs/crpropa/bin/python][v3.9.7()] //Details about finding PythonLibs FIND_PACKAGE_MESSAGE_DETAILS_PythonLibs:INTERNAL=[/Users/finleyquinton/opt/anaconda3/lib/libpython3.9.dylib][/Users/finleyquinton/opt/anaconda3/include/python3.9][v3.9.7()] //Details about finding SWIG FIND_PACKAGE_MESSAGE_DETAILS_SWIG:INTERNAL=[/Users/finleyquinton/.virtualenvs/crpropa/bin/swig][/Users/finleyquinton/.virtualenvs/crpropa/lib/python3.9/site-packages/swig/data/share/swig/4.0.2][c ][v4.0.2(3.0)] //Details about finding Threads FIND_PACKAGE_MESSAGE_DETAILS_Threads:INTERNAL=[TRUE][v()] //Details about finding ZLIB FIND_PACKAGE_MESSAGE_DETAILS_ZLIB:INTERNAL=[/opt/local/lib/libz.dylib][/opt/local/include][v1.2.12()] //ADVANCED property for variable: GIT_EXECUTABLE GIT_EXECUTABLE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: GOOGLE_PERFTOOLS_INCLUDE_DIR GOOGLE_PERFTOOLS_INCLUDE_DIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: HDF5_C_COMPILER_EXECUTABLE HDF5_C_COMPILER_EXECUTABLE-ADVANCED:INTERNAL=1 //Result of TRY_COMPILE HDF5_C_COMPILER_NO_INTERROGATE:INTERNAL=FALSE //ADVANCED property for variable: HDF5_DIFF_EXECUTABLE HDF5_DIFF_EXECUTABLE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: HDF5_DIR HDF5_DIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: MUPARSER_INCLUDE_DIR MUPARSER_INCLUDE_DIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: MUPARSER_LIBRARY MUPARSER_LIBRARY-ADVANCED:INTERNAL=1 //Result of TRY_COMPILE OpenMP_COMPILE_RESULT_CXX_Xclang fopenmp:INTERNAL=FALSE //Result of TRY_COMPILE OpenMP_COMPILE_RESULT_CXX_fopenmp:INTERNAL=FALSE //Result of TRY_COMPILE OpenMP_COMPILE_RESULT_CXX_fopenmplibiomp5:INTERNAL=FALSE //Result of TRY_COMPILE OpenMP_COMPILE_RESULT_CXX_fopenmplibomp:INTERNAL=FALSE //Result of TRY_COMPILE OpenMP_COMPILE_RESULT_C_Xclang fopenmp:INTERNAL=FALSE //Result of TRY_COMPILE OpenMP_COMPILE_RESULT_C_fopenmp:INTERNAL=FALSE //Result of TRY_COMPILE OpenMP_COMPILE_RESULT_C_fopenmplibiomp5:INTERNAL=FALSE //Result of TRY_COMPILE OpenMP_COMPILE_RESULT_C_fopenmplibomp:INTERNAL=FALSE //Result of TRY_COMPILE OpenMP_COMPILE_RESULT_FortranHeader_fopenmp:INTERNAL=TRUE //Result of TRY_COMPILE OpenMP_COMPILE_RESULT_FortranModule_fopenmp:INTERNAL=TRUE //ADVANCED property for variable: OpenMP_CXX_FLAGS OpenMP_CXX_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: OpenMP_CXX_LIB_NAMES OpenMP_CXX_LIB_NAMES-ADVANCED:INTERNAL=1 //ADVANCED property for variable: OpenMP_C_FLAGS OpenMP_C_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: OpenMP_C_LIB_NAMES OpenMP_C_LIB_NAMES-ADVANCED:INTERNAL=1 //ADVANCED property for variable: OpenMP_Fortran_FLAGS OpenMP_Fortran_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: OpenMP_Fortran_LIB_NAMES OpenMP_Fortran_LIB_NAMES-ADVANCED:INTERNAL=1 //Fortran compiler's OpenMP specification date OpenMP_Fortran_SPEC_DATE:INTERNAL=201511 //Result of TRY_COMPILE OpenMP_SPECTESTFortran:INTERNAL=TRUE //ADVANCED property for variable: OpenMP_gomp_LIBRARY OpenMP_gomp_LIBRARY-ADVANCED:INTERNAL=1 PC_MUPARSER_CFLAGS:INTERNAL= PC_MUPARSER_CFLAGS_I:INTERNAL= PC_MUPARSER_CFLAGS_OTHER:INTERNAL= PC_MUPARSER_FOUND:INTERNAL= PC_MUPARSER_INCLUDEDIR:INTERNAL= PC_MUPARSER_LIBDIR:INTERNAL= PC_MUPARSER_LIBS:INTERNAL= PC_MUPARSER_LIBS_L:INTERNAL= PC_MUPARSER_LIBS_OTHER:INTERNAL= PC_MUPARSER_LIBS_PATHS:INTERNAL= PC_MUPARSER_MODULE_NAME:INTERNAL= PC_MUPARSER_PREFIX:INTERNAL= PC_MUPARSER_STATIC_CFLAGS:INTERNAL= PC_MUPARSER_STATIC_CFLAGS_I:INTERNAL= PC_MUPARSER_STATIC_CFLAGS_OTHER:INTERNAL= PC_MUPARSER_STATIC_LIBDIR:INTERNAL= PC_MUPARSER_STATIC_LIBS:INTERNAL= PC_MUPARSER_STATIC_LIBS_L:INTERNAL= PC_MUPARSER_STATIC_LIBS_OTHER:INTERNAL= PC_MUPARSER_STATIC_LIBS_PATHS:INTERNAL= PC_MUPARSER_VERSION:INTERNAL= PC_MUPARSER_muparser_INCLUDEDIR:INTERNAL= PC_MUPARSER_muparser_LIBDIR:INTERNAL= PC_MUPARSER_muparser_PREFIX:INTERNAL= PC_MUPARSER_muparser_VERSION:INTERNAL= //ADVANCED property for variable: PKG_CONFIG_ARGN PKG_CONFIG_ARGN-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PKG_CONFIG_EXECUTABLE PKG_CONFIG_EXECUTABLE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PROFILER_LIBRARY PROFILER_LIBRARY-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PYTHON_EXECUTABLE PYTHON_EXECUTABLE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PYTHON_INCLUDE_DIR PYTHON_INCLUDE_DIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PYTHON_LIBRARY PYTHON_LIBRARY-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PYTHON_LIBRARY_DEBUG PYTHON_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: QUIMBY_INCLUDE_DIR QUIMBY_INCLUDE_DIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: QUIMBY_LIBRARY QUIMBY_LIBRARY-ADVANCED:INTERNAL=1 //ADVANCED property for variable: SAGA_INCLUDE_DIR SAGA_INCLUDE_DIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: SAGA_LIBRARY SAGA_LIBRARY-ADVANCED:INTERNAL=1 //ADVANCED property for variable: STACKTRACE_LIBRARY STACKTRACE_LIBRARY-ADVANCED:INTERNAL=1 //ADVANCED property for variable: SWIG_DIR SWIG_DIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: SWIG_EXECUTABLE SWIG_EXECUTABLE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: SWIG_VERSION SWIG_VERSION-ADVANCED:INTERNAL=1 //ADVANCED property for variable: TCMALLOC_LIBRARY TCMALLOC_LIBRARY-ADVANCED:INTERNAL=1 //ADVANCED property for variable: ZLIB_INCLUDE_DIR ZLIB_INCLUDE_DIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: ZLIB_LIBRARY_DEBUG ZLIB_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: ZLIB_LIBRARY_RELEASE ZLIB_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 __pkg_config_checked_PC_MUPARSER:INTERNAL=1

I am happy to upload more documentation of any kind, if needed. Thank you in advance.