-
Notifications
You must be signed in to change notification settings - Fork 63
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
Add 'install' target for CMake #66
Comments
Thanks for the hint, just added it in the dev branch: Please test if it works for you. |
Are there any good workshop materials for RAXML-NG, I want to write a Chinese tutorial for it. |
Using
This causes the configure step to fail. |
@tardigradus : please use https://github.com/amkozlov/raxml-ng/wiki/Installation#building-development-branch |
There is something weird about the times of the comments. I see the the comment with the link to the dev branch and the one about the Chinese tutorial as being in the future:
and my comment (as well as this one, I suppose) appear before them :-/ |
could you please send me a English workshop of it, and can make it into Chinese. |
@LIXINGGUANG : your're welcome, please have a look at these tutorials: |
It works with a zip file of the recursively cloned git repo. Thanks. |
@tardigradus thanks for the confirmation! Closing this issue then. |
The file
src/CMakeLists.txt
doesn't contain an install target. While it would be generally useful if it did and this woudl, to my mind, good practice. More specifically, however, it would help those using automated build systems, such as EasyBuild. As it is, either the build recipe for RAxML-NG needs to add a patch forsrc/CMakeLists.txt
which just addsor a new generic build template has to be added which can deal with CMake setups whose install step is missing.
Thus, adding the build step to RAxML-NG seems to me the best option, in addition to being the one which requires the least effort.
The text was updated successfully, but these errors were encountered: