Skip to content

Commit 786127d

Browse files
committed
fix issues #435 and #479
Thanks to @weslleyspereira
1 parent 8bc7b0a commit 786127d

3 files changed

Lines changed: 10 additions & 698 deletions

File tree

INSTALL/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ testdsecnd: dsecnd_$(TIMER).o dsecndtst.o
2121
@echo "[INFO] : TIMER value: $(TIMER) (given by make.inc)"
2222
$(FC) $(FFLAGS) $(LDFLAGS) -o $@ $^
2323

24-
testieee: tstiee.o
24+
testieee: tstiee.o ../SRC/ieeeck.f ../SRC/ilaenv.f ../SRC/iparmq.f
2525
$(FC) $(FFLAGS) $(LDFLAGS) -o $@ $^
2626

2727
testversion: ilaver.o LAPACK_version.o

0 commit comments

Comments
 (0)