From 951d4d60915241ca3937d599185f8774c3b69e61 Mon Sep 17 00:00:00 2001 From: Erik Frojdh Date: Thu, 4 Apr 2019 18:26:14 +0200 Subject: [PATCH] new try --- .travis.yml | 1 + conda-recepie/meta.yaml | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index 81bd8ca9a..48222f3eb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/conda-recepie/meta.yaml b/conda-recepie/meta.yaml index 66ec9458e..9c7348639 100644 --- a/conda-recepie/meta.yaml +++ b/conda-recepie/meta.yaml @@ -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