Skip to content

Commit

Permalink
temp fix for broken homebrew [email protected] on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
JanMarvin committed Apr 27, 2024
1 parent 0acf1fb commit 9b14bc6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@ elif [ `uname` = "Darwin" ]; then
fi
fi

# Fix broken homebrew [email protected]
if echo "$PKG_LIBS" | grep -q '/opt/homebrew/Cellar/openssl@3/3.3.0 -lssl -lcrypto'; then
PKG_LIBS=$(echo "$PKG_LIBS" | sed 's|/opt/homebrew/Cellar/openssl@3/3.3.0|/opt/homebrew/Cellar/openssl@3/3.3.0/lib|g')
fi

# Find compiler
CC=`${R_HOME}/bin/R CMD config CC`
CFLAGS=`${R_HOME}/bin/R CMD config CFLAGS`
Expand Down

0 comments on commit 9b14bc6

Please sign in to comment.