mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-20 21:08:32 +01:00
Matrix in conda
This commit is contained in:
@@ -13,8 +13,7 @@ cmake .. \
|
||||
-DSLS_USE_RECEIVER=ON \
|
||||
-DSLS_USE_GUI=ON \
|
||||
-DSLS_USE_TESTS=ON \
|
||||
-DPYTHON_EXECUTABLE=$CONDA_PREFIX/bin/python \
|
||||
-DSLS_USE_PYTHON=ON \
|
||||
-DSLS_USE_PYTHON=OFF \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DSLS_USE_HDF5=OFF\
|
||||
|
||||
|
||||
4
conda-recepie/conda_build_config.yaml
Normal file
4
conda-recepie/conda_build_config.yaml
Normal file
@@ -0,0 +1,4 @@
|
||||
python:
|
||||
- 3.6
|
||||
- 3.7
|
||||
- 3.8
|
||||
@@ -15,12 +15,13 @@ requirements:
|
||||
build:
|
||||
- {{ compiler('c') }}
|
||||
- {{compiler('cxx')}}
|
||||
- python {{python}}
|
||||
# - python {{python}}
|
||||
- cmake
|
||||
- qwt 6.* #require qt5 investigate before activating gui
|
||||
- qt=4.8*
|
||||
- zeromq=4.2.5=hfc679d8_5
|
||||
- pyzmq
|
||||
- qwt 6 #require qt5 investigate before activating gui
|
||||
- qt=4.8
|
||||
# - zeromq=4.2.5=hfc679d8_5
|
||||
- zeromq
|
||||
# - pyzmq
|
||||
- xorg-libx11
|
||||
- xorg-libice
|
||||
- xorg-libxext
|
||||
@@ -59,21 +60,23 @@ outputs:
|
||||
run:
|
||||
- libstdcxx-ng
|
||||
- libgcc-ng
|
||||
- pyzmq
|
||||
- zeromq
|
||||
|
||||
- name: slsdet
|
||||
|
||||
script: build_pylib.sh
|
||||
|
||||
requirements:
|
||||
build:
|
||||
- python {{python}}
|
||||
- python
|
||||
- {{ pin_subpackage('slsdetlib', exact=True) }}
|
||||
- setuptools
|
||||
- wheel
|
||||
|
||||
run:
|
||||
- python {{python}}
|
||||
- python
|
||||
- numpy
|
||||
- slsdetlib=udp
|
||||
- {{ pin_subpackage('slsdetlib', exact=True) }}
|
||||
|
||||
|
||||
test:
|
||||
@@ -84,6 +87,6 @@ outputs:
|
||||
script: copy_gui.sh
|
||||
requirements:
|
||||
run:
|
||||
- slsdetlib=udp
|
||||
- qwt 6.*
|
||||
- qt=4.8.*
|
||||
- {{ pin_subpackage('slsdetlib', exact=True) }}
|
||||
- qwt 6
|
||||
- qt=4.8
|
||||
|
||||
Reference in New Issue
Block a user