This commit is contained in:
Erik Frojdh
2019-04-04 18:26:14 +02:00
parent 025b3a8d4c
commit 951d4d6091
2 changed files with 6 additions and 0 deletions

View File

@ -26,6 +26,7 @@ install:
- conda update conda
- conda update --all
- conda install conda-build anaconda-client
- conda install conda-verify
# Useful for debugging any issues with conda
- conda info -a

View File

@ -59,6 +59,8 @@ outputs:
requirements:
build:
- {{ compiler('c') }}
- {{compiler('cxx')}}
- python {{ python }}
- setuptools
- sls_detector_lib
@ -67,6 +69,9 @@ outputs:
host:
- python
- pybind11 2.2
- sls_detector_lib
- libstdcxx-ng
- libgcc-ng
run:
- python
- numpy