New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #15743 (closed update: fixed)

Opened 5 years ago

Last modified 4 years ago

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

Portfile (9.7 KB) - added by kjell.konis@… 5 years ago.
R 2.7.1 Portfile
Portfile-R.diff (9.4 KB) - added by kjell.konis@… 5 years ago.
R 2.7.0 to R 2.7.1 upgrade + post-destroot cleanup

Change History

Changed 5 years ago by kjell.konis@…

R 2.7.1 Portfile

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@…

R 2.7.0 to R 2.7.1 upgrade + post-destroot cleanup

comment:4 Changed 5 years ago by kjell.konis@…

OK should be good to go.

comment:5 Changed 5 years ago by jmr@…

  • Owner changed from macports-tickets@… to jmr@…
  • Status changed from new to assigned

comment:6 Changed 5 years ago by jmr@…

  • Status changed from assigned to closed
  • Resolution set to fixed

Thanks, committed in r37893.

comment:7 Changed 4 years ago by jmr@…

  • Type changed from enhancement to update

comment:8 Changed 4 years ago by anonymous

  • Milestone Port Updates deleted

Milestone Port Updates deleted

Note: See TracTickets for help on using tickets.