You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improvements to the build of wheels for Linux.
- Set the flag `-fno-math-errno` so that the `errno` flag is not any longer being set when math functions are called.
- Exclude using Cython version `0.29.26` for building Python wheels as it fails building wheels for PyPy38.
Always set useDefault to false when calling SGPropertyNode::tie()
See issue JSBSim-Team#363: setting `useDefault` to true is equivalent to have uninitialized variables.