Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RSDK-4146] hotfix-add-nlopt #212

Merged
merged 1 commit into from
Jul 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions etc/packaging/appimages/cartographer-module-aarch64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ AppDir:
- libglx0:arm64
- libgl1:arm64
- libglvnd0:arm64
- libnlopt0:arm64
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[note to self] We have our own brew formula for nlopt0 that's pinned at v2.7.1 so that installations through brew will use that specific version.

This should also include v2.7.1, since that's the version of libnlopt0 in bullseye: https://packages.debian.org/bookworm/libnlopt0


files:
include: []
Expand Down
1 change: 1 addition & 0 deletions etc/packaging/appimages/cartographer-module-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ AppDir:
- libglx0:amd64
- libgl1:amd64
- libglvnd0:amd64
- libnlopt0:amd64

files:
include: []
Expand Down
Loading