pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/liblbfgs



Module Name:    pkgsrc
Committed By:   cheusov
Date:           Thu May 23 22:08:49 UTC 2024

Modified Files:
        pkgsrc/math/liblbfgs: Makefile distinfo options.mk

Log Message:
Rename non-standard option liblbfgs_sse2 to standard option simd and fix other pkglint warnings


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/math/liblbfgs/Makefile \
    pkgsrc/math/liblbfgs/options.mk
cvs rdiff -u -r1.5 -r1.6 pkgsrc/math/liblbfgs/distinfo

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

Modified files:

Index: pkgsrc/math/liblbfgs/Makefile
diff -u pkgsrc/math/liblbfgs/Makefile:1.2 pkgsrc/math/liblbfgs/Makefile:1.3
--- pkgsrc/math/liblbfgs/Makefile:1.2   Sun Nov  2 23:09:31 2014
+++ pkgsrc/math/liblbfgs/Makefile       Thu May 23 22:08:49 2024
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2014/11/02 23:09:31 cheusov Exp $
+# $NetBSD: Makefile,v 1.3 2024/05/23 22:08:49 cheusov Exp $
 
 DISTNAME=      liblbfgs-1.10
 CATEGORIES=    math
-MASTER_SITES=  https://github.com/downloads/chokkan/liblbfgs/
+MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=liblbfgs/}
 
 MAINTAINER=    cheusov%NetBSD.org@localhost
 HOMEPAGE=      http://www.chokkan.org/software/liblbfgs/
@@ -12,7 +12,7 @@ LICENSE=      mit
 USE_LIBTOOL=   yes
 GNU_CONFIGURE= yes
 
-AUTOCONF_REQD= 2.50
+AUTOCONF_REQD+=        2.50
 USE_TOOLS+=    autoconf
 pre-configure:
        set -e; cd ${WRKSRC}; autoconf
Index: pkgsrc/math/liblbfgs/options.mk
diff -u pkgsrc/math/liblbfgs/options.mk:1.2 pkgsrc/math/liblbfgs/options.mk:1.3
--- pkgsrc/math/liblbfgs/options.mk:1.2 Fri Nov 17 12:07:49 2023
+++ pkgsrc/math/liblbfgs/options.mk     Thu May 23 22:08:49 2024
@@ -1,18 +1,17 @@
-# $NetBSD: options.mk,v 1.2 2023/11/17 12:07:49 nros Exp $
+# $NetBSD: options.mk,v 1.3 2024/05/23 22:08:49 cheusov Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.liblbfgs
 
 .include "../../mk/bsd.prefs.mk"
 
-.if ${MACHINE_ARCH} =="i386" || ${MACHINE_ARCH} == "x86_64"
-PKG_SUPPORTED_OPTIONS= liblbfgs-sse2
-.  if ${MACHINE_ARCH} == "x86_64"
-PKG_SUGGESTED_OPTIONS= liblbfgs-sse2
-.  endif
+PKG_SUPPORTED_OPTIONS= simd
+
+.if ${MACHINE_ARCH} == "x86_64"
+PKG_SUGGESTED_OPTIONS= simd
 .endif
 
 .include "../../mk/bsd.options.mk"
 
-.if !empty(PKG_OPTIONS:Mliblbfgs-sse2)
+.if !empty(PKG_OPTIONS:Msimd)
 CONFIGURE_ARGS+=       --enable-sse2
 .endif

Index: pkgsrc/math/liblbfgs/distinfo
diff -u pkgsrc/math/liblbfgs/distinfo:1.5 pkgsrc/math/liblbfgs/distinfo:1.6
--- pkgsrc/math/liblbfgs/distinfo:1.5   Tue Oct 26 10:55:47 2021
+++ pkgsrc/math/liblbfgs/distinfo       Thu May 23 22:08:49 2024
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.5 2021/10/26 10:55:47 nia Exp $
+$NetBSD: distinfo,v 1.6 2024/05/23 22:08:49 cheusov Exp $
 
 BLAKE2s (liblbfgs-1.10.tar.gz) = 26fa40f50427acca054c48cbc42b575690b9b060821bd15f6a474c9f90e558b8
 SHA512 (liblbfgs-1.10.tar.gz) = 9829f3603bdc870d27af4a87f13779eff823bc480ca018466c49926baf1e763aa075a42ab732f9548bdc8d9eeb3e6185c21d4c7ae692253f933b2f5f557c7750
 Size (liblbfgs-1.10.tar.gz) = 318739 bytes
-SHA1 (patch-configure.in) = 97a3fdb8405343a46a9d6636dc857348f1887253



Home | Main Index | Thread Index | Old Index