浏览代码

package/liblinear: bump to version 2.45

Version 2.45 released on August 11, 2022. Some minor bugs are fixed.

Drop first patch (not needed since
https://github.com/cjlin1/liblinear/commit/7cf5d6e1c05d3147ee7890865c900757fc42d9ef)

https://github.com/cjlin1/liblinear/compare/v244...v245

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Fabrice Fontaine 2 年之前
父节点
当前提交
90d8ca33ef

+ 0 - 36
package/liblinear/0001-blas-don-t-overwrite-ar-options.patch

@@ -1,36 +0,0 @@
-From cae4c3b80fee0f3637d70f6d33946888c8105637 Mon Sep 17 00:00:00 2001
-From: Romain Naour <romain.naour@openwide.fr>
-Date: Sat, 13 Dec 2014 17:16:58 +0100
-Subject: [PATCH] blas: don't overwrite ar options
-
-ar's rcv options get lost when AR is passed on
-the command line.
-
-Signed-off-by: Romain Naour <romain.naour@openwide.fr>
-Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
----
- blas/Makefile | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/blas/Makefile b/blas/Makefile
-index 895fd24..78cec9a 100644
---- a/blas/Makefile
-+++ b/blas/Makefile
-@@ -1,4 +1,4 @@
--AR     = ar rcv
-+AR     = ar
- RANLIB = ranlib
- 
- HEADERS = blas.h blasp.h
-@@ -8,7 +8,7 @@ CFLAGS = $(OPTFLAGS)
- FFLAGS = $(OPTFLAGS)
- 
- blas: $(FILES) $(HEADERS)
--	$(AR) blas.a $(FILES)
-+	$(AR) rcv blas.a $(FILES)  
- 	$(RANLIB) blas.a
- 
- clean:
--- 
-1.9.3
-

+ 0 - 0
package/liblinear/0002-build-static-lib.patch → package/liblinear/0001-build-static-lib.patch


+ 1 - 1
package/liblinear/liblinear.hash

@@ -1,3 +1,3 @@
 # Locally calculated
 # Locally calculated
-sha256  45572b99d4eeffc3e8ad7b72c27370be867edf3523c396d8b278a2c873bfbb5c  liblinear-2.44.tar.gz
+sha256  3c64eec45c01943a656baac7aeb8ffd782fe0aea53629aa9f5fdb8eec177c92f  liblinear-2.45.tar.gz
 sha256  d49b7898fd9ea7c29f0478e8c409ee7c0f621533d5eca7b7912e80391dc564e3  COPYRIGHT
 sha256  d49b7898fd9ea7c29f0478e8c409ee7c0f621533d5eca7b7912e80391dc564e3  COPYRIGHT

+ 1 - 1
package/liblinear/liblinear.mk

@@ -4,7 +4,7 @@
 #
 #
 ################################################################################
 ################################################################################
 
 
-LIBLINEAR_VERSION = 2.44
+LIBLINEAR_VERSION = 2.45
 LIBLINEAR_SITE = http://www.csie.ntu.edu.tw/~cjlin/liblinear
 LIBLINEAR_SITE = http://www.csie.ntu.edu.tw/~cjlin/liblinear
 LIBLINEAR_LICENSE = BSD-3-Clause
 LIBLINEAR_LICENSE = BSD-3-Clause
 LIBLINEAR_LICENSE_FILES = COPYRIGHT
 LIBLINEAR_LICENSE_FILES = COPYRIGHT