Skip to content

Commit b48e63f

Browse files
gtwang01facebook-github-bot
authored andcommitted
Add gxx_linux-64 requirement (facebookresearch#3655)
Summary: Pull Request resolved: facebookresearch#3655 The TestPartitioning.TestPartitioningBigRange test case fails on gcc version 13.2. We can avoid this by requiring gcc version 11.2 where the test case works. Differential Revision: D59988036
1 parent 749163e commit b48e63f

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

conda/faiss-gpu-raft/meta.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ outputs:
5454
- mkl =2023 # [x86_64]
5555
- mkl-devel =2023 # [x86_64]
5656
- cuda-toolkit {{ cudatoolkit }}
57+
- gxx_linux-64 =11.2 # [linux64]
5758
host:
5859
- _openmp_mutex =4.5=2_kmp_llvm # [x86_64]
5960
- mkl =2023 # [x86_64]
@@ -94,6 +95,7 @@ outputs:
9495
- _openmp_mutex =4.5=2_kmp_llvm # [x86_64]
9596
- mkl =2023 # [x86_64]
9697
- cuda-toolkit {{ cudatoolkit }}
98+
- gxx_linux-64 =11.2 # [linux64]
9799
host:
98100
- _openmp_mutex =4.5=2_kmp_llvm # [x86_64]
99101
- python {{ python }}

conda/faiss-gpu/meta.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ outputs:
5353
- make # [not win]
5454
- mkl-devel =2023 # [x86_64]
5555
- cuda-toolkit {{ cudatoolkit }}
56+
- gxx_linux-64 =11.2 # [linux64]
5657
host:
5758
- mkl =2023 # [x86_64]
5859
- openblas # [not x86_64]
@@ -85,6 +86,7 @@ outputs:
8586
- cmake >=3.24.0
8687
- make # [not win]
8788
- cuda-toolkit {{ cudatoolkit }}
89+
- gxx_linux-64 =11.2 # [linux64]
8890
host:
8991
- python {{ python }}
9092
- numpy >=1.19,<2

conda/faiss/meta.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ outputs:
4242
- cmake >=3.24.0
4343
- make # [not win]
4444
- mkl-devel =2023 # [x86_64]
45+
- gxx_linux-64 =11.2 # [linux64]
4546
host:
4647
- mkl =2023 # [x86_64]
4748
- openblas # [not x86_64]
@@ -71,6 +72,7 @@ outputs:
7172
- swig
7273
- cmake >=3.24.0
7374
- make # [not win]
75+
- gxx_linux-64 =11.2 # [linux64]
7476
host:
7577
- python {{ python }}
7678
- numpy >=1.19,<2

0 commit comments

Comments
 (0)