Skip to content

Commit

Permalink
updated v5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
regro-cf-autotick-bot committed Dec 25, 2023
1 parent b3da828 commit f2b86eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set version = "5.0.0" %}
{% set version = "5.0.1" %}
{% set major = version.rpartition('.')[0] %}
{% set build = 2 %}
{% set build = 0 %}

# give conda package a higher build number
{% if mpi_type == 'conda' %}
Expand All @@ -15,7 +15,7 @@ package:
source:
fn: openmpi-{{ version }}.tar.bz2
url: https://www.open-mpi.org/software/ompi/v{{ major }}/downloads/openmpi-{{ version }}.tar.bz2
sha256: 9d845ca94bc1aeb445f83d98d238cd08f6ec7ad0f73b0f79ec1668dbfdacd613
sha256: e357043e65fd1b956a47d0dae6156a90cf0e378df759364936c1781f1a25ef80

build:
number: {{ build }}
Expand Down

0 comments on commit f2b86eb

Please sign in to comment.