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 issues on CI under macOS and re-activate testing with threads for macOS #2660

Merged
merged 1 commit into from
Apr 21, 2023

Conversation

heplesser
Copy link
Contributor

This PR fixes the CI build of NEST under macOS by providing the location of the OpenMP lib through a brew --prefix query. It also re-activates testing with threads under macOS. A meaningless brew info line is removed—it only printed canned package information.

This fixes #2515.

PR developed in collaboration with @nicolossus.

…ads on macOS.

    Co-authored-by: Nicolai Haug <39106781+nicolossus@users.noreply.github.com>
@heplesser heplesser added S: High Should be handled next T: Maintenance Work to keep up the quality of the code and documentation. I: No breaking change Previously written code will work as before, no one should note anything changing (aside the fix) labels Apr 14, 2023
Copy link
Member

@nicolossus nicolossus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very elegant!

@lekshmideepu
Copy link
Contributor

This PR fixes the CI build of NEST under macOS by providing the location of the OpenMP lib through a brew --prefix query. It also re-activates testing with threads under macOS. A meaningless brew info line is removed—it only printed canned package information.

This fixes #2515.

PR developed in collaboration with @nicolossus.

Looks good to me. Yes, I think I have added brew info line in the initial phase to get the package information. This is not at all necessary. Use of brew prefix is a great fix.

Copy link
Contributor

@lekshmideepu lekshmideepu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@lekshmideepu lekshmideepu merged commit 0888491 into nest:master Apr 21, 2023
6 checks passed
@heplesser heplesser deleted the fix-2515-macomp branch September 15, 2023 18:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
I: No breaking change Previously written code will work as before, no one should note anything changing (aside the fix) S: High Should be handled next T: Maintenance Work to keep up the quality of the code and documentation.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

MacOS CI tests fail
3 participants