We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 241559e + be65edd commit 50faef7Copy full SHA for 50faef7
Formula/a/asymptote.rb
@@ -21,7 +21,7 @@ class Asymptote < Formula
21
end
22
23
depends_on "glm" => :build
24
- depends_on "pkg-config" => :build
+ depends_on "pkgconf" => :build
25
depends_on "fftw"
26
depends_on "ghostscript"
27
depends_on "gsl"
Formula/o/openvino.rb
@@ -24,7 +24,7 @@ class Openvino < Formula
depends_on "cmake" => [:build, :test]
depends_on "flatbuffers" => :build
- depends_on "pkg-config" => [:build, :test]
+ depends_on "pkgconf" => [:build, :test]
28
depends_on "protobuf@21" => :build
29
depends_on "pybind11" => :build
30
depends_on "python-setuptools" => :build
0 commit comments