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 15b5edd
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@ 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 %}
build:
- cmake

0 comments on commit 15b5edd

Please sign in to comment.