Skip to content

Commit

Permalink
Change OpenMP linking to always be dynamic.
Browse files Browse the repository at this point in the history
The commit changes the behavior of OpenMP library linking.

Previously, if OpenMP was needed when static libs is True, then
the setup would look for the OpenMP static library.

With this commit, the OpenMP library will always be dynamic.
  • Loading branch information
EricEngle-NOAA committed Apr 10, 2024
1 parent 8235cbf commit 20508d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.1
1.2.2

0 comments on commit 20508d3

Please sign in to comment.