NoMethodError (undefined method version_suffix) when installing MadGraph5_aMC@NLO #300
-
When I tried installing MadGraph5_aMC@NLO, I got the following error, raised at madgraph5_amcatnlo.rb:33, and I am wondering if this is due to my environment/configuration (Ubuntu 22.04 on WSL2) or if this happens to others such as people installing it from source on macOS (namely, a bug). I am not familiar with the internal workings of Homebrew, but the gcc formula seems to have the
Backtrace
Config
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Thanks for the report, @tueda! Related: Homebrew/homebrew-core#119162 and Homebrew/homebrew-core#59485 The solution is to replace |
Beta Was this translation helpful? Give feedback.
Thanks for the report, @tueda!
Related: Homebrew/homebrew-core#119162 and Homebrew/homebrew-core#59485
The solution is to replace
.version_suffix
with.any_installed_version.major
. Will be fixed by #302.