minizinc: use patch DSL
This commit is contained in:
parent
d504025cbf
commit
f6696ab131
1 changed files with 3 additions and 5 deletions
|
@ -7,11 +7,9 @@ class Minizinc < Formula
|
|||
|
||||
depends_on :arch => :x86_64
|
||||
|
||||
def patches
|
||||
# remove echoed recommendations about linking directories
|
||||
# add installation location as parameter of SETUP script
|
||||
DATA
|
||||
end
|
||||
# remove echoed recommendations about linking directories
|
||||
# add installation location as parameter of SETUP script
|
||||
patch :DATA
|
||||
|
||||
def install
|
||||
system "sh", "SETUP", libexec
|
||||
|
|
Loading…
Reference in a new issue