Skip to content

Commit

Permalink
REL: package cudd_zdd.c in Makefile action sdist
Browse files Browse the repository at this point in the history
  • Loading branch information
johnyf committed Dec 13, 2023
1 parent c87340a commit ac38681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ sdist_test_cudd: clean wheel_deps
sdist: clean wheel_deps
-rm dist/*.tar.gz
pip install -U build cython
export DD_CUDD=1 DD_BUDDY=1 DD_SYLVAN=1; \
export DD_CUDD=1 DD_CUDD_ZDD=1 DD_BUDDY=1 DD_SYLVAN=1; \
python -m build --sdist --no-isolation

wheel_deps:
Expand Down

0 comments on commit ac38681

Please sign in to comment.