Skip to content

Commit

Permalink
Merge pull request #26 from ax3l/release-25.06
Browse files Browse the repository at this point in the history
Release 24.06
  • Loading branch information
ax3l authored Jun 9, 2024
2 parents a9941f1 + b871963 commit 79b6790
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 98 deletions.
91 changes: 0 additions & 91 deletions recipe/3910.patch

This file was deleted.

10 changes: 3 additions & 7 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set name = "amrex" %}
{% set version = "24.05" %}
{% set build = 1 %}
{% set version = "24.06" %}
{% set build = 0 %}

# ensure mpi is defined (needed for conda-smithy recipe-lint)
{% set mpi = mpi or 'nompi' %}
Expand All @@ -16,11 +16,7 @@ package:

source:
url: https://github.com/AMReX-Codes/amrex/archive/refs/tags/{{ version }}.tar.gz
sha256: 97b3d192480a3a1b3a0facd903ada05d5c4cfb915f3e7365ec104fbca54cfb68
patches:
# OpenMP public symbols on Windows
# https://github.com/AMReX-Codes/amrex/pull/3910
- 3910.patch
sha256: 5e9c67b1927ce5b2b7b1cc6bbdb38db4a6b183500e4c6eec690b135c88c90068

build:
number: {{ build }}
Expand Down

0 comments on commit 79b6790

Please sign in to comment.