From 556d8c5b34eaa93fa4c646e911ad72ed70d15ec8 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sat, 30 Mar 2024 13:58:59 -0400 Subject: [PATCH] open-mpi: update upstream issue ref relates to Homebrew/homebrew-core#166807 Signed-off-by: Rui Chen --- Formula/o/open-mpi.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/o/open-mpi.rb b/Formula/o/open-mpi.rb index 88f5f64d82dbd..9425d4a3d7d2b 100644 --- a/Formula/o/open-mpi.rb +++ b/Formula/o/open-mpi.rb @@ -41,7 +41,7 @@ def install ENV["MACOSX_DEPLOYMENT_TARGET"] = MacOS.version # Work around asm incompatibility with new linker (FB13194320) - # https://github.com/open-mpi/ompi/issues/11935 + # https://github.com/open-mpi/ompi/issues/12427 ENV.append "LDFLAGS", "-Wl,-ld_classic" if DevelopmentTools.clang_build_version >= 1500 end