Skip to content

Commit

Permalink
[email protected]_py312: set llvm as not a build dep
Browse files Browse the repository at this point in the history
  • Loading branch information
ipatch committed Dec 23, 2024
1 parent 931a6ee commit 671c075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/[email protected]_py312.rb
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ class FreecadAT100Py312 < Formula
depends_on "freecad/freecad/[email protected]" => :build
depends_on "gcc" => :build # gfortran req for FEM WB
depends_on "lld" => :build if OS.linux?
depends_on "llvm" => :build if OS.linux?
depends_on "mesa" => :build if OS.linux?
depends_on "ninja" => :build if OS.linux?
depends_on "pkg-config" => :build
Expand All @@ -104,6 +103,7 @@ class FreecadAT100Py312 < Formula
depends_on "glew"
depends_on "hdf5"
depends_on "icu4c"
depends_on "llvm" if OS.linux?
depends_on macos: :high_sierra
depends_on "mesa-glu" if OS.linux?
depends_on "nlohmann-json"
Expand Down

0 comments on commit 671c075

Please sign in to comment.