You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HOMEBREW_VERSION: 4.4.14
ORIGIN: https://github.com/Homebrew/brew
HEAD: f84082963da8af8c9ccd6dffbe932eba457e2b78
Last commit: 4 days ago
Branch: stable
Core tap JSON: 03 Jan 16:57 UTC
Core cask tap JSON: 03 Jan 16:57 UTC
HOMEBREW_PREFIX: /opt/homebrew
HOMEBREW_CASK_OPTS: []
HOMEBREW_MAKE_JOBS: 10
Homebrew Ruby: 3.3.6 => /opt/homebrew/Library/Homebrew/vendor/portable-ruby/3.3.6/bin/ruby
CPU: 10-core 64-bit arm_firestorm_icestorm
Clang: 16.0.0 build 1600
Git: 2.39.5 => /Library/Developer/CommandLineTools/usr/bin/git
Curl: 8.7.1 => /usr/bin/curl
macOS: 15.1.1-arm64
CLT: 16.2.0.0.1.1733547573
Xcode: N/A
Rosetta 2: false
What were you trying to do (and why)?
I want to set HOMEBREW_SDKROOT=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk with HOMEBREW_CC=gcc-14 HOMEBREW_CXX=g++-14 HOMEBREW_SDKROOT=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk brew --env
HOMEBREW_SDKROOT is not a documented variable that users can set. What are you trying to do here?
Ok, I found out that I can set HOMEBREW_CC and HOMEBREW_CXX without problems and thought that was normal behaviour. As for SDKROOT I wanted to change it to 14 version for building boost.
brew doctor
outputVerification
brew doctor
output" above saysYour system is ready to brew.
and am still able to reproduce my issue.brew update
twice and am still able to reproduce my issue.brew install wget
. If they do, open an issue at https://github.com/Homebrew/homebrew-core/issues/new/choose instead.brew config
outputWhat were you trying to do (and why)?
I want to set
HOMEBREW_SDKROOT=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk
withHOMEBREW_CC=gcc-14 HOMEBREW_CXX=g++-14 HOMEBREW_SDKROOT=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk brew --env
This needed for me to make 'brew install boost' with gcc-14 which is not compatible with MacOSX15.sdk (https://gist.github.com/scivision/d69faebbc56da9714798087b56de925a)
What happened (include all command output)?
What did you expect to happen?
SDKROOT is MacOSX14.sdk instead of MacOSX15.sdk
Step-by-step reproduction instructions (by running
brew
commands)The text was updated successfully, but these errors were encountered: