Closed kkraus14 closed 2 years ago
https://github.com/conda-forge/nvcc-feedstock/blob/main/recipe/install_nvcc.sh#L73-L75
Currently we're including them via -I as opposed to -isystem which marks them as a user include and potentially overrides things erroneously.
-I
-isystem
n/a
Solution to issue cannot be found in the documentation.
Issue
https://github.com/conda-forge/nvcc-feedstock/blob/main/recipe/install_nvcc.sh#L73-L75
Currently we're including them via
-I
as opposed to-isystem
which marks them as a user include and potentially overrides things erroneously.Installed packages
Environment info