Skip to content

Commit 5112594

Browse files
authored
fix: set HighFive version to 2.10 to fix libdeps error in CI (#376)
## Description `libdeps` errors occur in cmake. The version of HighFive is fixed to 2.10 to solve them. ## Code of Conduct By submitting this PR, you agree to follow our [Code of Conduct](https://github.com/hpc-maths/samurai/blob/master/docs/CODE_OF_CONDUCT.md) - [x] I agree to follow this project's Code of Conduct
1 parent de19ff4 commit 5112594

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

conda/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ dependencies:
55
- cmake
66
- ninja
77
- xtensor<0.26
8-
- highfive
8+
- highfive<3.0
99
- fmt
1010
- pugixml
1111
- cxxopts

conda/mpi-environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ dependencies:
55
- cmake
66
- ninja
77
- xtensor<0.26
8-
- highfive
8+
- highfive<3.0
99
- fmt
1010
- pugixml
1111
- cxxopts

0 commit comments

Comments
 (0)