We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3217373 commit bd017d7Copy full SHA for bd017d7
recipe/meta.yaml
@@ -1,6 +1,6 @@
1
-{% set version = "4.1.4" %}
+{% set version = "4.1.5" %}
2
{% set major = version.rpartition('.')[0] %}
3
-{% set build = 2 %}
+{% set build = 0 %}
4
5
# give conda package a higher build number
6
{% if mpi_type == 'conda' %}
@@ -15,7 +15,7 @@ package:
15
source:
16
fn: openmpi-{{ version }}.tar.bz2
17
url: https://www.open-mpi.org/software/ompi/v{{ major }}/downloads/openmpi-{{ version }}.tar.bz2
18
- sha256: 92912e175fd1234368c8730c03f4996fe5942e7479bb1d10059405e7f2b3930d
+ sha256: a640986bc257389dd379886fdae6264c8cfa56bc98b71ce3ae3dfbd8ce61dbe3
19
20
build:
21
number: {{ build }}
0 commit comments