#29778 closed submission (fixed)
liblinear @ 1.8 - new port
Reported by: | humem (humem) | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.9.2 |
Keywords: | math | Cc: | |
Port: | liblinear |
Description
This is a new port for liblinear, a simple package for solving large-scale regularized linear classification.
Attachments (2)
Change History (6)
Changed 13 years ago by humem (humem)
Changed 13 years ago by humem (humem)
Attachment: | patch-Makefile.diff added |
---|
comment:1 Changed 13 years ago by humem (humem)
comment:2 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Owner: | changed from macports-tickets@… to ryandesign@… |
---|---|
Status: | new → assigned |
Thanks.
comment:3 follow-up: 4 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Committed in r79386 with these changes:
- ensured we're UsingTheRightCompiler (for the C compiler too, not just for the C++ compiler) and arch flags
- tried to add a universal variant, which failed, so I added a comment about how it failed, in case that helps someone trying to fix this later
comment:4 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
In r79387 I fixed libsvm to use the right arch flags.
Note: See
TracTickets for help on using
tickets.
This port was modeled on the port for
libsvm
.