summaryrefslogtreecommitdiffstats
path: root/math/rpy2/Makefile
blob: 53b108595a8f53dd64eb9674f21ff23d498712fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Created by: ijliao
# $FreeBSD$

PORTNAME=	rpy2
PORTVERSION=	2.7.8
PORTREVISION=	4
CATEGORIES=	math
MASTER_SITES=	CHEESESHOP

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Python interface to the R Programming Language

LICENSE=	GPLv2+

BUILD_DEPENDS=	${PYNUMPY} \
		R:math/R
RUN_DEPENDS=	${PYNUMPY} \
		R:math/R

USES=		fortran python readline
USE_PYTHON=	distutils autoplist
LDFLAGS+=	-Wl,--as-needed

pre-configure:
	@(if [ ! -e ${LOCALBASE}/lib/R/lib/libR.so ] ; then \
	${ECHO_MSG} "==> ${PKGNAME} requires math/R to be built with the" ; \
	${ECHO_MSG} "==> LIBR option enabled." ; \
	exit 1; fi)

post-install:
	${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/rpy2/rinterface/*.so

.include <bsd.port.mk>
OpenPOWER on IntegriCloud