Skip to content

Commit

Permalink
Update config to bypass a macos homebrew error
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Wieczorek committed Aug 29, 2023
1 parent aeedf86 commit 8a9bccd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ function build_fftw {
function pre_build {
set -x
if [ -n "$IS_OSX" ]; then
# the line below is a hack to bypass an error
export HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1
brew update
brew reinstall gcc
brew install fftw
Expand Down

0 comments on commit 8a9bccd

Please sign in to comment.