]> granicus.if.org Git - liblinear/commitdiff
update python: liblinear.so.4 to liblinear.so.5
authorericliu8168 <ericliu8168@gmail.com>
Wed, 16 Mar 2022 10:49:30 +0000 (18:49 +0800)
committerGitHub <noreply@github.com>
Wed, 16 Mar 2022 10:49:30 +0000 (18:49 +0800)
python/liblinear/liblinear.py

index 31b32520efbf5114f443b151afe75ae5f66f53bd..d2239c74d513998fded18b1a37b2d79badb4f0f2 100644 (file)
@@ -34,7 +34,7 @@ except:
         if sys.platform == 'win32':
             liblinear = CDLL(path.join(dirname, r'..\..\windows\liblinear.dll'))
         else:
-            liblinear = CDLL(path.join(dirname, '../../liblinear.so.4'))
+            liblinear = CDLL(path.join(dirname, '../../liblinear.so.5'))
     except:
     # For unix the prefix 'lib' is not considered.
         if find_library('linear'):