Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

madgraph5_amcatnlo 3.5.5 #403

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Formula/madgraph5_amcatnlo.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ class Madgraph5Amcatnlo < Formula

desc "Automated LO and NLO processes matched to parton showers"
homepage "https://launchpad.net/mg5amcnlo"
url "https://launchpad.net/mg5amcnlo/3.0/3.5.x/+download/MG5_aMC_v3.5.3.tar.gz"
sha256 "796ef4e1e524abc572c0c2b4b31622ddd8b258f78c20b04bd6945779d16d0a27"
url "https://launchpad.net/mg5amcnlo/3.0/3.5.x/+download/MG5_aMC_v3.5.5.tar.gz"
sha256 "3b4262024cefb8a06082faa9a7ba43484b27a3f2b940a06fbe49c640c5b7ebd7"
license "NCSA"

livecheck do
Expand All @@ -20,11 +20,11 @@ class Madgraph5Amcatnlo < Formula

depends_on "fastjet"
depends_on "gcc" # for gfortran
depends_on "python@3.10"
depends_on "python@3.12"
depends_on "six"

def python
"python3.10"
"python3.12"
end

def install
Expand Down
Loading