Skip to content

Commit

Permalink
Merge pull request #4696 from frjohnst/restore_second
Browse files Browse the repository at this point in the history
Revert PRs 4515 and 4520 (restore second, dsecnd)
  • Loading branch information
martin-frbg authored May 15, 2024
2 parents 6ca9ffa + 87026ac commit 9a2a6a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 13 deletions.
5 changes: 0 additions & 5 deletions exports/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -315,11 +315,6 @@ test : linktest.c

linktest.c : $(GENSYM) ../Makefile.system ../getarch.c
./$(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
ifeq ($(F_COMPILER), IBM)
mv linktest.c linktest.c.FIRST
egrep -v 'second_|dsecnd_' linktest.c.FIRST > linktest.c
rm linktest.c.FIRST
endif

clean ::
@rm -f *.def *.dylib __.SYMDEF* *.renamed
Expand Down
11 changes: 3 additions & 8 deletions lapack-netlib/SRC/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,8 @@ SCLAUX = la_constants.o \
slaset.o slasq1.o slasq2.o slasq3.o slasq4.o slasq5.o slasq6.o \
slasr.o slasrt.o slassq.o slasv2.o spttrf.o sstebz.o sstedc.o \
ssteqr.o ssterf.o slaisnan.o sisnan.o \
slartgp.o slartgs.o scombssq.o ../INSTALL/sroundup_lwork.o
ifneq ($(F_COMPILER), IBM)
SCLAUX += ../INSTALL/second_$(TIMER).o
endif
slartgp.o slartgs.o scombssq.o ../INSTALL/sroundup_lwork.o \
../INSTALL/second_$(TIMER).o
endif

ifneq "$(or $(BUILD_DOUBLE),$(BUILD_COMPLEX16))" ""
Expand All @@ -126,10 +124,7 @@ DZLAUX = la_constants.o\
dlasr.o dlasrt.o dlassq.o dlasv2.o dpttrf.o dstebz.o dstedc.o \
dsteqr.o dsterf.o dlaisnan.o disnan.o \
dlartgp.o dlartgs.o ../INSTALL/droundup_lwork.o \
../INSTALL/dlamch.o
ifneq ($(F_COMPILER), IBM)
DZLAUX += ../INSTALL/dsecnd_$(TIMER).o
endif
../INSTALL/dlamch.o ../INSTALL/dsecnd_$(TIMER).o
endif

#ifeq ($(BUILD_SINGLE),1)
Expand Down

0 comments on commit 9a2a6a2

Please sign in to comment.