HomerReid / scuff-em

A comprehensive and full-featured computational physics suite for boundary-element analysis of electromagnetic scattering, fluctuation-induced phenomena (Casimir forces and radiative heat transfer), nanophotonics, RF device engineering, electrostatics, and more. Includes a core library with C++ and python APIs as well as many command-line applications.
http://www.homerreid.com/scuff-em
GNU General Public License v2.0
125 stars 50 forks source link

can not configure gcc correctly with MacOS Monterey #238

Open famous111 opened 2 years ago

famous111 commented 2 years ago

Hi,

I am following the installation instruction online. However, I can not set up gcc correctly with Homebrew. Would you point out what is wrong? Thank you.

System information: MacOS. Version 12.2.1 (21D62) Homebrew 3.3.16

Error: When I use homebrew to install gcc with the command: % brew install gcc --without-multilib the output is abnormal: Usage: brew install [options] formula|cask [...]

Install a formula or cask. Additional options specific to a formula may be appended to the command.

Unless HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK is set, brew upgrade or brew reinstall will be run for outdated dependents and dependents with broken linkage, respectively.

Unless HOMEBREW_NO_INSTALL_CLEANUP is set, brew cleanup will then be run for the installed formulae or, every 30 days, for all formulae.

Unless HOMEBREW_NO_INSTALL_UPGRADE is set, brew install formula will upgrade formula if it is already installed but outdated.