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 28f19cd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.8
0.2.0
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 28f19cd

Please sign in to comment.