liblinear: bump to version 2.20

- Slightly update first patch so it can apply on this version
- Add hash for license file

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2018.05.x
Fabrice Fontaine 2018-05-03 17:05:14 +02:00 committed by Thomas Petazzoni
parent aec3ab44d6
commit 629085320c
3 changed files with 6 additions and 4 deletions

View File

@ -7,6 +7,7 @@ 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(-)
@ -18,14 +19,14 @@ index 895fd24..78cec9a 100644
@@ -1,4 +1,4 @@
-AR = ar rcv
+AR = ar
RANLIB = ranlib
RANLIB = ranlib
HEADERS = blas.h blasp.h
@@ -8,7 +8,7 @@ CFLAGS = $(OPTFLAGS)
FFLAGS = $(OPTFLAGS)
blas: $(FILES) $(HEADERS)
- $(AR) blas.a $(FILES)
- $(AR) blas.a $(FILES)
+ $(AR) rcv blas.a $(FILES)
$(RANLIB) blas.a

View File

@ -1,2 +1,3 @@
# Locally calculated
sha256 fa5c12dedc76ffca12f1681de7073b03af68163c4e4be65194217c99e55a7d68 liblinear-2.1.tar.gz
sha256 3f9fef20e76267bed1b817c9dc96d561ab5ee487828109bd44ed268fbf42048f liblinear-2.20.tar.gz
sha256 2ad9363447d0afeca34d53619163cffd502ec172bdb44d8d112c7acb99ae2558 COPYRIGHT

View File

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