56b97808af
-------------------- Fixed bugs o There was several memory leaks due to bad management of Python refcounts. o There was wrong synchronization of the thread running the R event loop and the calls to the R interpreter. o There was a bug with signal handling which caused segfault when 'Ctrl-C' were pressed. o The R event loop shouldn't be run in non-interactive sessions. o The i/o Python callbacks were wrong synchronized with the R event loop thread. New features o Added a rpy_version symbol.
19 lines
493 B
Makefile
19 lines
493 B
Makefile
# $NetBSD: Makefile,v 1.5 2003/12/04 13:50:33 adam Exp $
|
|
#
|
|
|
|
DISTNAME= rpy-0.3.1
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= math
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=rpy/}
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://rpy.sourceforge.net/
|
|
COMMENT= R interface for Python
|
|
|
|
USE_BUILDLINK2= YES
|
|
PYDISTUTILSPKG= YES
|
|
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../math/py-Numeric/buildlink2.mk"
|
|
.include "../../math/R/buildlink2.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|