diff options
Diffstat (limited to 'science/py-dwave-samplers/Makefile')
-rw-r--r-- | science/py-dwave-samplers/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/science/py-dwave-samplers/Makefile b/science/py-dwave-samplers/Makefile index 1f613a7c0dd7..b51248d1ef3a 100644 --- a/science/py-dwave-samplers/Makefile +++ b/science/py-dwave-samplers/Makefile @@ -1,6 +1,6 @@ PORTNAME= dwave-samplers DISTVERSION= 1.3.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science python # quantum-computing PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -37,7 +37,7 @@ post-install: ${RM} -r samplers; \ ) # strip binaries - @${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR}/dwave/samplers -name "*${PYTHON_EXT_SUFFIX}.so" | ${XARGS} ${STRIP_CMD} + @${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR}/dwave/samplers -name "*${PYTHON_TAG}.so" | ${XARGS} ${STRIP_CMD} # remove conflicting __init__.py, see https://github.com/dwavesystems/dwave-system/issues/462 @${RM} -r \ ${STAGEDIR}${PYTHON_SITELIBDIR}/dwave/__init__.py \ |