wok diff blas/stuff/lapack-3.1.1-make.inc.patch @ rev 22580
updated cantarell-fonts (0.0.16 -> 0.0.25)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Jan 07 13:23:33 2020 +0100 (2020-01-07) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/blas/stuff/lapack-3.1.1-make.inc.patch Tue Jan 07 13:23:33 2020 +0100 1.3 @@ -0,0 +1,23 @@ 1.4 +--- lapack-3.1.1/INSTALL/make.inc.gfortran.BAD 2007-05-25 15:34:55.000000000 -0500 1.5 ++++ lapack-3.1.1/INSTALL/make.inc.gfortran 2007-05-25 15:35:51.000000000 -0500 1.6 +@@ -8,7 +8,7 @@ SHELL = /bin/sh 1.7 + # 1.8 + # The machine (platform) identifier to append to the library names 1.9 + # 1.10 +-PLAT = _LINUX 1.11 ++PLAT = 1.12 + # 1.13 + # Modify the FORTRAN and OPTS definitions to refer to the 1.14 + # compiler and desired compiler options for your machine. NOOPT 1.15 +@@ -17,9 +17,9 @@ PLAT = _LINUX 1.16 + # desired load options for your machine. 1.17 + # 1.18 + FORTRAN = gfortran 1.19 +-OPTS = -O2 1.20 ++#OPTS = -O2 1.21 + DRVOPTS = $(OPTS) 1.22 +-NOOPT = -O0 1.23 ++NOOPT = 1.24 + LOADER = gfortran 1.25 + LOADOPTS = 1.26 + #