File tree Expand file tree Collapse file tree 7 files changed +21
-21
lines changed Expand file tree Collapse file tree 7 files changed +21
-21
lines changed Original file line number Diff line number Diff line change 11c_compiler :
22- gcc
33c_compiler_version :
4- - ' 10 '
4+ - ' 11 '
55cdt_name :
66- cos6
77channel_sources :
@@ -13,15 +13,15 @@ cudatoolkit:
1313cxx_compiler :
1414- gxx
1515cxx_compiler_version :
16- - ' 10 '
16+ - ' 11 '
1717docker_image :
1818- quay.io/condaforge/linux-anvil-cos7-cuda:10.2
1919enable_cuda :
2020- ' True'
2121fortran_compiler :
2222- gfortran
2323fortran_compiler_version :
24- - ' 10 '
24+ - ' 11 '
2525mpi_type :
2626- conda
2727target_platform :
Original file line number Diff line number Diff line change 11c_compiler :
22- gcc
33c_compiler_version :
4- - ' 10 '
4+ - ' 11 '
55cdt_name :
66- cos6
77channel_sources :
@@ -13,15 +13,15 @@ cudatoolkit:
1313cxx_compiler :
1414- gxx
1515cxx_compiler_version :
16- - ' 10 '
16+ - ' 11 '
1717docker_image :
1818- quay.io/condaforge/linux-anvil-cos7-cuda:10.2
1919enable_cuda :
2020- ' True'
2121fortran_compiler :
2222- gfortran
2323fortran_compiler_version :
24- - ' 10 '
24+ - ' 11 '
2525mpi_type :
2626- external
2727target_platform :
Original file line number Diff line number Diff line change 33c_compiler :
44- gcc
55c_compiler_version :
6- - ' 10 '
6+ - ' 11 '
77cdt_arch :
88- aarch64
99cdt_name :
@@ -17,15 +17,15 @@ cudatoolkit:
1717cxx_compiler :
1818- gxx
1919cxx_compiler_version :
20- - ' 10 '
20+ - ' 11 '
2121docker_image :
2222- quay.io/condaforge/linux-anvil-aarch64-cuda:11.0
2323enable_cuda :
2424- ' True'
2525fortran_compiler :
2626- gfortran
2727fortran_compiler_version :
28- - ' 10 '
28+ - ' 11 '
2929mpi_type :
3030- conda
3131target_platform :
Original file line number Diff line number Diff line change 33c_compiler :
44- gcc
55c_compiler_version :
6- - ' 10 '
6+ - ' 11 '
77cdt_arch :
88- aarch64
99cdt_name :
@@ -17,15 +17,15 @@ cudatoolkit:
1717cxx_compiler :
1818- gxx
1919cxx_compiler_version :
20- - ' 10 '
20+ - ' 11 '
2121docker_image :
2222- quay.io/condaforge/linux-anvil-aarch64-cuda:11.0
2323enable_cuda :
2424- ' True'
2525fortran_compiler :
2626- gfortran
2727fortran_compiler_version :
28- - ' 10 '
28+ - ' 11 '
2929mpi_type :
3030- external
3131target_platform :
Original file line number Diff line number Diff line change 11c_compiler :
22- gcc
33c_compiler_version :
4- - ' 10 '
4+ - ' 11 '
55cdt_name :
66- cos7
77channel_sources :
@@ -13,15 +13,15 @@ cudatoolkit:
1313cxx_compiler :
1414- gxx
1515cxx_compiler_version :
16- - ' 10 '
16+ - ' 11 '
1717docker_image :
1818- quay.io/condaforge/linux-anvil-ppc64le-cuda:11.0
1919enable_cuda :
2020- ' True'
2121fortran_compiler :
2222- gfortran
2323fortran_compiler_version :
24- - ' 10 '
24+ - ' 11 '
2525mpi_type :
2626- conda
2727target_platform :
Original file line number Diff line number Diff line change 11c_compiler :
22- gcc
33c_compiler_version :
4- - ' 10 '
4+ - ' 11 '
55cdt_name :
66- cos7
77channel_sources :
@@ -13,15 +13,15 @@ cudatoolkit:
1313cxx_compiler :
1414- gxx
1515cxx_compiler_version :
16- - ' 10 '
16+ - ' 11 '
1717docker_image :
1818- quay.io/condaforge/linux-anvil-ppc64le-cuda:11.0
1919enable_cuda :
2020- ' True'
2121fortran_compiler :
2222- gfortran
2323fortran_compiler_version :
24- - ' 10 '
24+ - ' 11 '
2525mpi_type :
2626- external
2727target_platform :
Original file line number Diff line number Diff line change 1- {% set version = "4.1.4 " %}
1+ {% set version = "4.1.5 " %}
22{% set major = version.rpartition('.')[0] %}
3- {% set build = 2 %}
3+ {% set build = 0 %}
44
55# give conda package a higher build number
66{% if mpi_type == 'conda' %}
@@ -15,7 +15,7 @@ package:
1515source :
1616 fn : openmpi-{{ version }}.tar.bz2
1717 url : https://www.open-mpi.org/software/ompi/v{{ major }}/downloads/openmpi-{{ version }}.tar.bz2
18- sha256 : 92912e175fd1234368c8730c03f4996fe5942e7479bb1d10059405e7f2b3930d
18+ sha256 : a640986bc257389dd379886fdae6264c8cfa56bc98b71ce3ae3dfbd8ce61dbe3
1919
2020build :
2121 number : {{ build }}
You can’t perform that action at this time.
0 commit comments