Erik Frojdh 6ddde83c81 python
2019-03-15 11:01:36 +01:00

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"