Revision: 424
http://rpy.svn.sourceforge.net/rpy/?rev=424&view=rev
Author: lgautier
Date: 2008-03-08 06:33:33 -0800 (Sat, 08 Mar 2008)
Log Message:
-----------
- Added empty __init__.py to mean that rpy is a package
- setup.py now considers 'rinterface' and 'robjects' as members of a package
'rpy'
Modified Paths:
--------------
trunk/sandbox/rpy_nextgen/setup.py
Added Paths:
-----------
trunk/sandbox/rpy_nextgen/rpy/__init__.py
Added: trunk/sandbox/rpy_nextgen/rpy/__init__.py
===================================================================
Modified: trunk/sandbox/rpy_nextgen/setup.py
===================================================================
--- trunk/sandbox/rpy_nextgen/setup.py 2008-03-08 13:23:13 UTC (rev 423)
+++ trunk/sandbox/rpy_nextgen/setup.py 2008-03-08 14:33:33 UTC (rev 424)
@@ -13,8 +13,8 @@
rinterface = Extension(
- "rinterface",
- ["rinterface/rinterface.c", ],
+ "rpy.rinterface",
+ ["rpy/rinterface/rinterface.c", ],
include_dirs=[ os.path.join(RHOME, 'include'),],
libraries=['R', 'Rlapack', 'Rblas'],
library_dirs=r_libs,
@@ -28,5 +28,5 @@
url="http://rpy.sourceforge.net",
license="(L)GPL",
ext_modules = [rinterface],
- packages = ['robjects']
+ packages = ['rpy', 'rpy.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
[email protected]
https://lists.sourceforge.net/lists/listinfo/rpy-list