Feature Requests item #2784368, was opened at 2009-04-30 15:35
Message generated for change (Comment added) made by lgautier
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=453024&aid=2784368&group_id=48422

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
>Status: Closed
Priority: 5
Private: No
Submitted By: Monic Polynomial (monipol)
>Assigned to: lgautier (lgautier)
Summary: setup.py should accept -framework

Initial Comment:
This is a feature request for RPy2.

On Mac OS X, frameworks are bundles of include files, shared libraries, and 
other related files. There are essentially two ways to specify a framework 
while building a program:

-framework frameworkname

or

-Fdir -framework frameworkname

The latter is only necessary if it's not a system framework or it's located 
under a user-defined directory. This is akin to

-Ldir -llibraryname

If libraryname is in one of the standard locations, there's no need to specify 
-L.

setup.py currently accepts both

-Ldir -llibraryname

and

-llibraryname

However, it only accepts

-Fdir -framework frameworkname

I'd like to request setup.py to accept

-framework frameworkname

too. The attached patch provides this feature request and has been tested for 
RPy2 2.0.4 on Mac OS X.

Note: this patch doesn't contain the fix for bug #2784356.

----------------------------------------------------------------------

>Comment By: lgautier (lgautier)
Date: 2009-05-01 10:56

Message:
Should be working in both the tip and the branch version_2.0.x

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=453024&aid=2784368&group_id=48422

------------------------------------------------------------------------------
Register Now & Save for Velocity, the Web Performance & Operations 
Conference from O'Reilly Media. Velocity features a full day of 
expert-led, hands-on workshops and two days of sessions from industry 
leaders in dedicated Performance & Operations tracks. Use code vel09scf 
and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf
_______________________________________________
rpy-list mailing list
rpy-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rpy-list

Reply via email to