From 49ae58be1e656d4e37bd3d68ac976e47f7b79838 Mon Sep 17 00:00:00 2001
From: Repo Updater <noreply@mpcdf.mpg.de>
Date: Wed, 29 Sep 2021 13:16:43 +0200
Subject: [PATCH] f918960f try enabling threaded openblas

---
 environment.yml | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

diff --git a/environment.yml b/environment.yml
index 0ab4ce8..8b4f5ef 100644
--- a/environment.yml
+++ b/environment.yml
@@ -1,16 +1,18 @@
+# Packages required for "Python for HPC"
 name: pyhpc
 channels:
-  - defaults
-  #- conda-forge
+  - conda-forge
 dependencies:
   - python=3.7
-  #- libblas=*=*mkl
-  - mkl
+  - pip
+  - libopenblas=*=*openmp*
   - numpy
   - scipy
   - cython
-  - matplotlib
+  - pybind11
   - pandas
+  - matplotlib
+  - line_profiler
   - gcc_linux-64
   - gxx_linux-64
   - gfortran_linux-64
@@ -19,6 +21,3 @@ dependencies:
   - mpi4py
   - hdf5=*=mpi*
   - h5py=*=mpi*
-  - pip:
-    - line-profiler
-    - pybind11
-- 
GitLab