Open ORCAaAaA-ui opened 6 months ago
Having the same issue here.
I believe this is a duplicate of #723. It is possible to fix the setup step using -Dc_std=none
and various other flags, but the nvfortran
compiler is still not able to build the json library.
Hello,
I'm trying to build xtb with GPU support on my system and have followed the instructions from the documentation (Building with GPU support). However, I've encountered an issue during the setup with Meson. Here are the steps I followed and the resulting error:
It seems that the Meson is unable to recognize 'c11' as a supported C standard for the nvc compiler I am using. Is there a way to bypass this issue, or is there a specific configuration that I need to apply for the nvc compiler to recognize the C standard?
Any guidance on how to resolve this would be greatly appreciated.
Thank you!