Skip to content

Commit

Permalink
Merge branch 'alpine-custom-apk' into add-ode
Browse files Browse the repository at this point in the history
  • Loading branch information
Taka-Kazu committed Jan 30, 2024
2 parents d2c9050 + 2ecb45c commit 3b02e23
Showing 1 changed file with 29 additions and 1 deletion.
30 changes: 29 additions & 1 deletion rosdep/base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1580,6 +1580,9 @@ gradle:
nixos: [gradle]
ubuntu: [gradle]
graphicsmagick:
alpine:
'*': [graphicsmagick, graphicsmagick-dev]
'3.8': null
arch: [graphicsmagick]
debian: [libgraphicsmagick++1-dev, graphicsmagick-libmagick-dev-compat]
fedora: [GraphicsMagick-c++-devel]
Expand Down Expand Up @@ -3065,7 +3068,7 @@ libcereal-dev:
ubuntu: [libcereal-dev]
libceres-dev:
alpine:
'*': [ceres-solver]
'*': [ceres-solver, ceres-solver-dev]
'3.11': null
'3.14': null
'3.8': null
Expand Down Expand Up @@ -3395,6 +3398,7 @@ libflann:
ubuntu:
'*': [libflann1.9]
libflann-dev:
alpine: [flann-dev]
arch: [flann]
debian: [libflann-dev]
fedora: [flann-devel]
Expand Down Expand Up @@ -4146,6 +4150,9 @@ libkml-dev:
'7': null
ubuntu: [libkml-dev]
liblapack-dev:
alpine:
'*': [lapack-dev]
'3.8': null
arch: [lapack]
debian: [liblapack-dev]
fedora: [lapack-devel]
Expand Down Expand Up @@ -4502,6 +4509,11 @@ libois-dev:
nixos: [ois]
ubuntu: [libois-dev]
libomp-dev:
alpine:
'*': [openmp]
'3.11': null
'3.14': null
'3.8': null
arch: [openmp]
debian: [libomp-dev]
fedora: [libomp-devel]
Expand Down Expand Up @@ -6925,6 +6937,10 @@ nkf:
rhel: [nkf]
ubuntu: [nkf]
nlohmann-json-dev:
alpine:
'*': [nlohmann-json]
'3.11': null
'3.8': null
debian:
bullseye: [nlohmann-json3-dev]
buster: [nlohmann-json3-dev]
Expand Down Expand Up @@ -8050,6 +8066,9 @@ subversion:
rhel: [subversion]
ubuntu: [subversion]
suitesparse:
alpine:
'*': [suitesparse-dev]
'3.8': null
arch: [suitesparse]
debian: [libsuitesparse-dev]
fedora: [suitesparse-devel]
Expand Down Expand Up @@ -8182,6 +8201,10 @@ tar:
'7': [libtar-devel]
ubuntu: [libtar-dev]
tbb:
alpine:
'*': [libtbb-dev]
'3.11': null
'3.8': null
arch: [intel-tbb]
debian: [libtbb-dev]
fedora: [tbb-devel]
Expand Down Expand Up @@ -8722,6 +8745,11 @@ xsltproc:
nixos: [libxslt]
ubuntu: [xsltproc]
xtensor:
alpine:
'*': [xtensor]
'3.11': null
'3.14': null
'3.8': null
arch: [xtensor]
fedora: [xtensor-devel]
nixos: [xtensor]
Expand Down

0 comments on commit 3b02e23

Please sign in to comment.