freebsd-ports/math/rpy2/Makefile
Gerald Pfeifer c2a92a1aea Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
2018-03-10 17:46:04 +00:00

32 lines
731 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= rpy2
PORTVERSION= 2.7.8
PORTREVISION= 7
CATEGORIES= math
MASTER_SITES= CHEESESHOP
MAINTAINER= ports@FreeBSD.org
COMMENT= Python interface to the R Programming Language
LICENSE= GPLv2+
BUILD_DEPENDS= ${PYNUMPY}
LIB_DEPENDS= libR.so:math/R
RUN_DEPENDS= ${PYNUMPY}
USES= fortran python readline
USE_PYTHON= distutils autoplist concurrent optsuffix
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>