libsvm
libsvm copied to clipboard
LIBSVM -- A Library for Support Vector Machines
fixes: 1. bootstrap class path not set in conjunction with -source 1.5 warning for JDK7 on Mac. 2. m4 comment EOF error (ERROR: end of file in comment)
On macOS, shared libraries are expected to be installed with the naming convention lib$NAME.$SOVERSION.dylib We also prefix the library install name with `@rpath` to indicate to the dynamic linker that...
See this build: https://github.com/Netflix/vmaf/actions/runs/10284246506/job/28459862846 Sample test failure: ``` ____________________ ERROR collecting test/doctest_test.py _____________________ test/doctest_test.py:12: in from vmaf.core import quality_runner vmaf/core/quality_runner.py:9: in from libsvm import svmutil .tox/py311/lib/python3.11/site-packages/libsvm/svmutil.py:2: in from .svm import...