Opened 21 months ago
Closed 8 months ago
#67047 closed enhancement (fixed)
stanford-corenlp: Use platforms any?
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | jmroot (Joshua Root) | |
Port: | stanford-corenlp |
Description
stanford-corenlp and its subports are already marked noarch but do the files they install differ based on OS or OS version? If not, could they be marked platforms any
to save server space? Some of the subports are large, like stanford-corenlp-english which is about 1GB; storing 12 identical copies of each of these subports on the server is wasteful.
I compared the darwin 11 and darwin 21 tbz2 archives of a few subports. The files of the arabic and models subports didn't differ. The Java compiled files in the main port did differ but that may be because the openjdk version was changed from 13 to 11 rather than platform differences.
Change History (2)
comment:1 Changed 21 months ago by jmroot (Joshua Root)
comment:2 Changed 8 months ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
All the subports that use the
stanford-corenl-models-setup
proc can definitely setplatforms any
, since they're simply downloading and installing a .jar file unmodified. As you say, it's more difficult to tell whether the main port is doing anything different depending on the platform.