Skip to content

Commit

Permalink
Merge pull request #68 from regro-cf-autotick-bot/rebuild-flang19-0-1…
Browse files Browse the repository at this point in the history
…_hc8d4b3

Rebuild for flang 19
  • Loading branch information
ocefpaf authored Oct 15, 2024
2 parents 427e05c + 624fa67 commit 8b8b91f
Show file tree
Hide file tree
Showing 9 changed files with 60 additions and 14 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.

13 changes: 13 additions & 0 deletions .ci_support/migrations/flang19.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
__migrator:
kind: version
migration_number: 1
build_number: 1
commit_message: Rebuild for flang 19
platform_allowlist:
- win-64
override_cbc_keys:
- fortran_compiler_stub
migrator_ts: 1722763680.3089325

fortran_compiler_version: # [win64]
- 19 # [win64]
2 changes: 1 addition & 1 deletion .ci_support/win_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ cxx_compiler:
fortran_compiler:
- flang
fortran_compiler_version:
- '5'
- '19'
target_platform:
- win-64
2 changes: 2 additions & 0 deletions .scripts/build_steps.sh

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

4 changes: 2 additions & 2 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.

2 changes: 1 addition & 1 deletion build-locally.py

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

14 changes: 10 additions & 4 deletions conda-forge.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
build_platform: {osx_arm64: osx_64, linux_aarch64: linux_64, linux_ppc64le: linux_64}
build_platform:
linux_aarch64: linux_64
linux_ppc64le: linux_64
osx_arm64: osx_64
conda_build:
pkg_format: '2'
conda_forge_output_validation: true
provider: {linux_aarch64: default, linux_ppc64le: default, win: azure}
github:
branch_name: main
tooling_branch_name: main
conda_build:
pkg_format: '2'
provider:
linux_aarch64: default
linux_ppc64le: default
win: azure
test: native_and_emulated
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ package:
version: 1.8.0

build:
number: 0
number: 1

outputs:
- name: c-compiler
Expand Down

0 comments on commit 8b8b91f

Please sign in to comment.