15 May
2013
15 May
'13
5:49 a.m.
2013/5/15 Myles English <mylesenglish@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 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.