Skip to content

Commit 6f3843e

Browse files
junjieqifacebook-github-bot
authored andcommitted
Back out "Remove swig version and always rely on the latest version" (#3297)
Summary: Pull Request resolved: #3297 Original commit changeset: 7ca59fb58390 Original Phabricator Diff: D54975271 Differential Revision: D55102226 fbshipit-source-id: 2a2828b4e74b16ee25b090ae4b844dab4f1d72a6
1 parent 0e06a28 commit 6f3843e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -224,15 +224,15 @@ jobs:
224224
- run:
225225
name: Install env using main channel
226226
command: |
227-
conda install -y -q python=3.11 cmake make swig mkl=2023 mkl-devel=2023 numpy scipy pytest gxx_linux-64 sysroot_linux-64 -c conda-forge
227+
conda install -y -q python=3.11 cmake make swig=4.0.2 mkl=2023 mkl-devel=2023 numpy scipy pytest gxx_linux-64 sysroot_linux-64
228228
- when:
229229
condition:
230230
equal: [ "ON", << parameters.raft >> ]
231231
steps:
232232
- run:
233233
name: Install env using conda-forge channel
234234
command: |
235-
conda install -y -q python=3.11 cmake make swig mkl=2023 mkl-devel=2023 numpy scipy pytest gxx_linux-64 sysroot_linux-64=2.28 libraft cuda-version=11.8 cuda-toolkit -c rapidsai-nightly -c "nvidia/label/cuda-11.8.0" -c conda-forge
235+
conda install -y -q python=3.11 cmake make swig=4.0.2 mkl=2023 mkl-devel=2023 numpy scipy pytest gxx_linux-64 sysroot_linux-64=2.28 libraft cuda-version=11.8 cuda-toolkit -c rapidsai-nightly -c "nvidia/label/cuda-11.8.0" -c conda-forge
236236
- when:
237237
condition:
238238
and:

conda/faiss-gpu-raft/meta.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ outputs:
8484
build:
8585
- {{ compiler('cxx') }}
8686
- sysroot_linux-64 =2.17 # [linux64]
87-
- swig
87+
- swig =4.0.2
8888
- cmake >=3.23.1
8989
- make # [not win]
9090
host:

0 commit comments

Comments
 (0)