#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)
Change History (4)
Changed 18 years ago by konis@…
comment:1 Changed 18 years ago by roederja
Cc: | konis@… jann@… added |
---|---|
Resolution: | → fixed |
Status: | new → closed |
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 18 years ago by roederja
Oh and in any case I think gcc should be a depends_build instead of depends_lib.
comment:3 Changed 18 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.
Updated R 2.5.0 Portfile.