IAP GITLAB

Build impossible on Centos 7

I can't use the last CORSIKA version (branch master) on my centos 7 setup.

I used these commands to build the program but there are problems while make step (I thought it was the same problem like https://gitlab.ikp.kit.edu/AirShowerPhysics/corsika/-/issues/423 but there is something else) :

rm ~/.conan
conan profile new default --detect
conan profile update settings.compiler.libcxx=libstdc++11 default
cmake ../corsika -DCMAKE_INSTALL_PREFIX=../corsika-install -DCMAKE_BUILD_TYPE=Release -D_GLIBCXX_USE_CXX11_ABI=ON &>log0; 
make -j16 VERBOSE=1 &>log1; 
make install&>log2

I added D_GLIBCXX_USE_CXX11_ABI=ON to be safe.

And now the logs for the cmake (first try and second try without make clean):

log0_first

log0_second

The logs for the make (first and second try) :

log1_first

log1_second

The logs the make install (first and second try) :

log2_first

log2_second

On this configuration I use gcc 8 and cmake 3.19. Conan version 33 by anaconda (python3 version by default).

Edited by Matthieu Carrere
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information