Skip to content

Commit

Permalink
Merge pull request #97 from regro-cf-autotick-bot/4.2.2_hb0778f
Browse files Browse the repository at this point in the history
mpich v4.2.2
  • Loading branch information
minrk authored Jul 4, 2024
2 parents c036ffc + 99f197f commit 4bf31d3
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .ci_support/linux_64_mpi_typeconda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ c_compiler_version:
c_stdlib:
- sysroot
c_stdlib_version:
- '2.12'
- '2.17'
cdt_name:
- cos6
- cos7
channel_sources:
- conda-forge
channel_targets:
Expand Down
4 changes: 2 additions & 2 deletions .ci_support/linux_64_mpi_typeexternal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ c_compiler_version:
c_stdlib:
- sysroot
c_stdlib_version:
- '2.12'
- '2.17'
cdt_name:
- cos6
- cos7
channel_sources:
- conda-forge
channel_targets:
Expand Down
7 changes: 7 additions & 0 deletions .scripts/build_steps.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions .scripts/run_osx_build.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set version = "4.2.1" %}
{% set build = 1 %}
{% set version = "4.2.2" %}
{% set build = 0 %}

# give conda package a higher build number
{% if mpi_type == 'conda' %}
Expand All @@ -14,7 +14,7 @@ package:
source:
fn: mpich-{{ version }}.tar.gz
url: https://www.mpich.org/static/downloads/{{ version }}/mpich-{{ version }}.tar.gz
sha256: 23331b2299f287c3419727edc2df8922d7e7abbb9fd0ac74e03b9966f9ad42d7
sha256: 883f5bb3aeabf627cb8492ca02a03b191d09836bbe0f599d8508351179781d41
patches:
- libfrabric-osx-memsize.patch

Expand Down

0 comments on commit 4bf31d3

Please sign in to comment.