Skip to content

Commit

Permalink
Merge branch '1-update-for-sdk-3-15-30092-2-only-one-with-bitflow-dri…
Browse files Browse the repository at this point in the history
…ver-supported-by-ubuntu-20-04-kernel-version' into 'master'

Resolve "update for sdk 3.15.30092.2, only one with bitflow driver supported by ubuntu 20.04 kernel version"

Closes #1

See merge request limagroup/Lima-camera-andor3!7
  • Loading branch information
claustre committed Jan 25, 2023
2 parents e38062d + 3a264fc commit 39ee778
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion conda/camera/build.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash
cmake -Bbuild -H. -DLIMA_ENABLE_PYTHON=1 -DCAMERA_ENABLE_TESTS=1 -DCMAKE_INSTALL_PREFIX=$PREFIX -DPYTHON_SITE_PACKAGES_DIR=$SP_DIR -DCMAKE_FIND_ROOT_PATH=$PREFIX
cmake -Bbuild -H. -GNinja -DLIMA_ENABLE_PYTHON=1 -DCAMERA_ENABLE_TESTS=1 -DCMAKE_INSTALL_PREFIX=$PREFIX -DCMAKE_FIND_ROOT_PATH=$PREFIX
cmake --build build --target install
2 changes: 0 additions & 2 deletions conda/camera/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ c_compiler:
cxx_compiler:
- vs2017 # [win]
python:
- 3.7
- 3.8
- 3.9
# This differs from target_platform in that it determines what subdir the compiler
# will target, not what subdir the compiler package will be itself.
Expand Down
8 changes: 4 additions & 4 deletions conda/camera/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@ requirements:
- python {{ python }}
- sip 4.19*
- lima-core >=1.9.20
- andor3-sdk 3.14
- andor3-sdk 3.15.30092.2
build:
- ninja
- cmake
- make
- {{ compiler('cxx') }}
run:
- python {{ python }}
- python
- {{ pin_compatible('sip', min_pin='x.x.x', max_pin='x') }}
- {{ pin_compatible('lima-core', max_pin='x.x') }}
- andor3-sdk 3.14
- andor3-sdk 3.15.30092.2

test:
requires:
Expand Down
2 changes: 1 addition & 1 deletion conda/tango/build.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
cd tango/
cmake -Bbuild -H. -DCMAKE_INSTALL_PREFIX=$PREFIX -DPYTHON_SITE_PACKAGES_DIR=$SP_DIR -DCMAKE_FIND_ROOT_PATH=$PREFIX
cmake -Bbuild -H. -GNinja -DCMAKE_INSTALL_PREFIX=$PREFIX -DCMAKE_FIND_ROOT_PATH=$PREFIX
cmake --build build --target install
2 changes: 1 addition & 1 deletion conda/tango/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ build:
requirements:
build:
- cmake
- make
- ninja
- lima-core
run:
- lima-tango-server
Expand Down

0 comments on commit 39ee778

Please sign in to comment.