Opened 17 years ago

Closed 17 years ago

Last modified 17 years ago

#11848 closed enhancement (fixed)

Updated R port to version 2.5.0.

Reported by: konis@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc: konis@…, roederja
Port:

Description

Updated R port to R 2.5.0 which was released 24-04-2007. Also, I removed the dependency on LaTeX since LaTeX is only used to check package documentation (i.e., it is only useful to R package developers) and only if it is present in the user's PATH.

Attachments (1)

Portfile (3.3 KB) - added by konis@… 17 years ago.
Updated R 2.5.0 Portfile.

Download all attachments as: .zip

Change History (4)

Changed 17 years ago by konis@…

Attachment: Portfile added

Updated R 2.5.0 Portfile.

comment:1 Changed 17 years ago by roederja

Cc: konis@… jann@… added
Resolution: fixed
Status: newclosed

Thanks, commited in r24486. Can the dependency on gcc40 be changed to gcc41, because some other ports rely on gcc41 for Fortran, and I don't really need both.

comment:2 Changed 17 years ago by roederja

Oh and in any case I think gcc should be a depends_build instead of depends_lib.

comment:3 Changed 17 years ago by konis@…

The R Project has a pretty extensive collection of add-on packages. These are usually installed from source and many of them contain Fortran and C code that needs to be compiled using the same compilers that were used to build the base install of R. That's why the gcc is a depends_lib rather than a depends_build.

Note: See TracTickets for help on using tickets.