biology/py-PySCeS: Fix build by adding USES=localbase:ldflags

Reported by:	fallout
This commit is contained in:
Yuri Victorovich 2023-12-14 00:42:00 -08:00
parent 675c650498
commit 6adf2325e9
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}scikit-build>0:devel/py-scikit-build@${PY_
RUN_DEPENDS= ${PY_DEPENDS} \
${PY_EXTRA}
USES= fortran python
USES= fortran localbase:ldflags python
USE_PYTHON= distutils autoplist pytest
LDFLAGS+= -lpython${PYTHON_VER} -shared # see https://github.com/PySCeS/pysces/issues/29