From 692584ced8fdf93653952df5354141f717e1dce6 Mon Sep 17 00:00:00 2001 From: Erik Frojdh Date: Wed, 12 Feb 2020 17:27:44 +0100 Subject: [PATCH] WIP --- conda-recepie/meta.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/conda-recepie/meta.yaml b/conda-recepie/meta.yaml index a2b219a6f..1c3f955bf 100755 --- a/conda-recepie/meta.yaml +++ b/conda-recepie/meta.yaml @@ -15,6 +15,7 @@ requirements: build: - {{ compiler('c') }} - {{compiler('cxx')}} + - python {{python}} - cmake - qwt 6.* #require qt5 investigate before activating gui - qt=4.8* @@ -65,12 +66,12 @@ outputs: requirements: build: - - python {{ python }} + - python {{python}} - setuptools - wheel run: - - python {{ python }} + - python {{python}} - numpy - slsdetlib=udp