mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-01 07:30:42 +02:00
44 lines
630 B
YAML
44 lines
630 B
YAML
package:
|
|
name: sls_detector
|
|
version: 4.0.1
|
|
|
|
build:
|
|
number: 0
|
|
|
|
source:
|
|
path: ..
|
|
|
|
requirements:
|
|
build:
|
|
- {{ compiler('c') }}
|
|
- {{ compiler('cxx') }}
|
|
- cmake
|
|
- python {{ python }}
|
|
- libpng >=1.6.32,<1.6.35
|
|
- setuptools
|
|
- sls_detector_lib 4.0.1
|
|
- pyzmq
|
|
- pybind11
|
|
|
|
host:
|
|
- python
|
|
- pybind11
|
|
|
|
run:
|
|
- python
|
|
- numpy
|
|
- sls_detector_lib 4.0.1
|
|
- pyzmq
|
|
- libstdcxx-ng
|
|
- libgcc-ng
|
|
|
|
|
|
test:
|
|
imports:
|
|
- sls_detector
|
|
|
|
|
|
|
|
about:
|
|
summary: "Interacting with detectors"
|