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 conda
- conda update --all - conda update --all
- conda install conda-build anaconda-client - conda install conda-build anaconda-client
- conda install conda-verify
# Useful for debugging any issues with conda # Useful for debugging any issues with conda
- conda info -a - conda info -a

View File

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