Skip to content

Commit 18fa2f0

Browse files
authored
Merge pull request #38876 from mantidproject/pin_libopenblas_0_3_27
Pin `libopenblas` to known working version
2 parents 383a45c + 4f2da3c commit 18fa2f0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

conda/recipes/conda_build_config.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,10 @@ toml:
138138
gsl:
139139
- 2.7
140140

141-
# v0.3.23 causes a hang on osx for some systemtests, v0.3.24 causes a unit test failure that needs investigation, v0.3.25 causes a system test failure on linux, v0.3.28 causes unit test failures on osx and system test failures on linux.
141+
# v0.3.23 causes a hang on osx for some system tests, v0.3.24 causes a unit test failure that needs investigation, v0.3.25 causes a system test failure on linux, v0.3.28 causes unit test failures on osx and system test failures on linux, v0.3.29 causes failures on macOS and linux.
142+
# Just pin it to 0.3.27 for simplicity, rather than '!=0.3.23,!=0.3.24,!=0.3.25,!=0.3.28','!=0.3.29'
142143
libopenblas:
143-
- '!=0.3.23,!=0.3.24,!=0.3.25, !=0.3.28'
144+
- 0.3.27
144145

145146
euphonic:
146147
- '>=1.2.1,<2.0'

0 commit comments

Comments
 (0)