Skip to content

Commit

Permalink
Merge pull request #69 from timsnyder/fix_gfortran_symlink_deps
Browse files Browse the repository at this point in the history
gfortran symlinks should depend on _impl, not activation
  • Loading branch information
isuruf authored Mar 26, 2022
2 parents 7ac7228 + fa6e26b commit 93ab56f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ source:
path: .

build:
number: 8
number: 9
skip: True # [not linux]

requirements:
Expand Down Expand Up @@ -166,7 +166,8 @@ outputs:
build:
skip: True # [target_platform != ctng_target_platform]
requirements:
- gfortran_{{ target_platform }} {{ ctng_gcc }}.*
- gfortran_impl_{{ target_platform }} {{ ctng_gcc }}.*
- gcc_impl_{{ target_platform }} {{ ctng_gcc }}.*
- gcc {{ ctng_gcc }}.*
run_exports:
strong:
Expand Down

0 comments on commit 93ab56f

Please sign in to comment.