Skip to content

Commit

Permalink
Updated Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
akash authored and akash committed Apr 17, 2024
1 parent 04d3077 commit 06ea037
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,12 @@ BOOST_PYTHON_LIB ?= $(shell \
$(call CHECK_BOOST_PYTHON,boost_python) \
)

# Inside CentOS 7 Docker
ifeq (${DOCKER_RUNNING},1)
BOOST_PYTHON_LIB = -L/usr/lib64/boost169/ -lboost_python36
CXXFLAGS += -I/usr/include/boost169/
endif

ifeq ($(BOOST_PYTHON_LIB),)
$(error BOOST_PYTHON_LIB could not be detected. Please define manually)
endif
Expand Down

0 comments on commit 06ea037

Please sign in to comment.