Skip to content

Commit

Permalink
fix z3-solver host dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pauleve committed Jun 28, 2024
1 parent 50151a4 commit ae9962c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions z3-solver/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,14 @@ build:

requirements:
host:
- python
- {{ compiler('cxx') }}
- python {{ python }}
- setuptools >=46.4.0
- wheel
- cmake
- pip
run:
- python
- python {{ python }}
- libgcc-ng
- libstdcxx-ng
- importlib-resources # [py<39]
Expand Down

0 comments on commit ae9962c

Please sign in to comment.