Skip to content

Commit

Permalink
Merge pull request #36447 from cailafinn/pin_openblas
Browse files Browse the repository at this point in the history
Pin openblas away from 0.3.25 to fix system test failure
  • Loading branch information
robertapplin authored Nov 21, 2023
2 parents ed7701a + e3eafd2 commit 9ec37de
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions conda/recipes/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -66,9 +66,9 @@ hdf5:
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.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
libopenblas:
- '!=0.3.23,!=0.3.24'
- '!=0.3.23,!=0.3.24,!=0.3.25'

euphonic:
- '>=1.2.1,<2.0'
2 changes: 1 addition & 1 deletion mantid-developer-linux.yml
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@ dependencies:
- hdf5>=1.12,<1.13
- jemalloc=5.2.0 # We have noticed 5.2.1 can cause a hang on older glibc versions (Cent OS 7, Ubuntu 18.04). Observed with import CaChannel and also our MeierTest.
- jsoncpp>=1.9.4,<2
- libopenblas!=0.3.23,!=0.3.24 # pinned the same as macOS for consistency
- libopenblas!=0.3.23,!=0.3.24,!=0.3.25 # v0.3.25 causing system test failures on linux. Others are for macOS consistency.
- librdkafka>=1.6.0
- matplotlib=3.7.*
- muparser>=2.3.2
2 changes: 1 addition & 1 deletion mantid-developer-osx.yml
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@ dependencies:
- hdf5>=1.12,<1.13
- jemalloc>=5.2.1
- jsoncpp>=1.9.4,<2
- libopenblas!=0.3.23,!=0.3.24 # v0.3.23 causes a hang for the system tests on OSX, v0.3.24 causing unit test failure - investigation needed.
- libopenblas!=0.3.23,!=0.3.24,!=0.3.25 # v0.3.23 causes a hang for the system tests on OSX, v0.3.24 causing unit test failure - investigation needed, v0.3.25 causing a system test failure.
- librdkafka>=1.6.0
- muparser>=2.3.2
- matplotlib=3.7.*

0 comments on commit 9ec37de

Please sign in to comment.