Feature Requests item #2784368, was opened at 2009-04-30 10:35 Message generated for change (Tracker Item Submitted) made by monipol 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: Open Priority: 5 Private: No Submitted By: Monic Polynomial (monipol) Assigned to: Nobody/Anonymous (nobody) 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. ---------------------------------------------------------------------- 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