Skip to content
Snippets Groups Projects
Commit b2437e6d authored by Gerardo Tauriello's avatar Gerardo Tauriello
Browse files

Some systems need specific linking to boost.

parent e91e6db4
No related branches found
No related tags found
No related merge requests found
...@@ -26,7 +26,7 @@ INCLUDES = -I$(OST_ROOT)/include -I$(PROMOD3_ROOT)/include ...@@ -26,7 +26,7 @@ INCLUDES = -I$(OST_ROOT)/include -I$(PROMOD3_ROOT)/include
LIB_DIRS = -L$(OST_ROOT)/lib64 -L$(PROMOD3_ROOT)/lib64 LIB_DIRS = -L$(OST_ROOT)/lib64 -L$(PROMOD3_ROOT)/lib64
LIBS = -lpromod3_core -lpromod3_loop -lpromod3_modelling -lpromod3_sidechain LIBS = -lpromod3_core -lpromod3_loop -lpromod3_modelling -lpromod3_sidechain
LIBS += -lost_io -lost_mol -lost_seq -lost_seq_alg -lost_mol_alg -lost_conop LIBS += -lost_io -lost_mol -lost_seq -lost_seq_alg -lost_mol_alg -lost_conop
LIBS += -lost_base -lost_geom -lost_mol_mm LIBS += -lost_base -lost_geom -lost_mol_mm -lboost_system
# add rpath to find shared objects (req. gcc) # add rpath to find shared objects (req. gcc)
LDFLAGS += "-Wl,-rpath,$(PROMOD3_ROOT)/lib64:$(OST_ROOT)/lib64" LDFLAGS += "-Wl,-rpath,$(PROMOD3_ROOT)/lib64:$(OST_ROOT)/lib64"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment