It would complicate Example.jl quite a bit. On the other hand, because it's so simple, I look at other packages, not Example.jl, when I need an ... example.
--John El lunes, 20 de abril de 2015, 18:12:29 (UTC+2), Viral Shah escribió: > > This seems like it is something useful to have in Example.jl. Perhaps > people will then have a reason to use Example.jl for something! > > -iral > > On Monday, April 20, 2015 at 6:24:35 PM UTC+5:30, [email protected] > wrote: >> >> Here is an example of using BinDeps to download and build C libraries >> when building your Julia package. >> >> https://github.com/jlapeyre/PrimeSieve.jl >> >> This file includes a lot of comments: >> >> https://github.com/jlapeyre/PrimeSieve.jl/blob/master/deps/build.jl >> >> I am posting this here because it may be useful for people trying to use >> BinDeps, since it seems there was a lack of >> examples, at least examples that could be located easily. >> >> I meant to post this a few months ago, but didn't get around to it. >> >> --John >> >>
