Skip to content

Commit

Permalink
Merge pull request #38 from JuliaGPU/new-homebrew
Browse files Browse the repository at this point in the history
change homebrew/science to homebrew/core (with Julia 0.5)
  • Loading branch information
dfdx authored Aug 31, 2017
2 parents c680180 + 50eed27 commit 355907d
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 @@ -37,7 +37,7 @@ end

if is_apple()
using Homebrew
provides(Homebrew.HB, "homebrew/science/clblas", libCLBLAS, os = :Darwin)
provides(Homebrew.HB, "homebrew/core/clblas", libCLBLAS, os = :Darwin)
end

@BinDeps.install Dict("libCLBLAS" => "libCLBLAS")
Expand Down

0 comments on commit 355907d

Please sign in to comment.