From 03f930a3682a2a8f899c534dffcf8cc850ce2fed Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Tue, 6 Aug 2024 02:18:37 +0000 Subject: automatic import of lapack --- lapack-3.9.0-make.inc.patch | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 lapack-3.9.0-make.inc.patch (limited to 'lapack-3.9.0-make.inc.patch') 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. + # -- cgit v1.2.3