wok-6.x diff blas/stuff/lapack-3.1.1-make.inc.patch @ rev 16188
ympd: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Mar 30 18:14:36 2014 +0000 (2014-03-30) |
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 Sun Mar 30 18:14:36 2014 +0000 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 + #