Skip to content

Commit

Permalink
don't actually need cxx
Browse files Browse the repository at this point in the history
  • Loading branch information
minrk committed Nov 19, 2024
1 parent fc77ac0 commit a38da53
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions recipes/openpmix/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ requirements:
build:
- {{ compiler('c') }}
- {{ stdlib('c') }}
- {{ compiler('cxx') }}
- make
- pkg-config
- python 3.12
Expand Down Expand Up @@ -58,7 +57,6 @@ outputs:
build:
- {{ compiler('c') }}
- {{ stdlib('c') }}
- {{ compiler('cxx') }}
- make
- pkg-config
- python 3.12
Expand Down Expand Up @@ -107,7 +105,6 @@ outputs:
build:
- {{ compiler('c') }}
- {{ stdlib('c') }}
- {{ compiler('cxx') }}
host:
- {{ pin_subpackage('libpmix', exact=True) }}
run:
Expand Down
3 changes: 0 additions & 3 deletions recipes/prrte/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ requirements:
build:
- {{ compiler('c') }}
- {{ stdlib('c') }}
- {{ compiler('cxx') }}
- make
- pkg-config
host:
Expand Down Expand Up @@ -53,7 +52,6 @@ outputs:
build:
- {{ compiler('c') }}
- {{ stdlib('c') }}
- {{ compiler('cxx') }}
host:
- libevent
- libhwloc
Expand Down Expand Up @@ -92,7 +90,6 @@ outputs:
build:
- {{ compiler('c') }}
- {{ stdlib('c') }}
- {{ compiler('cxx') }}
host:
- libevent
- libhwloc
Expand Down

0 comments on commit a38da53

Please sign in to comment.