Skip to content

Commit

Permalink
Move python + sbcl deps to build run_exports
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-s committed Dec 18, 2024
1 parent c992735 commit 5cd2493
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ build:
requirements:
build:
- cmake
host:
- python {{ python }}
run_exports:
- python {{ python }}
{% if not environ.get('SBCL_SRC') %}
- sbcl={{ environ.get('CONDA_BUILD_SBCL_VERSION', '2.4.0') }}
- sbcl={{ environ.get('CONDA_BUILD_SBCL_VERSION', '2.4.0') }}
{% endif %}

0 comments on commit 5cd2493

Please sign in to comment.