#14310 closed defect (fixed)
libsvm recommended changes
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.6.0 |
Keywords: | Cc: | febeling (Florian Ebeling) | |
Port: |
Description
Some suggestions about libsvm which was added in #13779:
- The libsvm.dylib symlink points to (e.g.)
/opt/local/var/macports/build/_Users_rschmidt_macports_dports-clean_math_libsvm/work/destroot/opt/local/lib/libsvm.2.85.0.dylib
which is wrong. It should point to justlibsvm.2.85.0.dylib
. See patchlibsvm-symlink.diff
. - The documentation directory name should have the version number in it. See patch
libsvm-doc.diff
. - The installation of the various files in the
destroot
phase can be simplified to a single command for each destination directory. See patchlibsvm-destroot.diff
.
Attachments (3)
Change History (7)
Changed 17 years ago by ryandesign (Ryan Carsten Schmidt)
Attachment: | libsvm-symlink.diff added |
---|
Changed 17 years ago by ryandesign (Ryan Carsten Schmidt)
Attachment: | libsvm-doc.diff added |
---|
use a versioned documentation directory
Changed 17 years ago by ryandesign (Ryan Carsten Schmidt)
Attachment: | libsvm-destroot.diff added |
---|
simplify the destroot phase
comment:1 Changed 17 years ago by ryandesign (Ryan Carsten Schmidt)
The maintainer said these changes are ok.
comment:2 Changed 17 years ago by ryandesign (Ryan Carsten Schmidt)
Owner: | changed from macports-tickets@… to ryandesign@… |
---|
comment:3 Changed 17 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
fix the dylib symlink so it points to the right place