Advertisement
Guest User

Untitled

a guest
Oct 6th, 2017
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. name: pymultisense-config
  2. version: '0.1' # just for humans, typically '1.2+git' or '1.3.2'
  3. summary: the configuration gui for multisense
  4. description: |
  5. this gui allows the user to test the multisense, as well as set calibration, etc...
  6.  
  7. grade: devel # must be 'stable' to release into candidate/stable channels
  8. confinement: devmode # use 'strict' once you have the right plugs and slots
  9.  
  10. apps:
  11. pymultisense-config:
  12. command: multisense_config
  13.  
  14. parts:
  15. libmultisense:
  16. plugin: cmake
  17. source-type: hg
  18. source: ssh://vcontrol//srv/PR1044_MULTISENSE_SL_PROD/LibMultiSense/Integration-2.2.0
  19. stage-packages:
  20. - libpng-dev
  21. pymultisense:
  22. after: [libmultisense]
  23. plugin: python
  24. source-type: hg
  25. source: ssh://vcontrol//srv/PR1044_MULTISENSE_SL_PROD/pymultisense/Integration-1.0
  26. python-version: python2
  27. stage-packages:
  28. - python-numpy
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement