Skip to content

Commit

Permalink
[email protected]_py312: add libomp as a runtime dep for linux and add to…
Browse files Browse the repository at this point in the history
… cmake_prefix_path
  • Loading branch information
ipatch committed Dec 23, 2024
1 parent 671c075 commit 2a0e3b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Formula/[email protected]_py312.rb
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ class FreecadAT100Py312 < Formula
depends_on "glew"
depends_on "hdf5"
depends_on "icu4c"
depends_on "libomp" if OS.linux?
depends_on "llvm" if OS.linux?
depends_on macos: :high_sierra
depends_on "mesa-glu" if OS.linux?
Expand Down Expand Up @@ -191,6 +192,7 @@ def install
cmake_prefix_paths << Formula["hdf5"].prefix
cmake_prefix_paths << Formula["icu4c"].prefix
cmake_prefix_paths << Formula["libjpeg-turbo"].prefix
cmake_prefix_paths << Formula["libomp"].prefix
cmake_prefix_paths << Formula["libpng"].prefix
cmake_prefix_paths << Formula["libtiff"].prefix
cmake_prefix_paths << Formula["lz4"].prefix
Expand Down

0 comments on commit 2a0e3b5

Please sign in to comment.