Skip to content

Commit

Permalink
boost: add temporary flag for Boost Timer deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
bkpoon committed Sep 27, 2024
1 parent 1be1524 commit f269d4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions boost_adaptbx/SConscript
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ if (not env_etc.no_boost_python):
# boost_adaptbx/meta_ext.cpp
if (libtbx.env.build_options.use_conda):
env_etc.cxxflags_bpl_defines_base.append("-DUSE_CONDA")
env_etc.cxxflags_bpl_defines_base.append("-DBOOST_TIMER_ENABLE_DEPRECATED")
env_no_includes_boost_python_ext = env_base.Clone(
SHLINKFLAGS=env_etc.shlinkflags_bpl,
SHLIBPREFIX="")
Expand Down

0 comments on commit f269d4f

Please sign in to comment.