Skip to content

Commit 442328d

Browse files
committedMar 22, 2018
✌️
1 parent af74c7b commit 442328d

File tree

5 files changed

+797
-609
lines changed

5 files changed

+797
-609
lines changed
 

‎makefile

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
CC = g++
2-
BOOST = /usr/local/Cellar/boost/1.65.0
2+
BOOST = /usr/local/Cellar/boost/1.66.0
3+
BOOST_PYTHON3 = /usr/local/Cellar/boost-python3/1.66.0_1
34
INCLUDE = `python3-config --includes` -std=c++14 -I$(BOOST)/include
4-
LDFLAGS = `python3-config --ldflags` -lboost_serialization -lboost_python3 -L$(BOOST)/lib
5+
LDFLAGS = `python3-config --ldflags` -lboost_serialization -lboost_python3 -L$(BOOST)/lib -L$(BOOST_PYTHON3)/lib
56
SOFLAGS = -shared -fPIC -march=native
67
SOURCES = src/python/*.cpp \
78
src/python/model/*.cpp \

0 commit comments

Comments
 (0)