Skip to content
Merged
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
4 changes: 3 additions & 1 deletion recipes/example/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,10 @@ build:
requirements:
build:
# If your project compiles code (such as a C extension) then add the required compilers as separate entries here.
# Compilers are named 'c', 'cxx' and 'fortran'.
# Compilers are named 'c', 'cxx', 'fortran', among others
- {{ compiler('c') }}
# this is necessary for all compiled recipes
- {{ stdlib('c') }}
host:
- python
- pip
Expand Down