nlesc-recruit / cudawrappers

C++ wrapper for the Nvidia C libraries (e.g. CUDA driver, nvrtc, cuFFT etc.)
https://cudawrappers.readthedocs.io/en/latest/
Apache License 2.0
5 stars 5 forks source link

Fix CI #271

Closed csbnw closed 7 months ago

csbnw commented 7 months ago

Description

The CI was failing due to the runtime subpackage not being installed: libcuda.so.1 was not found. Also, after changing the target_embed_source test_nvrtc needed an update for its symbols (it now also takes the tests subdirectory into account).

Finally, even though this check is currently disabled in the CI, the build directory is not properly ignored by cppcheck. This change actually caused the CI to fail! It has been reverted again.

Related issues: