Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flang19 #8

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
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
6 changes: 6 additions & 0 deletions .ci_support/win_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
c_stdlib:
- vs
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
fortran_compiler:
- flang
fortran_compiler_version:
- '19'
target_platform:
- win-64
4 changes: 2 additions & 2 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_osx_build.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.

12 changes: 4 additions & 8 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,19 @@ source:
sha256: aec475ccb5ccf7c5a758dfb699626f2be78a22729a9d8d5e0a286db6a3213a51

build:
number: 4
number: 5

requirements:
build:
- {{ compiler('fortran') }} # [not win]
- {{ stdlib("c") }} # [not win]
- m2w64-gcc-fortran # [win]
- {{ stdlib("c") }}
- {{ compiler("fortran") }}
- cmake
- pkg-config >=0.21
- make # [not win]
- ninja # [win]
host:
- llvm-openmp
- m2w64-gcc-fortran # [win]
run:
- m2w64-gcc-libgfortran # [win]
- m2w64-gcc-libs # [win]
run: # intentionally empty

test:
commands:
Expand Down
Loading