Build improvements

This commit is contained in:
2018-01-22 16:06:06 +01:00
parent 783162ea76
commit ae3a70bd5a
2 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -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)
+6 -6
View File
@@ -12,14 +12,14 @@ requirements:
build:
- make
- gcc
- cppzmq
- hdf5
- boost
- cppzmq =4.2.1
- hdf5 =1.8.17
- boost =1.61.0
run:
- cppzmq
- hdf5
- boost
- cppzmq =4.2.1
- hdf5 =1.8.17
- boost =1.61.0
about: