Skip to content

Commit

Permalink
math/py-PyMetis: Fix build with python-3.11
Browse files Browse the repository at this point in the history
PR:		275494
Approved by:	portmgr(blanket, fix build)
  • Loading branch information
wenheping committed Jan 22, 2024
1 parent a84e524 commit 34c962f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion math/py-PyMetis/Makefile
Expand Up @@ -23,7 +23,7 @@ USE_PYTHON= distutils autoplist pytest
TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}

post-install:
@${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/pymetis/_internal.cpython-39.so
@${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/pymetis/_internal.cpython-${PYTHON_SUFFIX}.so

do-test:
@cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest
Expand Down

0 comments on commit 34c962f

Please sign in to comment.