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

[email protected]_py312: add open-mpi as a dep for gnu+linux #659

Closed
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
1 change: 1 addition & 0 deletions Formula/[email protected]_py312.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
class FreecadAT100Py312 < Formula

Check warning on line 1 in Formula/[email protected]_py312.rb

View workflow job for this annotation

GitHub Actions / test-bot (macos-15)

No bottle built for [email protected]_py312!

[email protected]_py312 has unbottled dependencies, so a bottle will not be built.

Check warning on line 1 in Formula/[email protected]_py312.rb

View workflow job for this annotation

GitHub Actions / test-bot (macos-14)

`brew linkage --cached --test --strict freecad/freecad/[email protected]_py312` failed on macOS Sonoma (14) on Apple Silicon!

/opt/homebrew/Cellar/[email protected]_py312/1.0.0/lib/libgtest_main.1.15.2.dylib

Check warning on line 1 in Formula/[email protected]_py312.rb

View workflow job for this annotation

GitHub Actions / test-bot (macos-13)

`brew linkage --cached --test --strict freecad/freecad/[email protected]_py312` failed on macOS Ventura (13)!

/usr/local/Cellar/[email protected]_py312/1.0.0/lib/libgtest_main.1.15.2.dylib

Check warning on line 1 in Formula/[email protected]_py312.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-22.04)

`brew linkage --cached --test --strict freecad/freecad/[email protected]_py312` failed on Linux!

open-mpi
desc "Parametric 3D modeler"
homepage "https://www.freecadweb.org"
license "GPL-2.0-only"
Expand Down Expand Up @@ -113,6 +113,7 @@
depends_on "nlohmann-json"
depends_on "openblas" if OS.linux?
depends_on "opencascade"
depends_on "openmpi" if OS.linux?
depends_on "orocos-kdl"
depends_on "[email protected]"
depends_on "qt@5"
Expand Down
Loading