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

When omp.h isn't available the build still uses it #139

Open
yurivict opened this issue Nov 3, 2024 · 2 comments
Open

When omp.h isn't available the build still uses it #139

yurivict opened this issue Nov 3, 2024 · 2 comments

Comments

@yurivict
Copy link

yurivict commented Nov 3, 2024

Configure says that OpenMP is disabled:

-- Could NOT find OpenMP_CXX (missing: OpenMP_CXX_FLAGS OpenMP_CXX_LIB_NAMES) 
-- Could NOT find OpenMP (missing: OpenMP_CXX_FOUND) 
NOTE: OpenMP not found; Compiling as a single threaded app...

but then the build still tries to use omp.h and fails:
fatal error: 'omp.h' file not found

log

FreeBSD 14.1

@cjain7
Copy link
Member

cjain7 commented Nov 4, 2024

Please see Install.txt. OpenMP support is required.

@yurivict
Copy link
Author

yurivict commented Nov 4, 2024

Please see Install.txt. OpenMP support is required.

The cmake script should be updated then because here it says otherwise.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants