Skip to content
Snippets Groups Projects

MNT: explicitly list new CUDA versions in GCC selection

Merged Paul McCarthy requested to merge paulmc-master-patch-44415 into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -23,7 +23,7 @@
{% set name = 'fsl-eddy' + cuda_label %}
{% set version = '2111.0' %}
{% set repository = 'https://git.fmrib.ox.ac.uk/fsl/eddy.git' %}
{% set build = '1' %}
{% set build = '2' %}
package:
name: {{ name }}
@@ -69,7 +69,7 @@ requirements:
- {{ compiler("cxx") }} 8.* # [linux]
{% elif cuda_version in ("11.0", "11.1", "11.2", "11.3") %}
- {{ compiler("cxx") }} 9.* # [linux]
{% elif cuda_version in ("11.4") %}
{% elif cuda_version in ("11.4", "11.5", "11.6") %}
- {{ compiler("cxx") }} 11.* # [linux]
{% else %}
- {{ compiler("cxx") }} # [linux]
Loading