Commit 726143d 1 parent 821a401 commit 726143d Copy full SHA for 726143d
File tree 3 files changed +14
-5
lines changed
3 files changed +14
-5
lines changed Original file line number Diff line number Diff line change @@ -178,8 +178,17 @@ jobs:
178
178
- run :
179
179
name : Set up environment
180
180
command : |
181
+ conda config --set solver libmamba
181
182
conda update -y -q conda
182
- conda install -y -q pkgs/main::python=3.10 cmake=3.23.1 make swig mkl=2023 mkl-devel=2023 numpy scipy pytest gxx_linux-64 sysroot_linux-64=2.17 -c pkgs/main -c conda-forge
183
+ conda install -y -q pkgs/main::python=3.10 cmake make swig mkl=2023 mkl-devel=2023 numpy scipy pytest gxx_linux-64 sysroot_linux-64 -c pkgs/main -c conda-forge
184
+ - when :
185
+ condition :
186
+ equal : [ "ON", << parameters.raft >> ]
187
+ steps :
188
+ - run :
189
+ name : Install libraft
190
+ command : |
191
+ conda install -y -q libraft cudatoolkit=11.4 -c rapidsai-nightly -c nvidia -c pkgs/main -c conda-forge
183
192
- run :
184
193
name : Build all targets
185
194
no_output_timeout : 30m
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ outputs:
40
40
- {{ compiler('cxx') }}
41
41
- sysroot_linux-64 =2.17 # [linux64]
42
42
- llvm-openmp # [osx]
43
- - cmake =3.23.1
43
+ - cmake > =3.23.1
44
44
- make # [not win]
45
45
- mkl-devel =2023 # [x86_64]
46
46
host :
@@ -71,7 +71,7 @@ outputs:
71
71
- {{ compiler('cxx') }}
72
72
- sysroot_linux-64 =2.17 # [linux64]
73
73
- swig
74
- - cmake =3.23.1
74
+ - cmake > =3.23.1
75
75
- make # [not win]
76
76
host :
77
77
- python {{ python }}
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ outputs:
39
39
- {{ compiler('cxx') }}
40
40
- sysroot_linux-64 =2.17 # [linux64]
41
41
- llvm-openmp # [osx]
42
- - cmake =3.23.1
42
+ - cmake > =3.23.1
43
43
- make # [not win]
44
44
- mkl-devel =2023 # [x86_64]
45
45
host :
@@ -69,7 +69,7 @@ outputs:
69
69
- {{ compiler('cxx') }}
70
70
- sysroot_linux-64 =2.17 # [linux64]
71
71
- swig
72
- - cmake =3.23.1
72
+ - cmake > =3.23.1
73
73
- make # [not win]
74
74
host :
75
75
- python {{ python }}
You can’t perform that action at this time.
0 commit comments