Skip to content

Commit

Permalink
math/py-hmmlearn: dehardcode PYTHON_SUFFIX
Browse files Browse the repository at this point in the history
this allows us to build this port with other python versions

PR:		275494
Approved by:	portmger (blanket approval)
  • Loading branch information
mexicarne committed Jan 16, 2024
1 parent ac46253 commit 55e313d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion math/py-hmmlearn/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ USES= python
USE_PYTHON= autoplist pep517 pytest

post-stage:
@${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/hmmlearn/_hmmc.cpython-39.so
@${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/hmmlearn/_hmmc.cpython-${PYTHON_SUFFIX}.so

# 2023-12-29: Tests currently fail due to known upstream issues
do-test:
Expand Down

0 comments on commit 55e313d

Please sign in to comment.