Skip to content

Commit c66b9d7

Browse files
Merge pull request #38281 from mantidproject/pin_mkl_to_2024_1_0_release-next
Pin mkl to avoid Windows unit test failures with version 2024.2.2 (release-next)
2 parents 470de8e + 03ceb18 commit c66b9d7

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

conda/recipes/conda_build_config.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ jsoncpp:
5252
libglu:
5353
- '>=9.0'
5454

55+
# Not a primary dependency, but pinning to avoid a couple of unit test failures
56+
mkl:
57+
- 2024.1.0
58+
5559
muparser:
5660
- '>=2.3.2'
5761

conda/recipes/mantid-developer/meta.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ requirements:
2424
- libopenblas {{ libopenblas }} # [osx or linux]
2525
- librdkafka {{ librdkafka }}
2626
- matplotlib {{ matplotlib }}
27+
- mkl {{ mkl }} # [win]
2728
- muparser {{ muparser }}
2829
- nexus {{ nexus }}
2930
- ninja {{ ninja }}

conda/recipes/mantid/meta.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ requirements:
4343
- libopenblas {{ libopenblas }} # [osx or linux]
4444
- librdkafka {{ librdkafka }}
4545
- lib3mf # [win]
46+
- mkl {{ mkl }} # [win]
4647
- muparser {{ muparser }}
4748
- nexus {{ nexus }}
4849
- numpy {{ numpy }}
@@ -60,6 +61,7 @@ requirements:
6061
- {{ pin_compatible("hdf5", max_pin="x.x") }}
6162
- jemalloc {{ jemalloc }} # [osx or linux]
6263
- lib3mf # [win]
64+
- mkl {{ mkl }} # [win]
6365
- nexus {{ nexus }}
6466
- {{ pin_compatible("numpy", upper_bound="1.27") }}
6567
- occt {{ occt }}

0 commit comments

Comments
 (0)