We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45bed02 commit 696b36cCopy full SHA for 696b36c
.github/workflows/conda/macos_env.yml
@@ -2,14 +2,14 @@ name: riscv_perf_model
2
channels:
3
- conda-forge
4
dependencies:
5
- - cmake>=3.25.2=h077f3f9_0
6
- - boost>=1.76.0=py310h7c3ba0c_1
7
- - boost-cpp>=1.76.0=h312852a_1
8
- - yaml-cpp>=0.7.0=h27087fc_2
9
- - rapidjson>=1.1.0=he1b5a44_1002
10
- - libsqlite>=3.40.0=h753d276_0
11
- - sqlite>=3.36.0=h9cd32fc_2
12
- - hdf5>=1.10.6=nompi_h6a2412b_1114
+ - cmake>=3.25.2
+ - boost>=1.76.0
+ - boost-cpp>=1.76.0
+ - yaml-cpp>=0.7.0
+ - rapidjson>=1.1.0
+ - libsqlite>=3.40.0
+ - sqlite>=3.36.0
+ - hdf5>=1.10.6
13
- clang>=14.0.6
14
- clang-14>=14.0.6
15
- clangxx>=14.0.6
0 commit comments