Import("env_smtbx_boost_python_ext")
env = env_smtbx_boost_python_ext.Clone()
env.SharedLibrary(target="#lib/smtbx_ab_initio_ext", source=[
  "ab_initio_ext.cpp",
])
