You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Solution to issue cannot be found in the documentation.
I checked the documentation.
Issue
recipe/linux/nvcc.sh tries to avoid adding a second -ccbin argument to nvcc, but it does not check for the use of --compiler-bindir. The latter synonym was introduced in recent years.
This is currently causing issues with the gromacs-feedstock at conda-forge/gromacs-feedstock#17, whose CMake tries to check nvcc for compatible flags and experiences warnings about the use of multiple such flags.
Installed packages
not applicable
Environment info
not applicable
The text was updated successfully, but these errors were encountered:
Solution to issue cannot be found in the documentation.
Issue
recipe/linux/nvcc.sh
tries to avoid adding a second-ccbin
argument to nvcc, but it does not check for the use of--compiler-bindir
. The latter synonym was introduced in recent years.I think nvcc.sh should check for both, per https://docs.nvidia.com/cuda/cuda-compiler-driver-nvcc/index.html#compiler-bindir-directory-ccbin
This is currently causing issues with the gromacs-feedstock at conda-forge/gromacs-feedstock#17, whose CMake tries to check nvcc for compatible flags and experiences warnings about the use of multiple such flags.
Installed packages
Environment info
The text was updated successfully, but these errors were encountered: