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 to the cmake prefix path, add linux cmake arg use external kdl #660

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
2 changes: 2 additions & 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 @@ -226,6 +226,7 @@
cmake_prefix_paths << Formula["mesa"].prefix
cmake_prefix_paths << Formula["mesa-glu"].prefix
cmake_prefix_paths << Formula["openblas"].prefix
cmake_prefix_paths << Formula["openmpi"].prefix
end

cmake_prefix_path_string = cmake_prefix_paths.join(";")
Expand Down Expand Up @@ -303,6 +304,7 @@
-GNinja
-DCMAKE_MAKE_PROGRAM=#{ninja_bin}
-DX11_X11_INCLUDE_PATH=#{hbp}/opt/libx11/include/X11
-DFREECAD_USE_EXTERNAL_KDL=1
-DCMAKE_C_COMPILER=#{clang_cc}
-DCMAKE_CXX_COMPILER=#{clang_cxx}
-DCMAKE_LINKER=#{clang_ld}
Expand Down
Loading