Skip to content

Commit

Permalink
Fixed #334 a makefile bug in lapacke.
Browse files Browse the repository at this point in the history
  • Loading branch information
xianyi committed Jan 19, 2014
1 parent 7b8604e commit 306d9f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lapack-netlib/lapacke/src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2093,7 +2093,9 @@ all: ../../$(LAPACKELIB)
$(ARCH) $(ARCHFLAGS) ../../$(LAPACKELIB) $(DOBJ_FILES)
$(ARCH) $(ARCHFLAGS) ../../$(LAPACKELIB) $(SOBJ_FILES)
$(ARCH) $(ARCHFLAGS) ../../$(LAPACKELIB) $(ZOBJ_FILES)
ifdef USEXBLAS
$(ARCH) $(ARCHFLAGS) ../../$(LAPACKELIB) $(ALLXOBJ)
endif
$(RANLIB) ../../$(LAPACKELIB)

.c.o:
Expand Down

0 comments on commit 306d9f2

Please sign in to comment.