diff options
Diffstat (limited to 'math/py-pytensor/Makefile')
-rw-r--r-- | math/py-pytensor/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-pytensor/Makefile b/math/py-pytensor/Makefile index f3ab180cfdcb..838148f7eb2e 100644 --- a/math/py-pytensor/Makefile +++ b/math/py-pytensor/Makefile @@ -30,7 +30,7 @@ USES= python USE_PYTHON= pep517 cython autoplist pytest # tests fail to run, see https://github.com/pymc-devs/pytensor/issues/355 post-install: - @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/pytensor/scan/scan_perform${PYTHON_EXT_SUFFIX}.so + @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/pytensor/scan/scan_perform${PYTHON_TAG}.so # BUG: installs the file /usr/local/lib/python3.9/site-packages/bin/__init__.py, see https://github.com/pymc-devs/pytensor/issues/356 |