better test + conda

This commit is contained in:
Erik Frojdh
2019-04-04 17:39:31 +02:00
parent 498569a42a
commit 55ba2afc05
11 changed files with 501 additions and 53 deletions

View File

@ -1,2 +0,0 @@
#!/usr/bin/env bash
${PYTHON} setup.py install # Python command to install the script

View File

@ -1,43 +0,0 @@
package:
name: sls_detector
version: refactor
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 refactor
- pyzmq
- pybind11 2.2
host:
- python
- pybind11 2.2
run:
- python
- numpy
- sls_detector_lib refactor
- pyzmq
- libstdcxx-ng
- libgcc-ng
test:
imports:
- sls_detector
about:
summary: "Interacting with detectors"