diff --git a/conda/conda-build/meta.yaml b/conda/conda-build/meta.yaml index 2c2612c41..a968e1c1e 100644 --- a/conda/conda-build/meta.yaml +++ b/conda/conda-build/meta.yaml @@ -65,8 +65,8 @@ build: requirements: build: - - {{ compiler('c') }} - - {{ compiler('cxx') }} + - {{ compiler('c') }} =11.2 + - {{ compiler('cxx') }} =11.2 - make {% if gpu_enabled_bool %} - cuda-nvcc ={{ cuda_version }}