Skip to content
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

Open
termithorbor opened this issue May 10, 2021 · 4 comments
Open

Make fails after cloning #78

termithorbor opened this issue May 10, 2021 · 4 comments

Comments

@termithorbor
Copy link

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 :)

@dnbaker
Copy link
Owner

dnbaker commented May 10, 2021

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

dnbaker added a commit that referenced this issue May 10, 2021
dnbaker added a commit that referenced this issue May 10, 2021
@dnbaker
Copy link
Owner

dnbaker commented May 10, 2021

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

@termithorbor
Copy link
Author

termithorbor commented May 11, 2021

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.

@dnbaker
Copy link
Owner

dnbaker commented May 11, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants