Skip to content

Commit

Permalink
science/py-asap3: Fix python suffix in shared library name
Browse files Browse the repository at this point in the history
Reported by:	fallout
  • Loading branch information
yurivict committed Jun 29, 2022
1 parent c976fa7 commit e414727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion science/py-asap3/Makefile
Expand Up @@ -19,6 +19,6 @@ USES= localbase python:3.7+
USE_PYTHON= distutils concurrent autoplist pytest

post-install:
@${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/_asap.cpython-38.so
@${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/_asap.cpython-${PYTHON_SUFFIX}.so

.include <bsd.port.mk>

0 comments on commit e414727

Please sign in to comment.