We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d976ac commit bdaa670Copy full SHA for bdaa670
1 file changed
exports/Makefile
@@ -315,6 +315,11 @@ test : linktest.c
315
316
linktest.c : $(GENSYM) ../Makefile.system ../getarch.c
317
./$(GENSYM) linktest $(ARCH) "$(BU)" $(EXPRECISION) $(NO_CBLAS) $(NO_LAPACK) $(NO_LAPACKE) $(NEED2UNDERSCORES) $(ONLY_CBLAS) "$(SYMBOLPREFIX)" "$(SYMBOLSUFFIX)" $(BUILD_LAPACK_DEPRECATED) $(BUILD_BFLOAT16) $(BUILD_SINGLE) $(BUILD_DOUBLE) $(BUILD_COMPLEX) $(BUILD_COMPLEX16) > linktest.c
318
+ifeq ($(F_COMPILER), IBM)
319
+ mv linktest.c linktest.c.FIRST
320
+ egrep -v 'second_|dsecnd_' linktest.c.FIRST > linktest.c
321
+ rm linktest.c.FIRST
322
+endif
323
324
clean ::
325
@rm -f *.def *.dylib __.SYMDEF* *.renamed
0 commit comments