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

Fix xsimd for alpine #194

Merged
merged 4 commits into from
Jan 31, 2024
Merged
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
6 changes: 5 additions & 1 deletion rosdep/base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
openembedded: [alsa-oss@meta-oe]
opensuse: [alsa-oss]
ubuntu: [alsa-oss]
alsa-plugins-pulse:

Check warning on line 52 in rosdep/base.yaml

View workflow job for this annotation

GitHub Actions / rosdistro / rosdep checks (3.8)

Key 'alsa-plugins-pulse' might be satisfied by opensuse package named 'alsa-plugins-pulse': https://software.opensuse.org/package/alsa-plugins
alpine: [alsa-plugins-pulse]
alsa-utils:
alpine: [alsa-utils]
Expand Down Expand Up @@ -7435,7 +7435,7 @@
openembedded: [pugixml@meta-oe]
rhel: [pugixml-devel]
ubuntu: [libpugixml-dev]
pulseaudio:

Check warning on line 7438 in rosdep/base.yaml

View workflow job for this annotation

GitHub Actions / rosdistro / rosdep checks (3.8)

Key 'pulseaudio' might be satisfied by arch package named 'pipewire-pulse': https://archlinux.org/packages/extra/x86_64/pipewire-pulse/

Check warning on line 7438 in rosdep/base.yaml

View workflow job for this annotation

GitHub Actions / rosdistro / rosdep checks (3.8)

Key 'pulseaudio' might be satisfied by fedora package named 'pulseaudio': http://mirror.dogado.de/fedora/linux/releases/38/Everything/x86_64/os/Packages/p/pulseaudio-16.1-4.fc38.x86_64.rpm

Check warning on line 7438 in rosdep/base.yaml

View workflow job for this annotation

GitHub Actions / rosdistro / rosdep checks (3.8)

Key 'pulseaudio' might be satisfied by opensuse package named 'pulseaudio': https://software.opensuse.org/package/pulseaudio

Check warning on line 7438 in rosdep/base.yaml

View workflow job for this annotation

GitHub Actions / rosdistro / rosdep checks (3.8)

Key 'pulseaudio' might be satisfied by rhel package named 'pulseaudio': http://eastus.azure.repo.almalinux.org/almalinux/9.3/AppStream/x86_64/os/Packages/pulseaudio-15.0-2.el9.x86_64.rpm

Check warning on line 7438 in rosdep/base.yaml

View workflow job for this annotation

GitHub Actions / rosdistro / rosdep checks (3.8)

Key 'pulseaudio' might be satisfied by debian package named 'pulseaudio': https://packages.debian.org/bookworm/pulseaudio
alpine: [pulseaudio]
ubuntu: [pulseaudio]
pybind11-dev:
Expand Down Expand Up @@ -8726,7 +8726,11 @@
macports: [p5-xml-xpath]
ubuntu: [libxml-xpath-perl]
xsimd:
alpine: [xsimd]
alpine:
'*': [xsimd, xsimd-dev]
'3.11': null
'3.14': null
'3.8': null
debian:
'*': [libxsimd-dev]
bullseye: null
Expand Down
Loading