From 14cd0885dece47757254d12bc8f796e17df1a74c Mon Sep 17 00:00:00 2001
From: Tiago Freitas Pereira <tiagofrepereira@gmail.com>
Date: Fri, 6 Jul 2018 09:08:15 +0200
Subject: [PATCH] Fixing recipie

---
 conda/meta.yaml | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/conda/meta.yaml b/conda/meta.yaml
index deb22c4..607bf56 100644
--- a/conda/meta.yaml
+++ b/conda/meta.yaml
@@ -15,9 +15,7 @@ build:
     - python setup.py sdist --formats=zip
     {% endif %}
     - python setup.py install --single-version-externally-managed --record record.txt
-  skip: True  # [blas_impl == 'openblas' and win]
-  requires_features:
-    blas: {{ blas_impl }}
+  skip: True  # [blas_impl == "openblas" and win]
 
 requirements:
   build:
@@ -32,9 +30,8 @@ requirements:
     - libblitz {{ libblitz }}
     - boost {{ boost }}
     - numpy {{ numpy }}
-    - mkl-devel {{ mkl }}  # [blas_impl == 'mkl']
-    - openblas-devel {{ openblas }}  # [blas_impl == 'openblas']
-    - nomkl  # [blas_impl == 'openblas']
+    - mkl-devel {{ mkl }}  # [blas_impl == "mkl"]
+    - openblas-devel {{ openblas }}  # [blas_impl == "openblas"]
   run:
     - python
     - setuptools
-- 
GitLab