summaryrefslogtreecommitdiff
path: root/lapack-3.9.0-make.inc.patch
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2024-08-06 02:18:37 +0000
committerCoprDistGit <infra@openeuler.org>2024-08-06 02:18:37 +0000
commit03f930a3682a2a8f899c534dffcf8cc850ce2fed (patch)
tree27d75f16989a76433ed2917595faee6061e8acc3 /lapack-3.9.0-make.inc.patch
parent4b054a45563587df828aa03e3d2ba80419402fbd (diff)
automatic import of lapackopeneuler24.03_LTS
Diffstat (limited to 'lapack-3.9.0-make.inc.patch')
-rw-r--r--lapack-3.9.0-make.inc.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/lapack-3.9.0-make.inc.patch b/lapack-3.9.0-make.inc.patch
new file mode 100644
index 0000000..401dcfa
--- /dev/null
+++ b/lapack-3.9.0-make.inc.patch
@@ -0,0 +1,15 @@
+diff -up lapack-3.9.0/INSTALL/make.inc.gfortran.fedora lapack-3.9.0/INSTALL/make.inc.gfortran
+--- lapack-3.9.0/INSTALL/make.inc.gfortran.fedora 2019-11-26 09:18:42.671256080 -0500
++++ lapack-3.9.0/INSTALL/make.inc.gfortran 2019-11-26 09:19:09.296715591 -0500
+@@ -20,9 +20,9 @@ CFLAGS = -O3
+ # should not compile LAPACK with flags such as -ffpe-trap=overflow.
+ #
+ FC = gfortran
+-FFLAGS = -O2 -frecursive
++FFLAGS =
+ FFLAGS_DRV = $(FFLAGS)
+-FFLAGS_NOOPT = -O0 -frecursive
++FFLAGS_NOOPT =
+
+ # Define LDFLAGS to the desired linker options for your machine.
+ #