Ticket #15743 (closed update: fixed)
R port upgrade to 2.7.1
| Reported by: | kjell.konis@… | Owned by: | jmr@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.6.0 |
| Keywords: | Cc: | ||
| Port: |
Description
R port upgrade to version 2.7.1. Also, switched the default compiler to gcc43.
Attachments
Change History
comment:1 Changed 5 years ago by jmr@…
- Milestone set to Port Updates
Could you please attach a unified diff rather than the complete portfile? Two comments on the port: it looks like the post-destroot could really use some foreach loops; and unless gcc is needed at runtime, it should be a depends_build rather than a depends_lib.
comment:2 Changed 5 years ago by kjell.konis@…
R needs gcc (and preferably the same gcc used to build R) to build 'R packages'. That's why gcc is a depends_lib rather than a depends_build.
I'll see about using a foreach loop in post-destroot.
comment:3 Changed 5 years ago by kjell.konis@…
I think I figured out a nice way to clean up post-destroot. I'll attach a new diff in a bit.
Changed 5 years ago by kjell.konis@…
- Attachment Portfile-R.diff added
R 2.7.0 to R 2.7.1 upgrade + post-destroot cleanup
comment:5 Changed 5 years ago by jmr@…
- Owner changed from macports-tickets@… to jmr@…
- Status changed from new to assigned
Note: See
TracTickets for help on using
tickets.


R 2.7.1 Portfile