Skip to content

Commit

Permalink
Update meta.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored Sep 25, 2024
1 parent 63e0ce9 commit f92eabf
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions recipes/icub-main/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ outputs:
- ycm-cmake-modules
- ace
- libopencv
# icub-main links to gslcblas library that is symbolic link to cblas
# we need to explicit list the cblas dependency so that the generic
# netlib cblas that has cblas.so as SONAME actually gets installed,
# otherwise the openblas or mkl cblas with specific soname gets installed,
# resulting in an error reported in https://github.com/conda-forge/staged-recipes/pull/27692#issuecomment-2374227755
- libcblas
- gsl
- ipopt
- qt-main
Expand All @@ -51,6 +57,9 @@ outputs:
- libxcb # [linux]
- xorg-libxrandr # [linux]
- xorg-libxfixes # [linux]
run:
# Workaround for https://github.com/conda-forge/libglu-feedstock/issues/25
- libglu # [linux]
test:
commands:
- test -f ${PREFIX}/lib/libiKin.so # [unix]
Expand Down

0 comments on commit f92eabf

Please sign in to comment.