On 2004/04/18, at 9:56 PM, Jeff Whitaker wrote:

All: I'm working on a new r-base package which will include R built as a
framework and R.app (in addition to the command line X11 version of R). I
went back and re-read the thread on .apps in Fink, but it didn't seem like
there was any consensus on the issue of whether to install symlinks or
aliases for apps in %p/Applications. My new r-base package now does this:


1) installs the framework in %pLibrary/Frameworks.

I installed r-base-1.9.0-1 today. Both R.app and command line R works fine. But to install additional source package of R, I found it is needed to add "-F/sw/Library/Frameworks" for LIBR in etc/Makeconf of R.
Could you update your r-base.patch? I think following change for Makefile.in should be OK.


[EMAIL PROTECTED]@ @(sed 's/^LIBR =.*/LIBR = -framework R/' \
[EMAIL PROTECTED]@ @(sed 's/^LIBR =.*/LIBR = -F$(prefix) -framework R/' \


Cheers,
--
Etsushi Kato
[EMAIL PROTECTED]



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to