Conversation
Greptile OverviewGreptile SummaryThis PR adds ARM (aarch64) Linux support by introducing the |
Additional Comments (1)
This lock change removes the |
|
@greptile |
| { vals.pkg=pkgs.pcre2; flags={ ldLibraryGroup=pkgs.stdenv.isDarwin; packageConfGroup=pkgs.stdenv.isDarwin; }; } | ||
| { vals.pkg=pkgs.libsysprof-capture; flags.packageConfGroup=true; onlyIf=pkgs.stdenv.isDarwin; } | ||
| { vals.pkg=pkgs.xcbuild; flags={}; } | ||
| { vals.pkg=pkgs.xcbuild; flags={}; onlyIf=pkgs.stdenv.isDarwin; } |
There was a problem hiding this comment.
this change was on dev at some point idk how it got removed but it causes problems because xcbuild is a macos tool
| "opencv-python", | ||
| "open3d", | ||
| "open3d-unofficial-arm; platform_system == 'Linux' and platform_machine == 'aarch64'", | ||
| "open3d>=0.18.0; platform_system != 'Linux' or platform_machine != 'aarch64'", |
There was a problem hiding this comment.
This is the ONLY change that should be in this PR, everything else is to pass CI
test on an Arm system with:
Just uses the stop-gap pypi package published at: https://github.com/jeff-hykin/open3d_jetson
Which is just pre-build wheel files for arm based on the open3d repo