Skip to content

Commit 87026ac

Browse files
committed
Revert "fix conlict between PR 4515 and AIX shared obj support"
This reverts commit bdaa670. It turns out that PRs 4515 and 4520 break the tests under lapack-netlib/TESTING which require SECOND and DSECND. IBM has decided this is a bigger biger problem than the conflict between lapack second_ and the xlf run time.
1 parent 56d3d10 commit 87026ac

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

exports/Makefile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -315,11 +315,6 @@ test : linktest.c
315315

316316
linktest.c : $(GENSYM) ../Makefile.system ../getarch.c
317317
./$(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
323318

324319
clean ::
325320
@rm -f *.def *.dylib __.SYMDEF* *.renamed

0 commit comments

Comments
 (0)