Christophe Prud'homme
Christophe Prud'homme
to do still - [ ] #1914
@vincentchabannes feel++ compiles on fedora:37 (I haven't tested yet on fedora:36), several compilation fixes have been made due to clang 14. Also the documentation of the toolbox applications have been...
@vincentchabannes the PR builds fine. The remaining builds are due to changes to build fedora via github actions. The important build is this one: https://buildkite.com/feelpp/feelpp/builds/4655. Please review
the current build is here : https://buildkite.com/feelpp/feelpp/builds/4668
Another aspect is that we should depend strongly on hdf5 parallel other feelpp won't compile
merged with develop I will review this weekend
@metivett this fails https://buildkite.com/feelpp/feelpp/builds/4323#283f4c92-8da0-4c22-9f1f-24a64793afbc/6-11239 I will check the dependencies asap there is no one-to-one correspondence between boost::filesystem and std::filesystem so it may not be just switching boost:: to std::
@metivett it is probably a problem with the GCC version. We use clang but clang uses libstdc++ and I think that std::filesystem is available only in GCC9. I have to...
@metivett I just checked and we use GCC 9. Also `std::filesystem` is properly defined for c++17 in GCC9 see eg ` /usr/include/c++/9/bits/fs_fwd.h` I will have a closer look, perhaps later...
@metivett in the mean time you can start docker ``` docker run --rm -it ghcr.io/feelpp/feelpp-env:ubuntu-20.04 ``` get your branch and compile to see what is going on