diff options
Diffstat (limited to 'math/py-SQNomad/Makefile')
-rw-r--r-- | math/py-SQNomad/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-SQNomad/Makefile b/math/py-SQNomad/Makefile index f58c8de60700..26b830702e29 100644 --- a/math/py-SQNomad/Makefile +++ b/math/py-SQNomad/Makefile @@ -21,7 +21,7 @@ USES= python USE_PYTHON= pep517 autoplist post-install: - @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/libsqnomad${PYTHON_EXT_SUFFIX}.so + @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/libsqnomad${PYTHON_TAG}.so # there are a lot of errors during build stemming from the numpy code, for example: # cc: error: unknown argument: '-mavx5124fmaps' |