Docker version doesnt work anymore
Hello I have a lot of problems to use the docker version since 2 days.
Docker version 20.10.6, build 370c289
docker-ce | 5:20.10.6~3-0~ubuntu-focal
I followed the instructions : https://gitlab.ikp.kit.edu/AirShowerPhysics/corsika
Conan by default is the version 3.12 and doesn't work for Corsika. I needed to upgrade with a newer version >= 3.13 (here 3.16), installed cmake 3.20 and changed the path (by default the 3.10 is not compatible), changed python2 by python3 (by default python is python2), installed by pip3 : numpy, ...
But I have a lot of errors while cmake step :
CmakeError logs in conan :
/conan/.conan/data/fmt/7.1.3///build/3c16e11e139fc44ce87907092473006570fef7c5/build_subfolder/CMakeFiles/CMakeError.log : fmt.log
/conan/.conan/data/spdlog/1.8.5///build/701b5799f07eed061e7fb81916dc0698993f21a5/CMakeFiles/CMakeError.log : spdlog.log
/conan/.conan/data/thrift/0.13.0///build/f7b2fc12fe8416ed8dec8118f7ef41abee5ec2ff/build_subfolder/CMakeFiles/CMakeError.log : thrift.log
A strange thing about pthread library. it's pthread or pthreads ? There are no problem about linking ?
I don't know if there is a link, but I can't use master branch anymore on my ubuntu 20 too without docker : https://gitlab.ikp.kit.edu/AirShowerPhysics/corsika/-/issues/417#note_9784
edit : I removed .conan for each tests. I tried conan profile new default --detect
+ conan profile get settings.compiler.libcxx=libstdc++11 default
but it doesn't work after like for centos. No change.