Skip to content

Commit

Permalink
Pin MKL to its 2018 version
Browse files Browse the repository at this point in the history
  • Loading branch information
robertodr committed Sep 21, 2018
1 parent 29fbe0b commit 00ef883
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chapter-11/recipe-05/cxx-example/conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ build:
- cmake --build build_conda --target install

requirements:
host:
- mkl-devel 2018
build:
- cmake >=3.5
- {{ compiler('cxx') }}
host:
- mkl-devel 2018

about:
home: http://www.example.com
Expand Down

0 comments on commit 00ef883

Please sign in to comment.