mweastwood / LibHealpix.jl

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

running `sudo apt-get install...` from within `Pkg.build(LibHealpix)` gives an error #16

Closed mweastwood closed 7 years ago

mweastwood commented 8 years ago
julia> Pkg.build("LibHealpix")
INFO: Building LibHealpix
INFO: Running `sudo apt-get install libcfitsio3-dev`)
sudo: no tty present and no askpass program specified

If you just run julia deps/build.jl it works as expected though.

mweastwood commented 7 years ago

See JuliaLang/BinDeps.jl#199

This is a problem with Pkg.build in general and will maybe get fixed in the future by somebody smarter than me.