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

Fails to build where OpenMP isn't available when -DREQUIRE_OPENMP=0 is set #55

Open
yurivict opened this issue Dec 10, 2022 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@yurivict
Copy link

yurivict commented Dec 10, 2022

On systems without OpenMP supplying -DREQUIRE_OPENMP=0 doesn't help, and it fails with:

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?

@milot-mirdita milot-mirdita self-assigned this Dec 13, 2022
@milot-mirdita milot-mirdita added the bug Something isn't working label Dec 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants