Skip to content

Commit

Permalink
Merge branch '2-recompile-for-lima-1-10' into 'master'
Browse files Browse the repository at this point in the history
Resolve "recompile for lima 1.10"

Closes #2

See merge request limagroup/Lima-camera-andor3!9
  • Loading branch information
claustre committed Oct 30, 2024
2 parents 39ee778 + 73db9e4 commit 5730aed
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ build-noarch:
- conda mambabuild ./conda/tango --prefix-length=80 --output-folder=dist/ --channel=http://bcu-ci.esrf.fr/stable
dependencies:
- build-linux
tags:
- linux

deploy-devel:
stage: deploy
Expand Down
1 change: 1 addition & 0 deletions conda/camera/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ cxx_compiler:
- vs2017 # [win]
python:
- 3.9
- 3.10
# This differs from target_platform in that it determines what subdir the compiler
# will target, not what subdir the compiler package will be itself.
# For example, we need a win-64 vs2008_win-32 package, so that we compile win-32
Expand Down
4 changes: 2 additions & 2 deletions conda/camera/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ requirements:
host:
- python {{ python }}
- sip 4.19*
- lima-core >=1.9.20
- lima-core 1.10*
- andor3-sdk 3.15.30092.2
build:
- ninja
Expand All @@ -28,7 +28,7 @@ requirements:
run:
- python
- {{ pin_compatible('sip', min_pin='x.x.x', max_pin='x') }}
- {{ pin_compatible('lima-core', max_pin='x.x') }}
- {{ pin_compatible('lima-core', min_pin='x.x', max_pin='x.x') }}
- andor3-sdk 3.15.30092.2

test:
Expand Down
2 changes: 1 addition & 1 deletion conda/tango/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ requirements:
- ninja
- lima-core
run:
- lima-tango-server
- lima-tango-server 1.10*
- lima-camera-andor3

about:
Expand Down

0 comments on commit 5730aed

Please sign in to comment.