We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7cef952 + 64b9600 commit 48e33f2Copy full SHA for 48e33f2
1 file changed
Makefile.power
@@ -151,12 +151,15 @@ endif
151
ifdef BINARY64
152
153
154
+#Skip C/Fortran compiler combination checks in AIX if NO_FORTRAN or ONLY_CBLAS is set
155
+ifeq ($(filter 1,$(NO_FORTRAN) $(ONLY_CBLAS)),)
156
ifeq ($(C_COMPILER)$(F_COMPILER)$(OSNAME), GCCIBMAIX)
157
$(error Using GCC and XLF on AIX is not a supported combination.)
158
endif
159
ifeq ($(C_COMPILER)$(F_COMPILER)$(OSNAME), CLANGGFORTRANAIX)
160
$(error Using Clang and gFortran on AIX is not a supported combination.)
161
162
+endif
163
164
ifeq ($(OSNAME), AIX)
165
ifeq ($(C_COMPILER), GCC)
0 commit comments