Opened 19 months ago
Closed 10 months ago
#67229 closed defect (fixed)
R portgroup disables build phase, builds everything in destroot phase
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | barracuda156 |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | kjellpk (Kjell Konis), i0ntempest, barracuda156 | |
Port: | R |
Description
The R portgroup deliberately disables the build phase and builds everything in the destroot phase instead:
This isn't ideal. Can this be avoided?
Change History (4)
comment:1 Changed 19 months ago by jmroot (Joshua Root)
Cc: | kjellpk i0ntempest barracuda156 added |
---|
comment:2 Changed 19 months ago by jmroot (Joshua Root)
comment:3 Changed 19 months ago by barracuda156
Replying to ryandesign:
The R portgroup deliberately disables the build phase and builds everything in the destroot phase instead:
This isn't ideal. Can this be avoided?
Sorry, missed this one.
I totally agree, I made it that way simply because could not come up with a better alternative. R CMD build
does not build anything, despite its name.
comment:4 Changed 10 months ago by barracuda156
Owner: | set to barracuda156 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Looks like the
--build
and/or--no-inst
options toR CMD INSTALL
might be relevant.