Skip to content

Commit

Permalink
Merge pull request #83 from regro-cf-autotick-bot/2.9.2_h125ae7
Browse files Browse the repository at this point in the history
adios2 v2.9.2
  • Loading branch information
vicentebolea authored Nov 2, 2023
2 parents ff05da5 + c274b34 commit 47fb52f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 27 deletions.
21 changes: 0 additions & 21 deletions recipe/3769.patch

This file was deleted.

9 changes: 3 additions & 6 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% set name = "adios2" %}
{% set version = "2.9.1" %}
{% set sha256 = "ddfa32c14494250ee8a48ef1c97a1bf6442c15484bbbd4669228a0f90242f4f9" %}
{% set build = 4 %}
{% set version = "2.9.2" %}
{% set sha256 = "78309297c82a95ee38ed3224c98b93d330128c753a43893f63bbe969320e4979" %}
{% set build = 0 %}

# ensure mpi is defined (needed for conda-smithy recipe-lint)
{% set mpi = mpi or 'nompi' %}
Expand Down Expand Up @@ -32,9 +32,6 @@ source:
sha256: {{ sha256 }}
patches:
- python-exclude-from-all.patch
# Fix ChunkV maintaining CurOffset when downsizing current chunk #3769
# https://github.com/ornladios/ADIOS2/pull/3769
- 3769.patch

build:
number: {{ build }}
Expand Down

0 comments on commit 47fb52f

Please sign in to comment.