-
Notifications
You must be signed in to change notification settings - Fork 11
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
Make fails after cloning #78
Comments
Hi there -- It looks like there might be an issue about include paths and submodules. I'll check in on this and get it fixed soon. Thanks, Daniel |
Update: there's one change in the bonsai repository, which I've updated for main here. You could update main and then update recursively, or you can edit the file in question (bonsai/include/bonsai/entropy.h) and remove the "hll/" on line 2, reflecting this change if you don't want to bother with updating dashing and its submodules. Let me know if you run into any more issues. Thanks! Daniel |
I tryed it and now make works but when I want to run dashing my system says that it can not find the command dashing. However I am in the dashing folder so it should be there, or? dashing: command not found I have now installed it via bioconda but there is only an older version available. |
Your options are to add the folder the Dashing executable is in to your $PATH variable, or copy the executable into a folder that is in your path, such as /usr/local/bin. or your conda bin folder. I'm hoping to get a more recent version into conda in the near future. Thanks, Daniel |
Hi all,
the make command fails after cloning with this error:
bonsai/include/bonsai/entropy.h:2:10: fatal error: hll/circularqueue/cq.h: No such file or directory
2 | #include "hll/circularqueue/cq.h"
So what is missing here?
Thanks in advance :)
The text was updated successfully, but these errors were encountered: