mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-24 18:41:09 +02:00
pinned qt and qwt
This commit is contained in:
@ -83,14 +83,14 @@ outputs:
|
|||||||
- {{ pin_subpackage('slsdetlib', exact=True) }}
|
- {{ pin_subpackage('slsdetlib', exact=True) }}
|
||||||
|
|
||||||
|
|
||||||
# test:
|
test:
|
||||||
# imports:
|
imports:
|
||||||
# - sls_detector
|
- slsdet
|
||||||
|
|
||||||
- name: slsdetgui
|
- name: slsdetgui
|
||||||
script: copy_gui.sh
|
script: copy_gui.sh
|
||||||
requirements:
|
requirements:
|
||||||
run:
|
run:
|
||||||
- {{ pin_subpackage('slsdetlib', exact=True) }}
|
- {{ pin_subpackage('slsdetlib', exact=True) }}
|
||||||
- qwt 6
|
- {{ pin_compatible('qwt') }}
|
||||||
- qt=4.8
|
- {{ pin_compatible('qt') }}
|
||||||
|
Reference in New Issue
Block a user