Skip to content

Commit

Permalink
Fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-s committed Dec 18, 2024
1 parent c992735 commit 8c113bd
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,17 @@ build:
- MSYS2_CMD # [win]

requirements:
build:
- cmake
host:
- python {{ python }}
build:
- cmake
{% if not environ.get('SBCL_SRC') %}
- sbcl={{ environ.get('CONDA_BUILD_SBCL_VERSION', '2.4.0') }}
{% endif %}
run:
- python {{ python }}
{% for package in resolved_packages('build') %}
{% if package.startswith('sbcl') %}
- {{ package }}
{% endif %}
{% endfor %}

0 comments on commit 8c113bd

Please sign in to comment.