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
# If you are building PyO3 bindings and need to specify Python libs from the sysroot:
97
+
# PYO3_CROSS_LIB_DIR: "/opt/homebrew/opt/arm-unknown-linux-gnueabihf/arm-unknown-linux-gnueabihf/sysroot/usr/lib" # Adjust path and Python version
98
+
# PYO3_CROSS_INCLUDE_DIR: "/opt/homebrew/opt/arm-unknown-linux-gnueabihf/arm-unknown-linux-gnueabihf/sysroot/usr/include/python3.x" # Adjust path and Python version
Copy file name to clipboardExpand all lines: open-codegen/CHANGELOG.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
Note: This is the Changelog file of `opengen` - the Python interface of OpEn
9
9
10
+
## [0.9.4] - 2025-05-08
11
+
12
+
13
+
### Fixed
14
+
15
+
- Fixed issues with cross compilation (each sub-project has its own `.cargo/config.toml`) and updated [documentation](https://alphaville.github.io/optimization-engine/docs/python-advanced#cross-compilation)
16
+
17
+
### Changed
18
+
19
+
- Rename auto-generated bindings file from `.cargo/config` to `.cargo/config.toml` (backwards compatible change)
20
+
- Updated min cmake version from 2.8 to 3.5
21
+
- Updated auto-generated example C/C++ bindings
22
+
10
23
11
24
## [0.9.3] - 2024-12-06
12
25
@@ -226,6 +239,7 @@ Note: This is the Changelog file of `opengen` - the Python interface of OpEn
0 commit comments