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

Collapse All | Expand All

(-)py-scipy/Makefile (-2 / +11 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME=	scipy
8
PORTNAME=	scipy
9
PORTVERSION=	0.7.0
9
PORTVERSION=	0.7.0
10
PORTREVISION=	1
10
CATEGORIES=	science python
11
CATEGORIES=	science python
11
MASTER_SITES=	SF
12
MASTER_SITES=	SF
12
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
13
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 48-57 Link Here
48
		blas.2:${PORTSDIR}/math/blas
49
		blas.2:${PORTSDIR}/math/blas
49
.endif
50
.endif
50
51
52
.if exists(${LOCALBASE}/lib/libumfpack.so.1)
53
BUILD_DEPENDS+=	swig:${PORTSDIR}/devel/swig13
54
LIB_DEPENDS+=	umfpack.1:${PORTSDIR}/math/suitesparse
55
.endif
56
57
PYDISTUTILS_CONFIGUREARGS+=	--fcompiler=gnu95
58
PYDISTUTILS_BUILDARGS+=	--fcompiler=gnu95
59
51
post-install:
60
post-install:
52
	@${FIND} ${PYTHON_SITELIBDIR}/scipy ! -type d | \
61
	@${FIND} ${PYTHONPREFIX_SITELIBDIR}/scipy ! -type d | \
53
		${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST}
62
		${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST}
54
	@${FIND} ${PYTHON_SITELIBDIR}/scipy -type d | ${SORT} -r | \
63
	@${FIND} ${PYTHONPREFIX_SITELIBDIR}/scipy -type d | ${SORT} -r | \
55
		${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST}
64
		${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST}
56
65
57
.include <bsd.port.post.mk>
66
.include <bsd.port.post.mk>

Return to bug 136058