mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-30 17:03:31 +08:00
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
7cf5d6e1c0
)
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>
This commit is contained in:
parent
5cf6429e2b
commit
90d8ca33ef
@ -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
|
||||
|
@ -1,3 +1,3 @@
|
||||
# Locally calculated
|
||||
sha256 45572b99d4eeffc3e8ad7b72c27370be867edf3523c396d8b278a2c873bfbb5c liblinear-2.44.tar.gz
|
||||
sha256 3c64eec45c01943a656baac7aeb8ffd782fe0aea53629aa9f5fdb8eec177c92f liblinear-2.45.tar.gz
|
||||
sha256 d49b7898fd9ea7c29f0478e8c409ee7c0f621533d5eca7b7912e80391dc564e3 COPYRIGHT
|
||||
|
@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LIBLINEAR_VERSION = 2.44
|
||||
LIBLINEAR_VERSION = 2.45
|
||||
LIBLINEAR_SITE = http://www.csie.ntu.edu.tw/~cjlin/liblinear
|
||||
LIBLINEAR_LICENSE = BSD-3-Clause
|
||||
LIBLINEAR_LICENSE_FILES = COPYRIGHT
|
||||
|
Loading…
Reference in New Issue
Block a user