aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Formula/scotch.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/scotch.rb b/Library/Formula/scotch.rb
index 0ce813fe5..99f926714 100644
--- a/Library/Formula/scotch.rb
+++ b/Library/Formula/scotch.rb
@@ -1,9 +1,9 @@
require 'formula'
class Scotch < Formula
- version '5.1.12'
- url 'https://gforge.inria.fr/frs/download.php/28933'
homepage 'https://gforge.inria.fr/projects/scotch'
+ url 'https://gforge.inria.fr/frs/download.php/28933'
+ version '5.1.12'
md5 'f873ff2bad519f9be7bc7b117bbe0bc4'
def install
@@ -11,7 +11,7 @@ class Scotch < Formula
ln_s 'Make.inc/Makefile.inc.i686_mac_darwin8', 'Makefile.inc'
system 'make scotch'
system 'make ptscotch'
- system "make install prefix=#{prefix}"
+ system "make", "install", "prefix=#{prefix}"
end
end