-
Notifications
You must be signed in to change notification settings - Fork 56
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
problems with fermilite #169
Comments
This is an issue with compiling the C++ ariba code, not fermilite itself, so don't take the issue to fermi-lite. Can you try downloading the release tarball and running "python3 setup.py test". That compiles all the C/C++ code and runs the tests. I think the output will be more verbose than using pip, and also pip doesn't run the tests. |
Ahhhh! (definite lightbulb moment!). Now I understand a lot more! I will do that presently. Any specifics on compiler versions etc? I have around 11 available. |
I deliberately didn't use any c++11, so old compilers should be ok. I'm using gcc 4.6.3, which is 5 years old. It's the oldest compiler I've tested ariba on. First I would try whatever the default is on your system, by not changing anything and running |
I forgot to say that I figured out what the problem is. The python3 that was on the cluster was compiled with icc, and that seemed to be incompatible with the things in ariba. But, I installed anaconda, and I managed to get it to work then. |
Hi!
I am able to install ariba without any issues, but, I do get the following error when I try to run it:
I believe this is Heng Li's fermi-lite, is it not? If so, I will take the issue there. I have a sneaking suspicion this is down to which intel something-or-other that I have loaded, but no clue of how to figure out what I need...
The text was updated successfully, but these errors were encountered: