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

open-mpi: Use new Apple linker for mpicc/mpicxx #171426

Merged
merged 6 commits into from
May 17, 2024
Merged
Show file tree
Hide file tree
Changes from 3 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
3 changes: 2 additions & 1 deletion Formula/o/open-mpi.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ class OpenMpi < Formula
url "https://download.open-mpi.org/release/open-mpi/v5.0/openmpi-5.0.3.tar.bz2"
sha256 "990582f206b3ab32e938aa31bbf07c639368e4405dca196fabe7f0f76eeda90b"
license "BSD-3-Clause"
revision 1

livecheck do
url :homepage
Expand Down Expand Up @@ -78,7 +79,7 @@ def install

# Work around asm incompatibility with new linker (FB13194320)
# https://github.com/open-mpi/ompi/issues/11935
args << "--with-wrapper-ldflags=-Wl,-ld_classic" if DevelopmentTools.clang_build_version >= 1500
args << "--with-wrapper-fcflags=-Wl,-ld_classic" if DevelopmentTools.clang_build_version >= 1500

system "./autogen.pl", "--force" if build.head?
system "./configure", *std_configure_args, *args
Expand Down
2 changes: 1 addition & 1 deletion Formula/o/opencoarrays.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class Opencoarrays < Formula
url "https://github.com/sourceryinstitute/OpenCoarrays/releases/download/2.10.2/OpenCoarrays-2.10.2.tar.gz"
sha256 "e13f0dc54b966b0113deed7f407514d131990982ad0fe4dea6b986911d26890c"
license "BSD-3-Clause"
revision 3
revision 4
head "https://github.com/sourceryinstitute/opencoarrays.git", branch: "main"

bottle do
Expand Down
2 changes: 1 addition & 1 deletion Formula/v/vineyard.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
class Vineyard < Formula

Check warning on line 1 in Formula/v/vineyard.rb

View workflow job for this annotation

GitHub Actions / macOS 12-arm64

`brew linkage --cached --test --strict vineyard` failed on macOS Monterey (12) on Apple Silicon!

Indirect dependencies with linkage: abseil c-ares cpprestsdk re2

Check warning on line 1 in Formula/v/vineyard.rb

View workflow job for this annotation

GitHub Actions / macOS 14-arm64

`brew linkage --cached --test --strict vineyard` failed on macOS Sonoma (14) on Apple Silicon!

Indirect dependencies with linkage: abseil c-ares cpprestsdk re2

Check warning on line 1 in Formula/v/vineyard.rb

View workflow job for this annotation

GitHub Actions / macOS 13-arm64

`brew linkage --cached --test --strict vineyard` failed on macOS Ventura (13) on Apple Silicon!

Indirect dependencies with linkage: abseil c-ares cpprestsdk re2

Check warning on line 1 in Formula/v/vineyard.rb

View workflow job for this annotation

GitHub Actions / Linux

`brew linkage --cached --test --strict vineyard` failed on Linux!

Indirect dependencies with linkage: cpprestsdk

Check warning on line 1 in Formula/v/vineyard.rb

View workflow job for this annotation

GitHub Actions / macOS 14-x86_64

`brew linkage --cached --test --strict vineyard` failed on macOS Sonoma (14)!

Indirect dependencies with linkage: abseil c-ares cpprestsdk re2

Check warning on line 1 in Formula/v/vineyard.rb

View workflow job for this annotation

GitHub Actions / macOS 13-x86_64

`brew linkage --cached --test --strict vineyard` failed on macOS Ventura (13)!

Indirect dependencies with linkage: abseil c-ares cpprestsdk re2

Check warning on line 1 in Formula/v/vineyard.rb

View workflow job for this annotation

GitHub Actions / macOS 12-x86_64

`brew linkage --cached --test --strict vineyard` failed on macOS Monterey (12)!

Indirect dependencies with linkage: abseil c-ares cpprestsdk re2
include Language::Python::Virtualenv

desc "In-memory immutable data manager. (Project under CNCF)"
Expand All @@ -6,7 +6,7 @@
url "https://github.com/v6d-io/v6d/releases/download/v0.22.1/v6d-0.22.1.tar.gz"
sha256 "16aea4dc63830925c2d8cd89dc36580ff80dd7610793d56ae5d0d09972cf2fcc"
license "Apache-2.0"
revision 3
revision 4

bottle do
sha256 arm64_sonoma: "56339f3f754ed867a6dece07a2565bdb7b9ddedf388d20eda69a843107250a3a"
Expand Down
Loading