Revision: 414 http://rpy.svn.sourceforge.net/rpy/?rev=414&view=rev Author: lgautier Date: 2008-03-03 13:32:15 -0800 (Mon, 03 Mar 2008)
Log Message: ----------- - blas and lapack libraries - robjects as package (this is all temporary, the overall hierachy of packages and modules will change) Modified Paths: -------------- trunk/sandbox/rpy_nextgen/setup.py Modified: trunk/sandbox/rpy_nextgen/setup.py =================================================================== --- trunk/sandbox/rpy_nextgen/setup.py 2008-03-03 21:30:49 UTC (rev 413) +++ trunk/sandbox/rpy_nextgen/setup.py 2008-03-03 21:32:15 UTC (rev 414) @@ -16,7 +16,7 @@ "rinterface", ["rinterface/rinterface.c", ], include_dirs=[ os.path.join(RHOME, 'include'),], - libraries=['R'], + libraries=['R', 'Rlapack', 'Rblas'], library_dirs=r_libs, runtime_library_dirs=r_libs, #extra_link_args=[], @@ -27,6 +27,6 @@ description="Python interface to the R language", url="http://rpy.sourceforge.net", license="(L)GPL", - ext_modules=[rinterface], - py_modules=['robjects'] + ext_modules = [rinterface], + packages = ['robjects'] ) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ rpy-list mailing list rpy-list@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/rpy-list