Skip to content

Commit

Permalink
change homebrew/science to homebrew/core
Browse files Browse the repository at this point in the history
  • Loading branch information
ggggggggg committed Aug 29, 2017
1 parent c680180 commit 356e4a9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions deps/build.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using BinDeps
using Compat

@BinDeps.setup
libnames = ["libCLBLAS", "clBLAS", "libclBLAS"]
Expand Down Expand Up @@ -37,7 +36,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 356e4a9

Please sign in to comment.