You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had to install CCMpred on a computer where I could not use git. When downloading and extracting the release (in my case v0.3.2.tar.gz) the lib/libconjugrad directory is empty, thus "cmake ." fails.
The error message "CCMpred is missing the libconjugrad submodule! Please make sure to clone CCMpred according to the instructions in the README" and the README file are not very helpful in this situation.
It would be great to either add more explicit instructions (libconjugrad can be downloaded from https://bitbucket.org/soedinglab/libconjugrad/downloads) or even better, include all files directly in the archive.
The text was updated successfully, but these errors were encountered:
Downloading the zip will still generate this issue. "CCMpred is missing the libconjugrad submodule!". As per the readme, one must use "--recursive" when clone from the git, which will download the "libconjugrad" source files as well. If you cannot use git on a computer, you can git clone the source onto a computer where you can and then copy the files to the computer where cannot.
I had to install CCMpred on a computer where I could not use git. When downloading and extracting the release (in my case v0.3.2.tar.gz) the lib/libconjugrad directory is empty, thus "cmake ." fails.
The error message "CCMpred is missing the libconjugrad submodule! Please make sure to clone CCMpred according to the instructions in the README" and the README file are not very helpful in this situation.
It would be great to either add more explicit instructions (libconjugrad can be downloaded from https://bitbucket.org/soedinglab/libconjugrad/downloads) or even better, include all files directly in the archive.
The text was updated successfully, but these errors were encountered: