conda-forge / nvcc-feedstock

A conda-smithy repository for nvcc.
BSD 3-Clause "New" or "Revised" License
12 stars 23 forks source link

Set includes should be set as system includes instead of user includes #79

Closed kkraus14 closed 2 years ago

kkraus14 commented 2 years ago

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

n/a

Environment info

n/a