Skip to content

Commit

Permalink
Corrected build requirements for Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
vtraag committed Jan 5, 2021
1 parent 75c8f14 commit fdcdd71
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,18 @@ requirements:
build:
- {{ compiler('c') }}
- {{ compiler('cxx') }}
- flex
- bison
- libtool
- autoconf
- automake
- {{ compiler('fortran') }}
- pkg-config # [not win]
- make # [not win]
- {{ posix }}autoconf
- automake # [not win]
- {{ posix }}bison
- {{ posix }}flex
- {{ posix }}libtool
- vs2017_{{ target_platform }} # [win]
- posix # [win]
- m2w64-toolchain # [win]
- m2-automake-wrapper # [win]
host:
- python
- pip
Expand Down

0 comments on commit fdcdd71

Please sign in to comment.