Skip to content

Commit

Permalink
Build r-tiledbsoma with C++ 20
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkerl committed Nov 20, 2024
1 parent 50cadaf commit ab4c6f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipe/build-r-tiledbsoma.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ab4c6f5

Please sign in to comment.