points2grid: seems to depend on Mavericks.
At least the test fails consistently on 10.8.
This commit is contained in:
parent
c1f9b7ceb8
commit
19a487a114
1 changed files with 2 additions and 1 deletions
|
@ -10,9 +10,10 @@ class Points2grid < Formula
|
|||
revision 2
|
||||
sha256 "3d39ec269752918a1ed175b816ea3533f5e4bd63e8a5198c8178dbdfb32ad21d" => :yosemite
|
||||
sha256 "d2fe173b6a446c0b776da7c23482fae6f3021b4ffc0efebf8e18d8abac1fee4a" => :mavericks
|
||||
sha256 "3ae5a37af085890bf6c2cefca445130147ebc46f29e4316a268007d76f728f35" => :mountain_lion
|
||||
end
|
||||
|
||||
depends_on :macos => :mavericks
|
||||
|
||||
depends_on "cmake" => :build
|
||||
depends_on "boost"
|
||||
depends_on "gdal"
|
||||
|
|
Loading…
Reference in a new issue