Skip to content

Commit

Permalink
add C++ compiler to test env
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Aug 18, 2023
1 parent 63018dc commit 83ddeec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,10 @@ test:
- setuptools <60.0.0 # [py<=311]
- setuptools # [py==312]
- typing_extensions
# some linux tests need a C compiler;
# some linux tests need a C/C++ compiler;
# extra f2py tests need a fortran compiler
- {{ compiler('c') }} # [linux]
- {{ compiler('cxx') }} # [linux]
- {{ compiler('fortran') }} # [linux]
commands:
- f2py -h
Expand Down

0 comments on commit 83ddeec

Please sign in to comment.