View | Details | Raw Unified | Return to bug 218780 | Differences between
and this patch

Collapse All | Expand All

(-)science/py-scipy/Makefile (-1 / +3 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	scipy
4
PORTNAME=	scipy
5
PORTVERSION=	0.19.0
5
PORTVERSION=	0.19.0
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	science python
7
CATEGORIES=	science python
8
MASTER_SITES=	http://docs.scipy.org/doc/${DISTNAME}/:doc \
8
MASTER_SITES=	http://docs.scipy.org/doc/${DISTNAME}/:doc \
9
		CHEESESHOP:source \
9
		CHEESESHOP:source \
Lines 35-40 Link Here
35
35
36
post-extract:
36
post-extract:
37
	@${CP} ${DISTDIR}/scipy-ref-${PORTVERSION}.pdf ${WRKDIR}
37
	@${CP} ${DISTDIR}/scipy-ref-${PORTVERSION}.pdf ${WRKDIR}
38
	# Syntax error with GCC5.
39
	${REINPLACE_CMD} -e "s|) IF(| .AND. |" ${WRKSRC}/scipy/odr/odrpack/d_lpkbls.f
38
40
39
# This line help fix the plist error because autoplist list it as a file but it is a directory
41
# This line help fix the plist error because autoplist list it as a file but it is a directory
40
	@cd ${WRKSRC}/scipy/stats/tests/data && ${TOUCH} tmp
42
	@cd ${WRKSRC}/scipy/stats/tests/data && ${TOUCH} tmp

Return to bug 218780