We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28eeef5 commit 64b9600Copy full SHA for 64b9600
Makefile.power
@@ -147,12 +147,15 @@ endif
147
ifdef BINARY64
148
149
150
+#Skip C/Fortran compiler combination checks in AIX if NO_FORTRAN or ONLY_CBLAS is set
151
+ifeq ($(filter 1,$(NO_FORTRAN) $(ONLY_CBLAS)),)
152
ifeq ($(C_COMPILER)$(F_COMPILER)$(OSNAME), GCCIBMAIX)
153
$(error Using GCC and XLF on AIX is not a supported combination.)
154
endif
155
ifeq ($(C_COMPILER)$(F_COMPILER)$(OSNAME), CLANGGFORTRANAIX)
156
$(error Using Clang and gFortran on AIX is not a supported combination.)
157
158
+endif
159
160
ifeq ($(OSNAME), AIX)
161
ifeq ($(C_COMPILER), GCC)
0 commit comments