On Wed, May 15, 2013 at 1:49 AM, 郑文辉(Techlive Zheng) <techlivezh...@gmail.com> wrote: > 2013/5/15 Myles English <mylesengl...@gmail.com>: >> >> 郑文辉(Techlive Zheng) writes: >> >>> I have tried the following, none of them working >>> >>> source="git://../.." >>> >>> source="git+../../" >>> >>> source="git+/path/to/somefile" >> >> Here's one of mine for the package dolfin-git: >> >> source=("dolfin::git+https://bitbucket.org/fenics-project/dolfin.git#branch=${_branch}") > > Okay, thanks guys. The relative path is still not working, but
What is the problem of using realpath?? > absolute path is fine. I know it is not good idea use a local path, > but you know, it just a testing build of my project, so it's good at > this case, I found is better use a Arch Package than `make install` > for development.