pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/openblas



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Mar  2 06:00:41 UTC 2026

Modified Files:
        pkgsrc/math/openblas: distinfo
        pkgsrc/math/openblas/patches: patch-Makefile.system

Log Message:
openblas: filter-out lto library on Darwin


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/math/openblas/distinfo
cvs rdiff -u -r1.5 -r1.6 pkgsrc/math/openblas/patches/patch-Makefile.system

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

Modified files:

Index: pkgsrc/math/openblas/distinfo
diff -u pkgsrc/math/openblas/distinfo:1.14 pkgsrc/math/openblas/distinfo:1.15
--- pkgsrc/math/openblas/distinfo:1.14  Sun Mar  1 17:55:10 2026
+++ pkgsrc/math/openblas/distinfo       Mon Mar  2 06:00:41 2026
@@ -1,11 +1,11 @@
-$NetBSD: distinfo,v 1.14 2026/03/01 17:55:10 thor Exp $
+$NetBSD: distinfo,v 1.15 2026/03/02 06:00:41 adam Exp $
 
 BLAKE2s (OpenBLAS-0.3.31.tar.gz) = 61531162bf9c314e87bab487894d86b8c8c89e14627610d5909421daba3566c1
 SHA512 (OpenBLAS-0.3.31.tar.gz) = 703b84c476c148a0922a04b1c33c9c4c452f478d608d93e59204b8f0f2c516344301ff0a4dbb3750a2449db0d28cc2df001c295898e859b41ecb8381f9c2eab8
 Size (OpenBLAS-0.3.31.tar.gz) = 25232810 bytes
 SHA1 (patch-Makefile) = fa6335a2cf9925c285611dc20f5a67e6b49a01c9
 SHA1 (patch-Makefile.install) = 1bc085d9c1138e24b136566587dfb35bc9bd3b08
-SHA1 (patch-Makefile.system) = 7345f7f0c69309ce0c163a2cb5702f6d41391270
+SHA1 (patch-Makefile.system) = e467158d84ae0ce29c4223fb5db7980223ade05e
 SHA1 (patch-c__check) = 731a7e35535a29933677c72bc0a9e956b9e3ff42
 SHA1 (patch-common__arm.h) = f08ec61bee8317daac267e90a79f46097b3431c9
 SHA1 (patch-cpuid__arm.c) = 20f95cede90cbe548c0cd09ed2e3d37d1d4aeabd

Index: pkgsrc/math/openblas/patches/patch-Makefile.system
diff -u pkgsrc/math/openblas/patches/patch-Makefile.system:1.5 pkgsrc/math/openblas/patches/patch-Makefile.system:1.6
--- pkgsrc/math/openblas/patches/patch-Makefile.system:1.5      Sun Mar  1 17:55:10 2026
+++ pkgsrc/math/openblas/patches/patch-Makefile.system  Mon Mar  2 06:00:41 2026
@@ -1,4 +1,4 @@
-$NetBSD: patch-Makefile.system,v 1.5 2026/03/01 17:55:10 thor Exp $
+$NetBSD: patch-Makefile.system,v 1.6 2026/03/02 06:00:41 adam Exp $
 
 Fix FIXED_LIBNAME to result in a primary library with the usual so.0 ending,
 and matching SONAME, with the .so being a symlink. This is the expected
@@ -20,7 +20,18 @@ skipping linking if the file is already 
  # TO suppress recursive includes
  INCLUDED = 1
  
-@@ -1611,10 +1614,11 @@ else
+@@ -442,10 +445,8 @@ ifeq (x$(XCVER), x 15)
+ CCOMMON_OPT += -Wl,-ld_classic
+ FCOMMON_OPT += -Wl,-ld_classic
+ endif
+-ifeq ($(shell [ $(XCVER) -ge 16 ] && echo yes),yes)
+ override CEXTRALIB := $(filter-out(-lto_library, $(CEXTRALIB))) 
+ endif
+-endif
+ 
+ ifneq (,$(findstring $(OSNAME), FreeBSD OpenBSD DragonFly))
+ MD5SUM = md5 -r
+@@ -1611,10 +1612,11 @@ else
  LIBNAMEBASE = $(SYMPREFIX)$(LIBSONAMEBASE)$(SYMSUFFIX)$(LIBNAMESUFFIX)
  endif
  
@@ -34,7 +45,7 @@ skipping linking if the file is already 
  endif
  
  KERNELDIR     = $(TOPDIR)/kernel/$(ARCH)
-@@ -1814,15 +1818,27 @@ LIBNAME_P      = $(LIBPREFIX)p$(REVISION)_p.$
+@@ -1814,15 +1816,27 @@ LIBNAME_P      = $(LIBPREFIX)p$(REVISION)_p.$
  endif
  endif
  



Home | Main Index | Thread Index | Old Index