mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-12 21:07:13 +02:00
better test + conda
This commit is contained in:
@ -1,2 +0,0 @@
|
||||
#!/usr/bin/env bash
|
||||
${PYTHON} setup.py install # Python command to install the script
|
@ -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"
|
Reference in New Issue
Block a user