Skip to content

Commit dfc7e7e

Browse files
authored
Merge pull request #116 from regro-cf-autotick-bot/4.1.5_hec59cd
openmpi v4.1.5
2 parents 3217373 + a794f3e commit dfc7e7e

7 files changed

+21
-21
lines changed

.ci_support/linux_64_mpi_typeconda.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
c_compiler:
22
- gcc
33
c_compiler_version:
4-
- '10'
4+
- '11'
55
cdt_name:
66
- cos6
77
channel_sources:
@@ -13,15 +13,15 @@ cudatoolkit:
1313
cxx_compiler:
1414
- gxx
1515
cxx_compiler_version:
16-
- '10'
16+
- '11'
1717
docker_image:
1818
- quay.io/condaforge/linux-anvil-cos7-cuda:10.2
1919
enable_cuda:
2020
- 'True'
2121
fortran_compiler:
2222
- gfortran
2323
fortran_compiler_version:
24-
- '10'
24+
- '11'
2525
mpi_type:
2626
- conda
2727
target_platform:

.ci_support/linux_64_mpi_typeexternal.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
c_compiler:
22
- gcc
33
c_compiler_version:
4-
- '10'
4+
- '11'
55
cdt_name:
66
- cos6
77
channel_sources:
@@ -13,15 +13,15 @@ cudatoolkit:
1313
cxx_compiler:
1414
- gxx
1515
cxx_compiler_version:
16-
- '10'
16+
- '11'
1717
docker_image:
1818
- quay.io/condaforge/linux-anvil-cos7-cuda:10.2
1919
enable_cuda:
2020
- 'True'
2121
fortran_compiler:
2222
- gfortran
2323
fortran_compiler_version:
24-
- '10'
24+
- '11'
2525
mpi_type:
2626
- external
2727
target_platform:

.ci_support/linux_aarch64_mpi_typeconda.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ BUILD:
33
c_compiler:
44
- gcc
55
c_compiler_version:
6-
- '10'
6+
- '11'
77
cdt_arch:
88
- aarch64
99
cdt_name:
@@ -17,15 +17,15 @@ cudatoolkit:
1717
cxx_compiler:
1818
- gxx
1919
cxx_compiler_version:
20-
- '10'
20+
- '11'
2121
docker_image:
2222
- quay.io/condaforge/linux-anvil-aarch64-cuda:11.0
2323
enable_cuda:
2424
- 'True'
2525
fortran_compiler:
2626
- gfortran
2727
fortran_compiler_version:
28-
- '10'
28+
- '11'
2929
mpi_type:
3030
- conda
3131
target_platform:

.ci_support/linux_aarch64_mpi_typeexternal.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ BUILD:
33
c_compiler:
44
- gcc
55
c_compiler_version:
6-
- '10'
6+
- '11'
77
cdt_arch:
88
- aarch64
99
cdt_name:
@@ -17,15 +17,15 @@ cudatoolkit:
1717
cxx_compiler:
1818
- gxx
1919
cxx_compiler_version:
20-
- '10'
20+
- '11'
2121
docker_image:
2222
- quay.io/condaforge/linux-anvil-aarch64-cuda:11.0
2323
enable_cuda:
2424
- 'True'
2525
fortran_compiler:
2626
- gfortran
2727
fortran_compiler_version:
28-
- '10'
28+
- '11'
2929
mpi_type:
3030
- external
3131
target_platform:

.ci_support/linux_ppc64le_mpi_typeconda.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
c_compiler:
22
- gcc
33
c_compiler_version:
4-
- '10'
4+
- '11'
55
cdt_name:
66
- cos7
77
channel_sources:
@@ -13,15 +13,15 @@ cudatoolkit:
1313
cxx_compiler:
1414
- gxx
1515
cxx_compiler_version:
16-
- '10'
16+
- '11'
1717
docker_image:
1818
- quay.io/condaforge/linux-anvil-ppc64le-cuda:11.0
1919
enable_cuda:
2020
- 'True'
2121
fortran_compiler:
2222
- gfortran
2323
fortran_compiler_version:
24-
- '10'
24+
- '11'
2525
mpi_type:
2626
- conda
2727
target_platform:

.ci_support/linux_ppc64le_mpi_typeexternal.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
c_compiler:
22
- gcc
33
c_compiler_version:
4-
- '10'
4+
- '11'
55
cdt_name:
66
- cos7
77
channel_sources:
@@ -13,15 +13,15 @@ cudatoolkit:
1313
cxx_compiler:
1414
- gxx
1515
cxx_compiler_version:
16-
- '10'
16+
- '11'
1717
docker_image:
1818
- quay.io/condaforge/linux-anvil-ppc64le-cuda:11.0
1919
enable_cuda:
2020
- 'True'
2121
fortran_compiler:
2222
- gfortran
2323
fortran_compiler_version:
24-
- '10'
24+
- '11'
2525
mpi_type:
2626
- external
2727
target_platform:

recipe/meta.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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:
1515
source:
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

2020
build:
2121
number: {{ build }}

0 commit comments

Comments
 (0)