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.4.1-lapacke-disable-testing-functions.patch | |
parent | 4b054a45563587df828aa03e3d2ba80419402fbd (diff) |
automatic import of lapackopeneuler24.03_LTS
Diffstat (limited to 'lapack-3.4.1-lapacke-disable-testing-functions.patch')
-rw-r--r-- | lapack-3.4.1-lapacke-disable-testing-functions.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lapack-3.4.1-lapacke-disable-testing-functions.patch b/lapack-3.4.1-lapacke-disable-testing-functions.patch new file mode 100644 index 0000000..0fa2990 --- /dev/null +++ b/lapack-3.4.1-lapacke-disable-testing-functions.patch @@ -0,0 +1,12 @@ +diff -up lapack-3.4.1/LAPACKE/src/Makefile.disable-functions lapack-3.4.1/LAPACKE/src/Makefile +--- lapack-3.4.1/LAPACKE/src/Makefile.disable-functions 2012-10-24 11:19:46.054150834 -0400 ++++ lapack-3.4.1/LAPACKE/src/Makefile 2012-10-24 11:19:54.430152048 -0400 +@@ -2040,7 +2040,7 @@ lapacke_slagsy_work.o \ + lapacke_zlagsy.o \ + lapacke_zlagsy_work.o + +-ALLOBJ = $(SRC_OBJ) $(MATGEN_OBJ) ++ALLOBJ = $(SRC_OBJ) + + ifdef USEXBLAS + ALLXOBJ = $(SXLASRC) $(DXLASRC) $(CXLASRC) $(ZXLASRC) |