1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00

science/py-scipy: Fix build with Clang 19

PR:		280716
Obtained from:	ab7d08c614
This commit is contained in:
Dimitry Andric 2024-08-15 17:47:27 +08:00 committed by Po-Chuan Hsieh
parent ba856133e5
commit f24227e0c8
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B

View File

@ -3,7 +3,7 @@ DISTVERSION= 1.11.1
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= science python
MASTER_SITES= https://docs.scipy.org/doc/${PORTNAME}-${DISTVERSION}/:doc \
MASTER_SITES= https://docs.scipy.org/doc/scipy-${DISTVERSION}/:doc \
PYPI:source \
SF:source
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -52,7 +52,7 @@ post-install:
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
@${UNZIP_CMD} -d ${STAGEDIR}${DOCSDIR} ${DISTDIR}/scipy-html-${DISTVERSION}.zip
@${RM} ${STAGEDIR}${PREFIX}/share/doc/${PYTHON_PKGNAMEPREFIX}${PORTNAME}/.buildinfo
@${RM} ${STAGEDIR}${DOCSDIR}/.buildinfo
do-test:
@cd ${WRKSRC} && ${TOUCH} .coveragerc && ${PYTHON_CMD} runtests.py