-
Notifications
You must be signed in to change notification settings - Fork 4
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
Compilation issue #24
Comments
Hi, can please provide the cmake command you used? In particular did you run cmake with the |
Hi,
Thanks! |
thanks! Can you try compiling with the following commands:
or if that gives an error related to zlib then
|
I tried both versions but always got
|
Looks like we need to have a look at the cmake file. Thanks for the report, we'll try to fix this soon. The |
CMake caches variable values so you could try to run: |
Hi, We found that the SBWT library was accidentally compiled with -march=native in the release, which might have caused your problem with unknown instructions. Also, apparently KMC falls back to generic instructions during runtime, so KMC should be ok. I recompiled the Themisto binary without -march=native. This binary also has some performance optimizations that are not in the 3.0 release. It's attached here. Could you try if this works? If so, we'll make this the 3.1 release. |
This Best, |
The binary you attached worked for me, thanks Jarno. Instead, while I was able to compile the codebase as said in the previous message, I still got the error with the "invalid instruction". |
Hi @jnalanko and thank you for this tool!
I'm running into some compilation issue after following the instructions.
I'm compiling on Ubuntu 21.10 with gcc version 11.2.0.
I've tried to re-run
make
as suggested with no luck.I've also tried the pre-compiled for Linux but it fails with:
Any help appreciated!
The text was updated successfully, but these errors were encountered: