Skip to content
This repository has been archived by the owner on Jan 26, 2021. It is now read-only.

Commit

Permalink
Make now works on fred
Browse files Browse the repository at this point in the history
  • Loading branch information
makrai committed Feb 10, 2016
1 parent 4a79d12 commit 9fbecfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ MULTIVERSO_LIB = $(MULTIVERSO_DIR)/lib
THIRD_PARTY_LIB = $(MULTIVERSO_DIR)/third_party/lib

INC_FLAGS = -I$(MULTIVERSO_INC)
LD_FLAGS = -L$(MULTIVERSO_LIB) -lmultiverso
LD_FLAGS = -L$(MULTIVERSO_LIB) -lmultiverso -lpthread
LD_FLAGS += -L$(THIRD_PARTY_LIB) -lzmq -lmpich -lmpl

WORD_EMBEDDING_HEADERS = $(shell find $(PROJECT)/src -type f -name "*.h")
Expand Down

0 comments on commit 9fbecfc

Please sign in to comment.