Skip to content

Commit

Permalink
Merge pull request #35 from WeiqunZhang/release-24.11
Browse files Browse the repository at this point in the history
Release: 24.11
  • Loading branch information
WeiqunZhang authored Nov 4, 2024
2 parents f348e1a + 3d21e94 commit 859defe
Show file tree
Hide file tree
Showing 13 changed files with 115 additions and 75 deletions.
2 changes: 1 addition & 1 deletion .azure-pipelines/azure-pipelines-osx.yml

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

19 changes: 2 additions & 17 deletions .azure-pipelines/azure-pipelines-win.yml

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

6 changes: 3 additions & 3 deletions .ci_support/osx_64_mpimpich.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ MACOSX_SDK_VERSION:
c_compiler:
- clang
c_compiler_version:
- '17'
- '18'
c_stdlib:
- macosx_deployment_target
c_stdlib_version:
Expand All @@ -17,9 +17,9 @@ channel_targets:
cxx_compiler:
- clangxx
cxx_compiler_version:
- '17'
- '18'
llvm_openmp:
- '17'
- '18'
macos_machine:
- x86_64-apple-darwin13.4.0
mpi:
Expand Down
6 changes: 3 additions & 3 deletions .ci_support/osx_64_mpinompi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ MACOSX_SDK_VERSION:
c_compiler:
- clang
c_compiler_version:
- '17'
- '18'
c_stdlib:
- macosx_deployment_target
c_stdlib_version:
Expand All @@ -17,9 +17,9 @@ channel_targets:
cxx_compiler:
- clangxx
cxx_compiler_version:
- '17'
- '18'
llvm_openmp:
- '17'
- '18'
macos_machine:
- x86_64-apple-darwin13.4.0
mpi:
Expand Down
6 changes: 3 additions & 3 deletions .ci_support/osx_64_mpiopenmpi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ MACOSX_SDK_VERSION:
c_compiler:
- clang
c_compiler_version:
- '17'
- '18'
c_stdlib:
- macosx_deployment_target
c_stdlib_version:
Expand All @@ -17,9 +17,9 @@ channel_targets:
cxx_compiler:
- clangxx
cxx_compiler_version:
- '17'
- '18'
llvm_openmp:
- '17'
- '18'
macos_machine:
- x86_64-apple-darwin13.4.0
mpi:
Expand Down
6 changes: 3 additions & 3 deletions .ci_support/osx_arm64_mpimpich.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ MACOSX_SDK_VERSION:
c_compiler:
- clang
c_compiler_version:
- '17'
- '18'
c_stdlib:
- macosx_deployment_target
c_stdlib_version:
Expand All @@ -17,9 +17,9 @@ channel_targets:
cxx_compiler:
- clangxx
cxx_compiler_version:
- '17'
- '18'
llvm_openmp:
- '17'
- '18'
macos_machine:
- arm64-apple-darwin20.0.0
mpi:
Expand Down
6 changes: 3 additions & 3 deletions .ci_support/osx_arm64_mpinompi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ MACOSX_SDK_VERSION:
c_compiler:
- clang
c_compiler_version:
- '17'
- '18'
c_stdlib:
- macosx_deployment_target
c_stdlib_version:
Expand All @@ -17,9 +17,9 @@ channel_targets:
cxx_compiler:
- clangxx
cxx_compiler_version:
- '17'
- '18'
llvm_openmp:
- '17'
- '18'
macos_machine:
- arm64-apple-darwin20.0.0
mpi:
Expand Down
6 changes: 3 additions & 3 deletions .ci_support/osx_arm64_mpiopenmpi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ MACOSX_SDK_VERSION:
c_compiler:
- clang
c_compiler_version:
- '17'
- '18'
c_stdlib:
- macosx_deployment_target
c_stdlib_version:
Expand All @@ -17,9 +17,9 @@ channel_targets:
cxx_compiler:
- clangxx
cxx_compiler_version:
- '17'
- '18'
llvm_openmp:
- '17'
- '18'
macos_machine:
- arm64-apple-darwin20.0.0
mpi:
Expand Down
14 changes: 7 additions & 7 deletions .scripts/build_steps.sh

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

43 changes: 27 additions & 16 deletions .scripts/run_osx_build.sh

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

39 changes: 29 additions & 10 deletions .scripts/run_win_build.bat

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

33 changes: 29 additions & 4 deletions azure-pipelines.yml

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

4 changes: 2 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "amrex" %}
{% set version = "24.10" %}
{% set version = "24.11" %}
{% set build = 0 %}

# ensure mpi is defined (needed for conda-smithy recipe-lint)
Expand All @@ -16,7 +16,7 @@ package:

source:
url: https://github.com/AMReX-Codes/amrex/archive/refs/tags/{{ version }}.tar.gz
sha256: 2d10ef1f2a5209b12f77dfe675862651fcef288eb07f273800d9f0e57c8fbea2
sha256: a720eeabfab643e803a4b3bc77a48e20ff778963061c0947d6989b566ba6f104

build:
number: {{ build }}
Expand Down

0 comments on commit 859defe

Please sign in to comment.