Skip to content

Commit

Permalink
[email protected]_py312: add open-mpi as a dep for gnu+linux
Browse files Browse the repository at this point in the history
Closes #659.

Signed-off-by: Chris <[email protected]>
  • Loading branch information
ipatch committed Dec 25, 2024
1 parent f37477e commit fd87546
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Formula/[email protected]_py312.rb
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ class FreecadAT100Py312 < Formula
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

0 comments on commit fd87546

Please sign in to comment.