Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

8 changes: 4 additions & 4 deletions .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
c_compiler:
- gcc
c_compiler_version:
- '12'
- '13'
c_stdlib:
- sysroot
c_stdlib_version:
- '2.12'
- '2.17'
cdt_name:
- cos6
- cos7
channel_sources:
- conda-forge
channel_targets:
Expand All @@ -17,7 +17,7 @@ docker_image:
fortran_compiler:
- gfortran
fortran_compiler_version:
- '12'
- '13'
target_platform:
- linux-64
zip_keys:
Expand Down
4 changes: 2 additions & 2 deletions .ci_support/linux_aarch64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ BUILD:
c_compiler:
- gcc
c_compiler_version:
- '12'
- '13'
c_stdlib:
- sysroot
c_stdlib_version:
Expand All @@ -21,7 +21,7 @@ docker_image:
fortran_compiler:
- gfortran
fortran_compiler_version:
- '12'
- '13'
target_platform:
- linux-aarch64
zip_keys:
Expand Down
4 changes: 2 additions & 2 deletions .ci_support/linux_ppc64le_.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
c_compiler:
- gcc
c_compiler_version:
- '12'
- '13'
c_stdlib:
- sysroot
c_stdlib_version:
Expand All @@ -17,7 +17,7 @@ docker_image:
fortran_compiler:
- gfortran
fortran_compiler_version:
- '12'
- '13'
target_platform:
- linux-ppc64le
zip_keys:
Expand Down
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: 2
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]
4 changes: 2 additions & 2 deletions .ci_support/osx_64_.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:
- '16'
- '18'
c_stdlib:
- macosx_deployment_target
c_stdlib_version:
Expand All @@ -17,7 +17,7 @@ channel_targets:
fortran_compiler:
- gfortran
fortran_compiler_version:
- '12'
- '13'
macos_machine:
- x86_64-apple-darwin13.4.0
target_platform:
Expand Down
4 changes: 2 additions & 2 deletions .ci_support/osx_arm64_.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:
- '16'
- '18'
c_stdlib:
- macosx_deployment_target
c_stdlib_version:
Expand All @@ -17,7 +17,7 @@ channel_targets:
fortran_compiler:
- gfortran
fortran_compiler_version:
- '12'
- '13'
macos_machine:
- arm64-apple-darwin20.0.0
target_platform:
Expand Down
20 changes: 8 additions & 12 deletions .ci_support/win_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,14 @@
c_compiler:
- vs2019
c_stdlib:
- vs
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
m2w64_c_compiler:
- gcc
m2w64_c_compiler_version:
- '13'
m2w64_c_stdlib:
- m2w64-sysroot
m2w64_c_stdlib_version:
- '12'
m2w64_fortran_compiler:
- gfortran
m2w64_fortran_compiler_version:
- '13'
fortran_compiler:
- flang
fortran_compiler_version:
- '19'
target_platform:
- win-64
17 changes: 9 additions & 8 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.

41 changes: 30 additions & 11 deletions .scripts/run_win_build.bat

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

Loading