Skip to content

Commit

Permalink
Fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
isuruf committed Jun 12, 2024
1 parent 899294d commit 180798b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -364,10 +364,8 @@ outputs:
- gcc_impl_{{ cross_target_platform }} >={{ gcc_version }}
- {{ pin_subpackage("libgfortran" ~ libgfortran_soname, max_pin=None) }} # [target_platform == cross_target_platform]
- {{ pin_subpackage("libgcc" ~ runtime_suffix, max_pin=None) }} # [target_platform == cross_target_platform]
- {{ pin_subpackage("libstdcxx" ~ runtime_suffix, max_pin=None) }} # [target_platform == cross_target_platform]
- {{ cross_target_stdlib }}_{{ cross_target_platform }}
# Any version newer than the devtoolset works. This can be removed when bootstrapping.
- libgcc{{ runtime_suffix }} >=4.9
- libstdcxx{{ runtime_suffix }} >=4.9
run_exports:
# impose this requirement across the build/host boundary
strong:
Expand Down

0 comments on commit 180798b

Please sign in to comment.