Skip to content

Commit

Permalink
Merge pull request #14 from traversaro/fixboostdep
Browse files Browse the repository at this point in the history
Add test if robometry CMake package can be found correctly and fix boost dependency
  • Loading branch information
traversaro authored Oct 25, 2023
2 parents 661057d + 0db7927 commit 18faa4f
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,11 @@ outputs:
host:
- ycm-cmake-modules
- libmatio-cpp
- libboost-headers
- libboost-devel
- nlohmann_json
- yarp
run:
- libboost-headers
run_constrained:
- __osx >={{ MACOSX_DEPLOYMENT_TARGET|default("10.9") }} # [osx and x86_64]

Expand All @@ -44,6 +46,18 @@ outputs:
- if not exist %LIBRARY_INC%\\robometry\\BufferManager.h exit 1 # [win]
- if not exist %LIBRARY_LIB%\\robometry.lib exit 1 # [win]
- if not exist %LIBRARY_BIN%\\robometry.dll exit 1 # [win]
- python -m pip install git+https://github.com/ami-iit/[email protected]
- cmake-package-check robometry
requires:
- python
- pip
- jinja2
- {{ compiler('c') }}
- {{ compiler('cxx') }}
- cmake
- pkg-config
- ninja
- git

- name: {{ name }}
build:
Expand Down

0 comments on commit 18faa4f

Please sign in to comment.