Skip to content

Commit

Permalink
Update build.jl
Browse files Browse the repository at this point in the history
Change homebrew package name from `zeromq` -> `zeromq32`, now that zeromq 4.0 is out.

Note that the `zeromq` package will still work, it will just constantly tell users that it's outdated, because Homebrew expects version 4.0 to be installed, not 3.2.4.  (I force it to install 3.2.4 if a package asks for just plain old `zeromq`, so things are always functional)
  • Loading branch information
staticfloat committed Feb 1, 2014
1 parent 519f6c0 commit 4c28062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/build.jl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ end
if Pkg.installed("Homebrew") === nothing
error("Homebrew package not installed, please run Pkg.add(\"Homebrew\")") end
using Homebrew
provides( Homebrew.HB, "zeromq", zmq, os = :Darwin )
provides( Homebrew.HB, "zeromq32", zmq, os = :Darwin )
end

@BinDeps.install [:zmq => :zmq]

0 comments on commit 4c28062

Please sign in to comment.