Skip to content
Snippets Groups Projects
Commit 788b0fdc authored by sf1919's avatar sf1919
Browse files

Block libopenblas v0.3.28

parent 18541204
Branches ewm6854-ConfigService-remove
No related tags found
No related merge requests found
......@@ -87,7 +87,7 @@ gsl:
# 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.25'
- '!=0.3.23,!=0.3.24,!=0.3.25, !=0.3.28'
euphonic:
- '>=1.2.1,<2.0'
......
......@@ -18,7 +18,7 @@ dependencies:
- jsoncpp>=1.9.4,<2
- libboost-devel=1.84.* # Use the same version as conda-forge
- libboost-python-devel=1.84.* # Use the same version as conda-forge
- libopenblas!=0.3.23,!=0.3.24,!=0.3.25 # v0.3.25 causing system test failures on linux. Others are for macOS consistency.
- libopenblas!=0.3.23,!=0.3.24,!=0.3.25, !=0.3.28 # 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
......
......@@ -16,7 +16,7 @@ dependencies:
- jsoncpp>=1.9.4,<2
- libboost-devel=1.84.* # Use the same version as conda-forge
- libboost-python-devel=1.84.* # Use the same version as conda-forge
- 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.
- libopenblas!=0.3.23,!=0.3.24,!=0.3.25, !=0.3.28 # 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
- matplotlib=3.7.*
- muparser>=2.3.2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment