Skip to content

Commit

Permalink
HDF5: 1.14.4.3
Browse files Browse the repository at this point in the history
The latest bugfix release of HDF5 1.14
  • Loading branch information
ax3l committed Sep 2, 2024
1 parent e37dd94 commit 23f7149
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set version = "1.14.3" %}
{% set version = "1.14.4.3" %}
{% set maj_min_ver = ".".join(version.split(".")[:2]) %}
{% set build = 5 %}
{% set build = 0 %}

# recipe-lint fails if mpi is undefined
{% set mpi = mpi or 'nompi' %}
Expand Down Expand Up @@ -36,8 +36,8 @@ package:
version: {{ version }}

source:
url: https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-{{ maj_min_ver }}/hdf5-{{ version }}/src/hdf5-{{ version }}.tar.gz
sha256: 09cdb287aa7a89148c1638dd20891fdbae08102cf433ef128fd345338aa237c7
url: https://github.com/HDFGroup/hdf5/releases/download/hdf5_{{ version }}/hdf5-{{ version }}.tar.gz
sha256: 019ac451d9e1cf89c0482ba2a06f07a46166caf23f60fea5ef3c37724a318e03
patches:
# Atomicity tests seem to fail for openmpi
# This seems to be a known bug
Expand Down

0 comments on commit 23f7149

Please sign in to comment.