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

Fix OpenMP support #183

Merged
merged 1 commit into from
Jul 8, 2023
Merged

Fix OpenMP support #183

merged 1 commit into from
Jul 8, 2023

Conversation

gerlero
Copy link
Owner

@gerlero gerlero commented Jul 7, 2023

Fixes #182 by removing the check for whether libomp is installed or not (which was inadvertently broken in #165).

This means that libomp is now listed again as a required dependency to avoid build errors when compiling OpenFOAM (note: OpenMP support can still be disabled by adding ~openmp to $WM_COMPILE_CONTROL, but that won't be done automatically—at least for now).

@gerlero gerlero merged commit 45548ca into main Jul 8, 2023
15 checks passed
@gerlero gerlero deleted the configure branch July 8, 2023 02:36
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

Successfully merging this pull request may close these issues.

OpenMP support inadvertently disabled
1 participant