mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-07-19 15:52:50 +02:00
Build improvements
This commit is contained in:
@@ -4,8 +4,8 @@ BIN_DIR = ./bin
|
||||
MKDIR = mkdir -p
|
||||
|
||||
CPP = g++
|
||||
CPPFLAGS = -Wall -std=c++1y -I./include -I${CONDA_PREFIX}/include
|
||||
LDLIBS = -L${CONDA_PREFIX}/lib -lzmq -lhdf5 -lhdf5_hl -lhdf5_cpp -lhdf5_hl_cpp -lboost_system -lboost_regex -lboost_thread
|
||||
CPPFLAGS = -Wall -pthread -std=c++1y -I./include -I${CONDA_PREFIX}/include
|
||||
LDLIBS = -L/usr/lib64 -L${CONDA_PREFIX}/lib -lzmq -lhdf5 -lhdf5_hl -lhdf5_cpp -lhdf5_hl_cpp -lboost_system -lboost_regex -lboost_thread -lpthread
|
||||
LDFLAGS = -g
|
||||
|
||||
HEADERS = $(wildcard $(SRC_DIR)/*.hpp)
|
||||
|
||||
Reference in New Issue
Block a user