Skip to content

Commit

Permalink
Merge pull request #38876 from mantidproject/pin_libopenblas_0_3_27
Browse files Browse the repository at this point in the history
Pin `libopenblas` to known working version
  • Loading branch information
cailafinn authored Feb 18, 2025
2 parents 383a45c + 4f2da3c commit 18fa2f0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions conda/recipes/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,10 @@ toml:
gsl:
- 2.7

# 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.
# 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.
# 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'
libopenblas:
- '!=0.3.23,!=0.3.24,!=0.3.25, !=0.3.28'
- 0.3.27

euphonic:
- '>=1.2.1,<2.0'
Expand Down

0 comments on commit 18fa2f0

Please sign in to comment.