-I../../../src/graph -I../../.. -I/usr/lib64/python3.9/site-packages/cairo/include -I/usr/include/python3.9 -pthread -I/usr/include -I/usr/lib64/python3.9/site-packages/numpy/core/include -I/usr/include -DNDEBUG -fopenmp -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o graph_centrality_bind.lo graph_centrality_bind.cc libtool: compile: g++ -std=gnu++17 -DHAVE_CONFIG_H -I. -I../../.. -I../../../src/boost-workaround -I../../../src/pcg-cpp/include -DHAVE_CONFIG_H -I../../../src/graph -I../../.. -I/usr/lib64/python3.9/site-packages/cairo/include -I/usr/include/python3.9 -pthread -I/usr/include -I/usr/lib64/python3.9/site-packages/numpy/core/include -I/usr/include -DNDEBUG -fopenmp -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c graph_centrality_bind.cc -fPIC -DPIC -o .libs/graph_centrality_bind.o In file included from /usr/include/boost/bind.hpp:30, from /usr/include/boost/python/exception_translator.hpp:10, from /usr/include/boost/python.hpp:28, from graph_centrality_bind.cc:18: /usr/include/boost/bind.hpp:36:1: note: '#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.' 36 | BOOST_PRAGMA_MESSAGE( | ^~~~~~~~~~~~~~~~~~~~ /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -std=gnu++17 -DHAVE_CONFIG_H -I. -I../../.. -I../../../src/boost-workaround -I../../../src/pcg-cpp/include -DHAVE_CONFIG_H -I../../../src/graph -I../../.. -I/usr/lib64/python3.9/site-packages/cairo/include -I/usr/include/python3.9 -pthread -I/usr/include -I/usr/lib64/python3.9/site-packages/numpy/core/include -I/usr/include -DNDEBUG -fopenmp -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o graph_closeness.lo graph_closeness.cc libtool: compile: g++ -std=gnu++17 -DHAVE_CONFIG_H -I. -I../../.. -I../../../src/boost-workaround -I../../../src/pcg-cpp/include -DHAVE_CONFIG_H -I../../../src/graph -I../../.. -I/usr/lib64/python3.9/site-packages/cairo/include -I/usr/include/python3.9 -pthread -I/usr/include -I/usr/lib64/python3.9/site-packages/numpy/core/include -I/usr/include -DNDEBUG -fopenmp -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c graph_closeness.cc -fPIC -DPIC -o .libs/graph_closeness.o In file included from /usr/include/boost/bind.hpp:30, from /usr/include/boost/python/exception_translator.hpp:10, from /usr/include/boost/python.hpp:28, from graph_closeness.cc:26: /usr/include/boost/bind.hpp:36:1: note: '#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.' 36 | BOOST_PRAGMA_MESSAGE( | ^~~~~~~~~~~~~~~~~~~~