Skip to content

Commit

Permalink
Merge pull request Homebrew#197597 from Homebrew/pkgconf-migrations-r…
Browse files Browse the repository at this point in the history
…untime

formulae: migrate to `pkgconf`
  • Loading branch information
BrewTestBot authored Nov 14, 2024
2 parents c1b205d + 45c4b55 commit a94101f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Formula/lib/libpthread-stubs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ class LibpthreadStubs < Formula
sha256 cellar: :any_skip_relocation, all: "303b8c21fc1b9322b6bd8f24e75a4e53a1c331d09b4f6271f75eba743d119819"
end

depends_on "pkg-config"
depends_on "pkgconf"

def install
system "./configure", *std_configure_args.reject { |s| s["--disable-debug"] }
system "./configure", *std_configure_args
system "make", "install"
end

Expand Down
2 changes: 1 addition & 1 deletion Formula/n/node-build.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class NodeBuild < Formula

depends_on "autoconf"
depends_on "openssl@3"
depends_on "pkg-config"
depends_on "pkgconf"

def install
ENV["PREFIX"] = prefix
Expand Down
2 changes: 1 addition & 1 deletion Formula/n/nwchem.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class Nwchem < Formula
depends_on "libxc"
depends_on "open-mpi"
depends_on "openblas"
depends_on "pkg-config"
depends_on "pkgconf"
depends_on "[email protected]"
depends_on "scalapack"

Expand Down
2 changes: 1 addition & 1 deletion Formula/p/pyenv.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class Pyenv < Formula

depends_on "autoconf"
depends_on "openssl@3"
depends_on "pkg-config"
depends_on "pkgconf"
depends_on "readline"

uses_from_macos "python" => :test
Expand Down
2 changes: 1 addition & 1 deletion Formula/r/ruby-build.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class RubyBuild < Formula
depends_on "autoconf"
depends_on "libyaml"
depends_on "openssl@3"
depends_on "pkg-config"
depends_on "pkgconf"
depends_on "readline"

def install
Expand Down

0 comments on commit a94101f

Please sign in to comment.