mweastwood / LibHealpix.jl

A Julia wrapper of the Healpix library.
http://mweastwood.info/LibHealpix.jl/stable/
Other
11 stars 7 forks source link

Use Homebrew.jl for dependencies on OSX #27

Closed mweastwood closed 7 years ago

mweastwood commented 7 years ago

Something like this will get cfitsio, but for some reason it doesn't show up in the path. So I need to debug this somewhat. In the mean time there needs to be instructions for the user to use homebrew manually.

if is_apple()
    using Homebrew
    provides(Homebrew.HB, "homebrew/science/cfitsio", libcfitsio, os = :Darwin)
end