Skip to content

Commit

Permalink
Merge pull request #38281 from mantidproject/pin_mkl_to_2024_1_0_rele…
Browse files Browse the repository at this point in the history
…ase-next

Pin mkl to avoid Windows unit test failures with version 2024.2.2 (release-next)
  • Loading branch information
SilkeSchomann authored Oct 23, 2024
2 parents 470de8e + 03ceb18 commit c66b9d7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions conda/recipes/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ jsoncpp:
libglu:
- '>=9.0'

# Not a primary dependency, but pinning to avoid a couple of unit test failures
mkl:
- 2024.1.0

muparser:
- '>=2.3.2'

Expand Down
1 change: 1 addition & 0 deletions conda/recipes/mantid-developer/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ requirements:
- libopenblas {{ libopenblas }} # [osx or linux]
- librdkafka {{ librdkafka }}
- matplotlib {{ matplotlib }}
- mkl {{ mkl }} # [win]
- muparser {{ muparser }}
- nexus {{ nexus }}
- ninja {{ ninja }}
Expand Down
2 changes: 2 additions & 0 deletions conda/recipes/mantid/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ requirements:
- libopenblas {{ libopenblas }} # [osx or linux]
- librdkafka {{ librdkafka }}
- lib3mf # [win]
- mkl {{ mkl }} # [win]
- muparser {{ muparser }}
- nexus {{ nexus }}
- numpy {{ numpy }}
Expand All @@ -60,6 +61,7 @@ requirements:
- {{ pin_compatible("hdf5", max_pin="x.x") }}
- jemalloc {{ jemalloc }} # [osx or linux]
- lib3mf # [win]
- mkl {{ mkl }} # [win]
- nexus {{ nexus }}
- {{ pin_compatible("numpy", upper_bound="1.27") }}
- occt {{ occt }}
Expand Down

0 comments on commit c66b9d7

Please sign in to comment.