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.4 #395

Closed
wants to merge 1 commit 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
4 changes: 2 additions & 2 deletions Formula/madgraph5_amcatnlo.rb
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
class Madgraph5Amcatnlo < Formula

Check failure on line 1 in Formula/madgraph5_amcatnlo.rb

View workflow job for this annotation

GitHub Actions / test-bot (macos-14)

Stable: The source URL https://launchpad.net/mg5amcnlo/3.0/3.5.x/+download/MG5_aMC_v3.5.4.tar.gz is not reachable (HTTP status code 404)
include Language::Python::Shebang

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.4.tar.gz"
sha256 "d2732a2b37dc01055287a6f71e46dd06aee40626a0122bfd86f6eb344ab565ee"
license "NCSA"

livecheck do
Expand All @@ -27,7 +27,7 @@
"python3.10"
end

def install

Check failure on line 30 in Formula/madgraph5_amcatnlo.rb

View workflow job for this annotation

GitHub Actions / test-bot (macos-14)

`brew install --verbose --formula --build-bottle davidchall/hep/madgraph5_amcatnlo` failed on macOS Sonoma (14) on Apple Silicon!

==> Fetching davidchall/hep/madgraph5_amcatnlo ==> Downloading https://launchpad.net/mg5amcnlo/3.0/3.5.x/+download/MG5_aMC_v3.5.4.tar.gz /usr/bin/env /opt/homebrew/Library/Homebrew/shims/shared/curl --disable --cookie /dev/null --globoff --show-error --user-agent Homebrew/4.3.9-353-g3914d29\ \(Macintosh\;\ arm64\ Mac\ OS\ X\ 14.5\)\ curl/8.6.0 --header Accept-Language:\ en --fail --silent --retry 3 --remote-time --output /Users/runner/Library/Caches/Homebrew/downloads/f2b4e6e268f58f8b0bb0f619af211c0c32f9359de9afb762afd9360c8033e0a7--MG5_aMC_v3.5.4.tar.gz.incomplete --location https://launchpad.net/mg5amcnlo/3.0/3.5.x/+download/MG5_aMC_v3.5.4.tar.gz curl: (22) The requested URL returned error: 404 Error: madgraph5_amcatnlo: Failed to download resource "madgraph5_amcatnlo" Download failed: https://launchpad.net/mg5amcnlo/3.0/3.5.x/+download/MG5_aMC_v3.5.4.tar.gz ::error::madgraph5_amcatnlo: Failed to download resource "madgraph5_amcatnlo"%0ADownload failed: https://launchpad.net/mg5amcnlo/3.0/3.5.x/+download/MG5_aMC_v3.5.4.tar.gz%0A
# hardcoded paths cause problems on GCC minor version bumps
gcc = Formula["gcc"]
gfortran_lib = gcc.opt_lib/"gcc"/gcc.any_installed_version.major
Expand Down
Loading