From 89439199e81f8b909fbb7b31d1b1adb1f15282b2 Mon Sep 17 00:00:00 2001 From: Akash Levy Date: Mon, 6 May 2024 21:09:32 -0700 Subject: [PATCH] Fix --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 3d29678a4..d8df88b12 100644 --- a/Makefile +++ b/Makefile @@ -385,8 +385,8 @@ BOOST_PYTHON_LIB ?= $(shell \ # Inside CentOS 7 Docker ifeq (${DOCKER_RUNNING},1) -BOOST_PYTHON_LIB = -L/usr/lib64/boost169/ -lboost_python36 -CXXFLAGS += -I/usr/include/boost169/ +BOOST_PYTHON_LIB = -L/opt/boost/lib -lboost_python38 +CXXFLAGS += -I/opt/boost/include endif ifeq ($(BOOST_PYTHON_LIB),)