-
Notifications
You must be signed in to change notification settings - Fork 182
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
Linking CXX executable diamond fails during make #808
Comments
This might be useful information from
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am trying to build diamond v2.1.9 from source with BLAST support. I have followed the instructions. I am using BLAST2.15 on a virtual machine running Ubuntu 20.04.6. I had to manually install the missing libraries
liblmdb
andlibzstd
.liblmdb
was installed using apt and I also installedlibzstd
first using apt, which resolved the error for zstd NOT FOUND. However, after that I'm encountering the following issue:Since there is already a warning with something that seems to involve zstd, I tried building
zstd
from source (make and make install), which completed successfully, but didn't affect the error when trying to install diamond again.This is the
CMakeCache.txt
:This is
CMakeError.log
:The text was updated successfully, but these errors were encountered: