Cmake 2.8.2
This commit is contained in:
parent
4d3f990bda
commit
297b747090
1 changed files with 4 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
||||||
require 'formula'
|
require 'formula'
|
||||||
|
|
||||||
class Cmake <Formula
|
class Cmake <Formula
|
||||||
url 'http://www.cmake.org/files/v2.8/cmake-2.8.1.tar.gz'
|
url 'http://www.cmake.org/files/v2.8/cmake-2.8.2.tar.gz'
|
||||||
md5 'feadc2e5ebbfed0efc90178583503725'
|
md5 '8c967d5264657a798f22ee23976ff0d9'
|
||||||
homepage 'http://www.cmake.org/'
|
homepage 'http://www.cmake.org/'
|
||||||
|
|
||||||
def install
|
def install
|
||||||
|
@ -18,7 +18,8 @@ class Cmake <Formula
|
||||||
"--datadir=/share/cmake",
|
"--datadir=/share/cmake",
|
||||||
"--docdir=/share/doc/cmake",
|
"--docdir=/share/doc/cmake",
|
||||||
"--mandir=/share/man"
|
"--mandir=/share/man"
|
||||||
system "make" # Separate steps, or compile fails on Mac Pro
|
ENV.j1 # There appear to be parallelism issues.
|
||||||
|
system "make"
|
||||||
system "make install"
|
system "make install"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue