Merged
Conversation
… bindings with the Intel OneAPI compiler set.
… standard 2008 flags now properly set based on platform and compiler.
markleader
approved these changes
Feb 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The C and Python bindings don't build "out of the box" in native Windows with the Intel OneAPI compiler set. This can be a problem in environments where WSL or Msys alternatives are not available. This change updates the build configuration and documentation to successfully build in native Windows using Intel OneAPI while not affecting any other platform / compiler combinations.
This PR addresses Issue #22 .
Changes
Changes to cmake files and python interface test configuration:
Testing
GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
ifx (IFX) 2025.3.2 20260112 on ubuntu
Intel(R) Fortran Compiler for applications running on Intel(R) 64, Version 2025.3.2 Build 20260112 Win 11
Passes ctest and pytest suites on Windows with ifx, ubuntu with gfortran, ifx
test/main_interface/test_main.py produces same result as prior to change (13/14)
Compatibility / Numerical behavior