Skip to content

Commit

Permalink
Merge pull request #28 from h-vetinari/flang_17
Browse files Browse the repository at this point in the history
LLVM Flang 17
  • Loading branch information
isuruf authored Sep 3, 2023
2 parents d3e8fc5 + fc5ddd5 commit bfbf4bf
Show file tree
Hide file tree
Showing 29 changed files with 886 additions and 171 deletions.
40 changes: 40 additions & 0 deletions .azure-pipelines/azure-pipelines-linux.yml

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

81 changes: 29 additions & 52 deletions .azure-pipelines/azure-pipelines-win.yml

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

7 changes: 6 additions & 1 deletion .ci_support/README

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

23 changes: 23 additions & 0 deletions .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
c_compiler:
- gcc
c_compiler_version:
- '12'
cdt_name:
- cos6
channel_sources:
- conda-forge/label/llvm_rc,conda-forge
channel_targets:
- conda-forge llvm_rc
cxx_compiler:
- gxx
cxx_compiler_version:
- '12'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
target_platform:
- linux-64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
zlib:
- '1.2'
12 changes: 6 additions & 6 deletions .ci_support/win_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
c_compiler:
- vs2017
- vs2019
channel_sources:
- conda-forge,defaults
- conda-forge/label/llvm_rc,conda-forge
channel_targets:
- conda-forge main
- conda-forge llvm_rc
cxx_compiler:
- vs2017
- vs2019
target_platform:
- win-64
vc:
- '14'
zlib:
- '1.2'
5 changes: 3 additions & 2 deletions .circleci/config.yml

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

2 changes: 2 additions & 0 deletions .gitattributes

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

87 changes: 87 additions & 0 deletions .scripts/build_steps.sh

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

35 changes: 35 additions & 0 deletions .scripts/logging_utils.sh

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

Loading

0 comments on commit bfbf4bf

Please sign in to comment.