Skip to content

Commit

Permalink
bioconductor-flowcore: set flag to handle binary function
Browse files Browse the repository at this point in the history
  • Loading branch information
aliciaaevans committed Dec 30, 2024
1 parent b83847a commit d4be01c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 105 deletions.
6 changes: 5 additions & 1 deletion recipes/bioconductor-flowcore/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,8 @@ CXX=$CXX
CXX98=$CXX
CXX11=$CXX
CXX14=$CXX" > ~/.R/Makevars
$R CMD INSTALL --build .
if [[ "$(uname)" == Darwin ]]; then
CXXFLAGS="${CXXFLAGS} -D_LIBCPP_ENABLE_CXX17_REMOVED_UNARY_BINARY_FUNCTION" $R CMD INSTALL --build .
else
$R CMD INSTALL --build .
fi
104 changes: 0 additions & 104 deletions recipes/bioconductor-flowcore/build_failure.osx-64.yaml

This file was deleted.

0 comments on commit d4be01c

Please sign in to comment.