Skip to content

CI: use --with-cuda=0 to work-around configure failure - when non-cuda jobs...

Configure tries to auto-detect this installed cuda [eventhough cuda is not used by the build] - and then flag a conflict with the Cxx compiler

linux-xsdk-dbg:

      Using CUDA dialect C++11 as lower bound due to package(s):
      - hpddm
      But CUDA compiler (clang) appears non-compliant with C++11 or didn't accept:
      - -std=gnu++20
      - -std=c++20
      - -std=gnu++17
      - -std=c++17
      - -std=gnu++14
      - -std=c++14
      - -std=gnu++11
      - -std=c++11

Merge request reports