diff options
author | CoprDistGit <infra@openeuler.org> | 2024-08-06 02:18:37 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-08-06 02:18:37 +0000 |
commit | 03f930a3682a2a8f899c534dffcf8cc850ce2fed (patch) | |
tree | 27d75f16989a76433ed2917595faee6061e8acc3 /lapack-3.5.0-lapacke-matgenobj.patch | |
parent | 4b054a45563587df828aa03e3d2ba80419402fbd (diff) |
automatic import of lapackopeneuler24.03_LTS
Diffstat (limited to 'lapack-3.5.0-lapacke-matgenobj.patch')
-rw-r--r-- | lapack-3.5.0-lapacke-matgenobj.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lapack-3.5.0-lapacke-matgenobj.patch b/lapack-3.5.0-lapacke-matgenobj.patch new file mode 100644 index 0000000..fc0f21b --- /dev/null +++ b/lapack-3.5.0-lapacke-matgenobj.patch @@ -0,0 +1,12 @@ +diff -up lapack-3.5.0/LAPACKE/src/Makefile.matgenobj lapack-3.5.0/LAPACKE/src/Makefile +--- lapack-3.5.0/LAPACKE/src/Makefile.matgenobj 2014-06-17 13:21:30.336206692 -0400 ++++ lapack-3.5.0/LAPACKE/src/Makefile 2014-06-17 13:22:31.701885152 -0400 +@@ -2061,7 +2061,7 @@ lapacke_slagsy_work.o \ + lapacke_zlagsy.o \ + lapacke_zlagsy_work.o + +-ALLOBJ = $(SRC_OBJ) ++ALLOBJ = $(SRC_OBJ) $(MATGEN_OBJ) + + ifdef USEXBLAS + ALLXOBJ = $(SXLASRC) $(DXLASRC) $(CXLASRC) $(ZXLASRC) |