diff src/mingw-openblas-1-xerbla.patch @ 5080:d9ad49065108

openblas: update to v0.3.6 * src/mingw-openblas-1-xerbla.patch: update patch * src/openblas.mk: update version, checksum * src/openblas-1-fixes.patch: removed * dist-files.mk: remove ref to removed file
author John Donoghue
date Tue, 04 Jun 2019 08:57:21 -0400
parents 80461a9e516c
children 96f661a5eaea
line wrap: on
line diff
--- a/src/mingw-openblas-1-xerbla.patch	Mon Jun 03 10:05:42 2019 -0400
+++ b/src/mingw-openblas-1-xerbla.patch	Tue Jun 04 08:57:21 2019 -0400
@@ -1,6 +1,6 @@
-diff -uNr a/driver/others/Makefile b/driver/others/Makefile
---- a/driver/others/Makefile	2018-05-23 09:12:20.000000000 -0400
-+++ b/driver/others/Makefile	2018-06-20 10:11:42.783308770 -0400
+diff -ur OpenBLAS-0.3.6.orig/driver/others/Makefile OpenBLAS-0.3.6/driver/others/Makefile
+--- OpenBLAS-0.3.6.orig/driver/others/Makefile	2019-06-03 10:19:28.259909420 -0400
++++ OpenBLAS-0.3.6/driver/others/Makefile	2019-06-03 10:24:18.298986916 -0400
 @@ -1,7 +1,7 @@
  TOPDIR	= ../..
  include ../../Makefile.system
@@ -10,12 +10,21 @@
  
  #COMMONOBJS	+= slamch.$(SUFFIX) slamc3.$(SUFFIX) dlamch.$(SUFFIX)  dlamc3.$(SUFFIX)
  
-@@ -71,14 +71,11 @@
- endif
+@@ -80,21 +80,18 @@
  
  ifeq ($(DYNAMIC_ARCH), 1)
+ ifeq ($(ARCH),arm64)
+-HPLOBJS = memory.$(SUFFIX) xerbla.$(SUFFIX) dynamic_arm64.$(SUFFIX)
++HPLOBJS = memory.$(SUFFIX) dynamic_arm64.$(SUFFIX)
+ else
+ ifeq ($(ARCH),power)
+-HPLOBJS = memory.$(SUFFIX) xerbla.$(SUFFIX) dynamic_power.$(SUFFIX)
++HPLOBJS = memory.$(SUFFIX) dynamic_power.$(SUFFIX)
+ else
 -HPLOBJS = memory.$(SUFFIX) xerbla.$(SUFFIX) dynamic.$(SUFFIX)
 +HPLOBJS = memory.$(SUFFIX) dynamic.$(SUFFIX)
+ endif
+ endif
  else
 -HPLOBJS = memory.$(SUFFIX) xerbla.$(SUFFIX) parameter.$(SUFFIX)
 +HPLOBJS = memory.$(SUFFIX) parameter.$(SUFFIX)
@@ -27,7 +36,7 @@
  dynamic.$(SUFFIX) : dynamic.c
  	$(CC) $(CFLAGS) -c $< -o $(@F)
  
-@@ -166,9 +163,6 @@
+@@ -182,9 +179,6 @@
  mulx.$(SUFFIX) : $(ARCH)/mulx.c
  	$(CC) $(CFLAGS) -c -DXDOUBLE -UCOMPLEX $< -o $(@F)
  
@@ -37,9 +46,9 @@
  parameter.$(PSUFFIX) : parameter.c ../../param.h
  	$(CC) $(PFLAGS) -c $< -o $(@F)
  
-diff -uNr a/exports/gensymbol b/exports/gensymbol
---- a/exports/gensymbol	2018-05-23 09:12:20.000000000 -0400
-+++ b/exports/gensymbol	2018-06-20 10:10:00.468225478 -0400
+diff -ur OpenBLAS-0.3.6.orig/exports/gensymbol OpenBLAS-0.3.6/exports/gensymbol
+--- OpenBLAS-0.3.6.orig/exports/gensymbol	2019-06-03 10:19:28.263909518 -0400
++++ OpenBLAS-0.3.6/exports/gensymbol	2019-06-03 10:24:49.179741367 -0400
 @@ -38,7 +38,6 @@
      zhbmv,zhemm,zhemv,zher2,zher2k,zher,zherk,zhpmv,zhpr2,
      zhpr,zrotg,zscal,zswap,zsymm,zsyr2k,zsyrk,ztbmv,