pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/math/liblinear



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Jan  5 09:12:32 UTC 2025

Modified Files:
        pkgsrc/math/liblinear: Makefile distinfo
        pkgsrc/math/liblinear/patches: patch-Makefile

Log Message:
liblinear: updated to 2.48

2.48
Unknown changes


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/math/liblinear/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/math/liblinear/distinfo
cvs rdiff -u -r1.5 -r1.6 pkgsrc/math/liblinear/patches/patch-Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/liblinear/Makefile
diff -u pkgsrc/math/liblinear/Makefile:1.9 pkgsrc/math/liblinear/Makefile:1.10
--- pkgsrc/math/liblinear/Makefile:1.9  Mon Feb  5 21:11:45 2024
+++ pkgsrc/math/liblinear/Makefile      Sun Jan  5 09:12:32 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2024/02/05 21:11:45 adam Exp $
+# $NetBSD: Makefile,v 1.10 2025/01/05 09:12:32 adam Exp $
 
-DISTNAME=      liblinear-2.47
+DISTNAME=      liblinear-2.48
 CATEGORIES=    math
 MASTER_SITES=  https://www.csie.ntu.edu.tw/~cjlin/liblinear/
 

Index: pkgsrc/math/liblinear/distinfo
diff -u pkgsrc/math/liblinear/distinfo:1.11 pkgsrc/math/liblinear/distinfo:1.12
--- pkgsrc/math/liblinear/distinfo:1.11 Mon Feb  5 21:11:45 2024
+++ pkgsrc/math/liblinear/distinfo      Sun Jan  5 09:12:32 2025
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.11 2024/02/05 21:11:45 adam Exp $
+$NetBSD: distinfo,v 1.12 2025/01/05 09:12:32 adam Exp $
 
-BLAKE2s (liblinear-2.47.tar.gz) = 82bd0b5cc4e09a180dabc4b7592d29674bf0f694adcf4b4177448fbcaab7cae5
-SHA512 (liblinear-2.47.tar.gz) = 0637f01db8526d640e90471d920a5cdef00f21ddb85e2d190cbd02c4c378047e366974000b34c587dc1a00a17638574b371a60045a6872c7685d5af88843ebea
-Size (liblinear-2.47.tar.gz) = 569095 bytes
-SHA1 (patch-Makefile) = 08b8531523442e9507ed9b03696e54110e386844
+BLAKE2s (liblinear-2.48.tar.gz) = fdc116a6bcfac94af74f7f974484c1e04f85b11c85e7f2344a2e61106eb7f7d6
+SHA512 (liblinear-2.48.tar.gz) = 3e6c5e3cbbb0656d54d5cdcfea70fbfcb51699807fa6da0d4b1269df32cf4c08ed86ce801ea8f7e0c0a071361c23dc766d4f5060ce18b75910c3d9c0b6ab6ab6
+Size (liblinear-2.48.tar.gz) = 73035 bytes
+SHA1 (patch-Makefile) = 0fde548c715d7da2266336f6aaac1cadd0b1cb83
 SHA1 (patch-blas_Makefile) = 98f05f989f9ebdbc98caa566d6c26ef58cb3dbe8

Index: pkgsrc/math/liblinear/patches/patch-Makefile
diff -u pkgsrc/math/liblinear/patches/patch-Makefile:1.5 pkgsrc/math/liblinear/patches/patch-Makefile:1.6
--- pkgsrc/math/liblinear/patches/patch-Makefile:1.5    Mon Feb  5 21:11:45 2024
+++ pkgsrc/math/liblinear/patches/patch-Makefile        Sun Jan  5 09:12:32 2025
@@ -1,4 +1,4 @@
-$NetBSD: patch-Makefile,v 1.5 2024/02/05 21:11:45 adam Exp $
+$NetBSD: patch-Makefile,v 1.6 2025/01/05 09:12:32 adam Exp $
 
 Use LIBTOOL.
 Add support for LDFLAGS.
@@ -12,7 +12,7 @@ Add support for LDFLAGS.
 -LIBS = blas/blas.a
 +LIBS = blas/libblas.la
  #LIBS = -lblas
- SHVER = 5
+ SHVER = 6
 -OS = $(shell uname)
 -ifeq ($(OS),Darwin)
 -      SHARED_LIB_FLAG = -dynamiclib -Wl,-install_name,liblinear.so.$(SHVER)



Home | Main Index | Thread Index | Old Index