wok view blas/stuff/lapack-3.1.1-make.inc.patch @ rev 20194

Up autofs (5.1.4), btrfs-progs (4.15), cifs-utils (6.7), davfs2 (1.5.4), dosfstools (4.1), e2fsprogs (1.43.9), f2fs-tools (1.10.0), moosefs (3.0.100), milfs-utils (2.2.7), owfs (3.2p1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Feb 12 13:54:33 2018 +0100 (2018-02-12)
parents
children
line source
1 --- lapack-3.1.1/INSTALL/make.inc.gfortran.BAD 2007-05-25 15:34:55.000000000 -0500
2 +++ lapack-3.1.1/INSTALL/make.inc.gfortran 2007-05-25 15:35:51.000000000 -0500
3 @@ -8,7 +8,7 @@ SHELL = /bin/sh
4 #
5 # The machine (platform) identifier to append to the library names
6 #
7 -PLAT = _LINUX
8 +PLAT =
9 #
10 # Modify the FORTRAN and OPTS definitions to refer to the
11 # compiler and desired compiler options for your machine. NOOPT
12 @@ -17,9 +17,9 @@ PLAT = _LINUX
13 # desired load options for your machine.
14 #
15 FORTRAN = gfortran
16 -OPTS = -O2
17 +#OPTS = -O2
18 DRVOPTS = $(OPTS)
19 -NOOPT = -O0
20 +NOOPT =
21 LOADER = gfortran
22 LOADOPTS =
23 #