From 6bd26814d23aa364cad3004df255137271dbf66d Mon Sep 17 00:00:00 2001 From: Daniel Dunning <39738037+djdunning@users.noreply.github.com> Date: Thu, 1 Aug 2024 14:51:02 -0600 Subject: [PATCH] continuing heffte cuda --- .conda/heffte/cuda/build.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.conda/heffte/cuda/build.sh b/.conda/heffte/cuda/build.sh index 7be8822bb..bb863e986 100755 --- a/.conda/heffte/cuda/build.sh +++ b/.conda/heffte/cuda/build.sh @@ -13,9 +13,9 @@ source "$RECIPE_DIR/../../cross-compile-setup.sh" export OMPI_CXX=$(which nvcc) # Only do this for cross compiling -if [ "$PLATFORM" != "linux-64" ] ; then - export NVCC_PREPEND_FLAGS="-ccbin $CXX"; -fi +#if [ "$PLATFORM" != "linux-64" ] ; then +# export NVCC_PREPEND_FLAGS="-ccbin $CXX"; +#fi # These things need to be set for certain cmake versions. # The cmake CUDA compiler tests need to see the host env libs export LD_LIBRARY_PATH="$LD_LIBRARY_PATH $PREFIX/lib"