From ab4c6f5c071770aaba97ed5719725e14a5660c26 Mon Sep 17 00:00:00 2001 From: John Kerl Date: Wed, 20 Nov 2024 08:26:35 -0500 Subject: [PATCH] Build r-tiledbsoma with C++ 20 --- recipe/build-r-tiledbsoma.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipe/build-r-tiledbsoma.sh b/recipe/build-r-tiledbsoma.sh index ffb435e8..0c3d6037 100644 --- a/recipe/build-r-tiledbsoma.sh +++ b/recipe/build-r-tiledbsoma.sh @@ -15,10 +15,10 @@ if [[ $target_platform == osx-64 ]]; then mkdir -p ~/.R echo CC=$RECIPE_DIR/cc_wrap.sh > ~/.R/Makevars echo CXX=$RECIPE_DIR/cxx_wrap.sh >> ~/.R/Makevars - echo CXX17=$RECIPE_DIR/cxx_wrap.sh >> ~/.R/Makevars + echo CXX20=$RECIPE_DIR/cxx_wrap.sh >> ~/.R/Makevars fi -export CXX17FLAGS="-Wno-deprecated-declarations -Wno-deprecated" +export CXX20FLAGS="-Wno-deprecated-declarations -Wno-deprecated" # https://conda-forge.org/docs/maintainer/knowledge_base/#newer-c-features-with-old-sdk if [[ $target_platform == osx-* ]]; then