Skip to content

Commit

Permalink
Prepare optimizationservices v2.10.1 for bottling
Browse files Browse the repository at this point in the history
  • Loading branch information
staticfloat committed Nov 4, 2015
1 parent d2553a9 commit 65785e8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions optimizationservices.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

class Optimizationservices < Formula
homepage 'https://projects.coin-or.org/OS'
url 'http://www.coin-or.org/download/pkgsource/OS/OS-2.9.2.tgz'
sha1 '90340631a5ce7fa05a67484d624d1692473e9763'
url 'http://www.coin-or.org/download/pkgsource/OS/OS-2.10.1.tgz'
sha256 'fb171e705b81be59f7ede188f29aa0720c558e1e00da74920dce894e7f9e72eb'

depends_on 'staticfloat/juliadeps/pkg-config' => :build
depends_on 'staticfloat/juliadeps/couenne'
Expand All @@ -12,8 +12,6 @@ class Optimizationservices < Formula
bottle do
root_url 'https://juliabottles.s3.amazonaws.com'
cellar :any
sha256 "939e7d3a5d990cb5b14d840f414f7b1b76155474bd9e5b6079c311b6590e2f29" => :mavericks
sha256 "9349c42d184cb80bcb1566d2def3e325d2b6a7b85af8eeb8430cf60719e21654" => :yosemite
end

def install
Expand Down

3 comments on commit 65785e8

@tkelman
Copy link
Collaborator

@tkelman tkelman commented on 65785e8 Nov 9, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this version is actually buggy, would rather stick to 2.9 for now - probably best to double-check with package authors before using a new upstream minor version on binary deps

@staticfloat
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks; I had run into test errors with 2.10 and had put this on hold until I had time to investigate; but that saves me some time! I'll roll back to 2.9.3

@tkelman
Copy link
Collaborator

@tkelman tkelman commented on 65785e8 Nov 9, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

JuliaOpt/CoinOptServices.jl#5 has been open for a while, and the upstream tarballs were a little wrong until today ref coin-or/OS#1

Please sign in to comment.