Revision: 649
          http://rpy.svn.sourceforge.net/rpy/?rev=649&view=rev
Author:   lgautier
Date:     2008-09-03 07:28:53 +0000 (Wed, 03 Sep 2008)

Log Message:
-----------
tentative fix for the external (non-R) blas or lapack libraries
(someone to test ?)

Modified Paths:
--------------
    branches/rpy_nextgen/NEWS
    branches/rpy_nextgen/setup.py

Modified: branches/rpy_nextgen/NEWS
===================================================================
--- branches/rpy_nextgen/NEWS   2008-09-02 17:48:47 UTC (rev 648)
+++ branches/rpy_nextgen/NEWS   2008-09-03 07:28:53 UTC (rev 649)
@@ -31,9 +31,11 @@
 
 - proper reference counting when handling, and deleting, :attr:`Sexp.__sexp__` 
generated CObjects
 
-- get properly the include directories (no matter where they are) #bug report 
and fix adapted from Robert Nuske
+- setup.py: get properly the include directories (no matter where they are) 
#bug report and fix adapted from Robert Nuske
 
+- setup.py: link to external lapack or blas library when relevant
 
+
 Release 2.0.0a3
 ===============
 

Modified: branches/rpy_nextgen/setup.py
===================================================================
--- branches/rpy_nextgen/setup.py       2008-09-02 17:48:47 UTC (rev 648)
+++ branches/rpy_nextgen/setup.py       2008-09-03 07:28:53 UTC (rev 649)
@@ -113,7 +113,7 @@
              os.path.join('rpy', 'rinterface', 'rinterface.c')],
             include_dirs = include_dirs + 
                             [os.path.join('rpy', 'rinterface'),],
-            libraries = ['R', 'Rlapack', 'Rblas'],
+            libraries = ['R', ],
             library_dirs = r_libs,
             define_macros = define_macros,
             runtime_library_dirs = r_libs,


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 the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
rpy-list mailing list
rpy-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rpy-list

Reply via email to