We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On systems without OpenMP supplying -DREQUIRE_OPENMP=0 doesn't help, and it fails with:
-DREQUIRE_OPENMP=0
CMake Error at lib/mmseqs/src/CMakeLists.txt:228 (message): -- Could not find OpenMP. Skip check with -DREQUIRE_OPENMP=0.
Version: 6 clang-14 FreeBSD 13.1
Maybe including lib/mmseqs/src in the cmake script doesn't work because lib/mmseqs/src/CMakeLists.txt is a complete, separate project's cmake script?
lib/mmseqs/src
lib/mmseqs/src/CMakeLists.txt
The text was updated successfully, but these errors were encountered:
milot-mirdita
No branches or pull requests
On systems without OpenMP supplying
-DREQUIRE_OPENMP=0
doesn't help, and it fails with:Version: 6
clang-14
FreeBSD 13.1
Maybe including
lib/mmseqs/src
in the cmake script doesn't work becauselib/mmseqs/src/CMakeLists.txt
is a complete, separate project's cmake script?The text was updated successfully, but these errors were encountered: