projects
/
platform
/
upstream
/
openblas.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a6ed4f0
)
Fixing syntax error in makefile
author
Rajalakshmi Srinivasaraghavan
<rajis@linux.ibm.com>
Wed, 8 Sep 2021 12:04:13 +0000
(07:04 -0500)
committer
Rajalakshmi Srinivasaraghavan
<rajis@linux.ibm.com>
Wed, 8 Sep 2021 12:04:13 +0000
(07:04 -0500)
Fixing syntax issue in Makefile.power added by recent commit
af19cda65aef4d033ae33213013c88b0a99f9da2
Makefile.power
patch
|
blob
|
history
diff --git
a/Makefile.power
b/Makefile.power
index 4e747821330a7bf64579257a4dfaa3a7bd275e92..28a0bae08edf68b9c2389b633585529c12d3f787 100644
(file)
--- a/
Makefile.power
+++ b/
Makefile.power
@@
-12,7
+12,7
@@
endif
ifeq ($(CORE), POWER10)
ifneq ($(C_COMPILER), PGI)
CCOMMON_OPT += -Ofast -mcpu=power10 -mtune=power10 -mvsx -fno-fast-math
-ifeq ($(F_COMPILER, IBM)
+ifeq ($(F_COMPILER
)
, IBM)
FCOMMON_OPT += -O2 -qrecur -qnosave
else
FCOMMON_OPT += -O2 -frecursive -mcpu=power10 -mtune=power10 -fno-fast-math