Skip to content

Commit dfb2cdc

Browse files
committed
require a more recent version of mkl for Cantera
1 parent b041507 commit dfb2cdc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

environment.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,11 @@ dependencies:
105105
# configure packages to use OpenBLAS instead of Intel MKL
106106
- blas=*=openblas
107107

108+
# except that Cantera is configured to use Intel MKL, so we have to make sure its version is recent
109+
# but if we can switch over to the conda-forge version, we should be able to remove this line because it
110+
# depends on OpenBLAS instead
111+
- conda-forge::mkl >=2023.1.0
112+
108113
# additional packages that are required, but not specified here (and why)
109114
# pydqed, pydas, mopac, and likely others require a fortran compiler (specifically gfortran)
110115
# in the environment. Normally we would add this to the environment file with

0 commit comments

Comments
 (0)