Skip to content

Commit

Permalink
remove work-arounds for libfortran-main
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Jul 28, 2023
1 parent cd84ee8 commit 504cdb4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,7 @@ outputs:
script: install_libfortran_main.sh # [unix]
script: install_libfortran_main.bat # [win]
requirements:
build:
# if there's no build env, windows fails with EnvironmentLocationNotFound (what?!)
- {{ compiler('c') }} # [win]
- {{ compiler('cxx') }} # [win]
host:
# this is just here to have a non-empty host environment
- {{ pin_subpackage('libflang', exact=True) }}
run:
# not sure what we need here
test:
Expand Down

0 comments on commit 504cdb4

Please sign in to comment.