Blame SOURCES/xlf.command.not.found.patch
|
|
caf825 |
Subject: xlf.command.not.found
|
|
|
caf825 |
From: Michel Normand <normand@fr.ibm.com>
|
|
|
caf825 |
|
|
|
caf825 |
try to bypass error while building ppc64le
|
|
|
caf825 |
"make[2]: xlf: Command not found"
|
|
|
caf825 |
|
|
|
caf825 |
Signed-off-by: Michel Normand <normand@fr.ibm.com>
|
|
|
caf825 |
---
|
|
|
caf825 |
ATLAS/CONFIG/src/atlcomp.txt | 4 ++--
|
|
|
caf825 |
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
|
caf825 |
|
|
|
caf825 |
Index: atlas/ATLAS/CONFIG/src/atlcomp.txt
|
|
|
caf825 |
===================================================================
|
|
|
caf825 |
--- atlas.orig/ATLAS/CONFIG/src/atlcomp.txt
|
|
|
caf825 |
+++ atlas/ATLAS/CONFIG/src/atlcomp.txt
|
|
|
caf825 |
@@ -199,7 +199,7 @@ MACH=POWER6 OS=ALL LVL=1010 COMPS=f77
|
|
|
caf825 |
MACH=POWER5 OS=ALL LVL=1010 COMPS=f77
|
|
|
caf825 |
'gfortran' '-mcpu=power5 -mtune=power5 -O3 -fno-schedule-insns -fno-rerun-loop-opt'
|
|
|
caf825 |
MACH=POWER7 OS=ALL LVL=1010 COMPS=f77
|
|
|
caf825 |
- 'xlf' '-qtune=pwr7 -qarch=pwr7 -O3 -qmaxmem=-1 -qfloat=hsflt'
|
|
|
caf825 |
+ 'gfortran' '-O2 -m64 -mvrsave -funroll-all-loops'
|
|
|
caf825 |
MACH=POWER5 OS=ALL LVL=1010 COMPS=f77
|
|
|
caf825 |
'xlf' '-qtune=pwr5 -qarch=pwr5 -O3 -qmaxmem=-1 -qfloat=hsflt'
|
|
|
caf825 |
MACH=POWER4 OS=ALL LVL=1010 COMPS=icc,dmc,smc,dkc,skc,xcc,gcc
|