Removed $(FLIBS) from linking.
This commit is contained in:
parent
c437eba207
commit
9e885dc705
@ -45,5 +45,5 @@ noinst_PROGRAMS += spu_2p
|
||||
spu_2p_SOURCES = spu_2p.cpp
|
||||
spu_2p_LDADD = \
|
||||
$(LDADD) \
|
||||
$(LAPACK_LIBS) $(BLAS_LIBS) $(LIBS) $(FLIBS)
|
||||
$(LAPACK_LIBS) $(BLAS_LIBS) $(LIBS)
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user