From b4ac73241a822f8235c71c5181f8a0fd75347b7c Mon Sep 17 00:00:00 2001 From: ilovezfs Date: Fri, 25 May 2018 17:40:30 -0700 Subject: [PATCH] lmod 7.7.33 depend on pkg-config at build time Closes #28288. Signed-off-by: ilovezfs --- Formula/lmod.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Formula/lmod.rb b/Formula/lmod.rb index 9f2a955ff0..d707818463 100644 --- a/Formula/lmod.rb +++ b/Formula/lmod.rb @@ -1,8 +1,8 @@ class Lmod < Formula desc "Lua-based environment modules system to modify PATH variable" homepage "https://www.tacc.utexas.edu/research-development/tacc-projects/lmod" - url "https://github.com/TACC/Lmod/archive/7.7.32.tar.gz" - sha256 "b76edf212c79e7d5b52882e85cf8f6dc136361cc3e233219c3e4bdd92c4f27dd" + url "https://github.com/TACC/Lmod/archive/7.7.33.tar.gz" + sha256 "3b519bef3c3002d835444d1d1f93474ca8fd362a74607ad1ada7e24517432b8a" bottle do cellar :any_skip_relocation @@ -11,6 +11,7 @@ class Lmod < Formula sha256 "dd26a81b01d836a30501abe6497de6837c98ccdb7674886ca84ce377dba73921" => :el_capitan end + depends_on "pkg-config" => :build depends_on "lua" resource "luafilesystem" do