Skip to content

Commit

Permalink
Manual rebuild for 1.14.2 (#208)
Browse files Browse the repository at this point in the history
automerged PR by conda-forge/automerge-action
  • Loading branch information
github-actions[bot] authored Aug 20, 2023
2 parents 9d69fe7 + 3a440d8 commit 12bf852
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 98 deletions.
9 changes: 3 additions & 6 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "1.14.1" %}
{% set version = "1.14.2" %}
{% set maj_min_ver = ".".join(version.split(".")[:2]) %}
{% set build = 0 %}

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 }}-2.tar.gz
sha256: cbe93f275d5231df28ced9549253793e40cd2b555e3d288df09d7b89a9967b07
url: https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-{{ maj_min_ver }}/hdf5-{{ version }}/src/hdf5-{{ version }}.tar.gz
sha256: 1c342e634008284a8c2794c8e7608e2eaf26d01d445fb3dfd7f33cb2fb51ac53
patches:
# Atomicity tests seem to fail for openmpi
# This seems to be a known bug
Expand All @@ -50,9 +50,6 @@ source:
# Enable cross-compiling on osx
- patches/osx_cross_configure.patch # [osx and build_platform != target_platform]
- patches/osx_cross_makefile.patch # [osx and build_platform != target_platform]
# gfortran 13 compatibility
# https://github.com/HDFGroup/hdf5/pull/2957
- patches/2957.patch

build:
number: {{ build }}
Expand Down
64 changes: 0 additions & 64 deletions recipe/patches/2957.patch

This file was deleted.

28 changes: 0 additions & 28 deletions recipe/patches/libaec-on-windows.patch

This file was deleted.

1 comment on commit 12bf852

@conda-forge-webservices
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi! This is the friendly automated conda-forge-webservice.

I updated the Github team because of this commit.

You should get push access to this feedstock and CI services.

Your package won't be available for installation locally until it is built
and synced to the anaconda.org CDN (takes 1-2 hours after the build finishes).

Feel free to join the community Element channel.

NOTE: Please make sure to not push to the repository directly.
Use branches in your fork for any changes and send a PR.
More details on this are here.

Please sign in to comment.