My fork of SQLite is very different from master. It represents most of my work 
pushing for Julia to have a DBI module that lets us write generic code for 
database access.

I’m hoping to finish my work on writing a DBI package plus drivers for SQLite 
and MySQL very soon. I would hold off on using my fork until there’s an 
official release.

 — John

On Jan 20, 2014, at 8:13 AM, Stefan Karpinski <ste...@karpinski.org> wrote:

> That did successfully install the package. However, as per the documentation 
> for Pkg.clone, it did so under the package name "jmw". Did you mean for the 
> second argument to be a branch name? You can checkout a specific branch after 
> cloning the package using the Pkg.checkout command. Also, SQLite is an 
> official, registered package, so installing it via Pkg.clone is a bit 
> unusual. Do you need John's fork for some particular reason?
> 
> 
> On Mon, Jan 20, 2014 at 8:10 AM, Sharmila Gopirajan Sivakumar 
> <sharmila.gopira...@gmail.com> wrote:
> Hi,
>     I want to install a package from a github branch, specifically, 
> https://github.com/johnmyleswhite/SQLite.jl/tree/jmw .  I tried the following 
> command
> 
> Pkg.clone("https://github.com/johnmyleswhite/SQLite.jl.git";, "jmw")
> INFO: Cloning jmw from https://github.com/johnmyleswhite/SQLite.jl.git
> INFO: Computing changes...
> INFO: No packages to install, update or remove.
> 
> Julia is not able to install the package.  Is it possible to locally checkout 
> the code and install from source?  
> 
> Thank you.
> 
> Regards,
> Sharmila
> 

Reply via email to