-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve CK-Caffe installation paths #2
Comments
There is a problem implementing that (at least with my knowledge). When installing a package, I first prepare a path, then make git clone, and only then get revision. Changing the order may complicate things. In a longer term, I would prefer to move GIT URL + branch info to the package meta, so that CK could handle that. Then we can have more flexibility to implement above naming convention. |
Agree. We already have URLs and branches in CK-Caffe packages' metadata e.g. in
This can be naturally generalised to VCS (version control system) parameters e.g.:
(The latter to handle other types of VCSs.)
The required Git command is:
or to get a standard short hash (i.e. hash characters 1-7):
For example, to get the latest commit at the OpenCL branch of the official Caffe repository:
|
Handing of installation paths has been changed since this ticket was created, hence closing. |
I have installed several variants of Caffe on an Odroid XU3 board with the following paths under
~/CK_TOOLS/
:I suggest two improvements to how installation paths are generated:
trunk
).lib.clblast-mali-overlay-641bb07
).The text was updated successfully, but these errors were encountered: