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:
parent
ba856133e5
commit
f24227e0c8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user